Lines Matching +full:32 +full:bit

63 	case R_390_GOT12:	/* 12 bit GOT offset.  */  in check_rela()
64 case R_390_GOT16: /* 16 bit GOT offset. */ in check_rela()
65 case R_390_GOT20: /* 20 bit GOT offset. */ in check_rela()
66 case R_390_GOT32: /* 32 bit GOT offset. */ in check_rela()
67 case R_390_GOT64: /* 64 bit GOT offset. */ in check_rela()
68 case R_390_GOTENT: /* 32 bit PC rel. to GOT entry shifted by 1. */ in check_rela()
69 case R_390_GOTPLT12: /* 12 bit offset to jump slot. */ in check_rela()
70 case R_390_GOTPLT16: /* 16 bit offset to jump slot. */ in check_rela()
71 case R_390_GOTPLT20: /* 20 bit offset to jump slot. */ in check_rela()
72 case R_390_GOTPLT32: /* 32 bit offset to jump slot. */ in check_rela()
73 case R_390_GOTPLT64: /* 64 bit offset to jump slot. */ in check_rela()
74 case R_390_GOTPLTENT: /* 32 bit rel. offset to jump slot >> 1. */ in check_rela()
80 case R_390_PLT16DBL: /* 16 bit PC rel. PLT shifted by 1. */ in check_rela()
81 case R_390_PLT32DBL: /* 32 bit PC rel. PLT shifted by 1. */ in check_rela()
82 case R_390_PLT32: /* 32 bit PC relative PLT address. */ in check_rela()
83 case R_390_PLT64: /* 64 bit PC relative PLT address. */ in check_rela()
84 case R_390_PLTOFF16: /* 16 bit offset from GOT to PLT. */ in check_rela()
85 case R_390_PLTOFF32: /* 32 bit offset from GOT to PLT. */ in check_rela()
86 case R_390_PLTOFF64: /* 16 bit offset from GOT to PLT. */ in check_rela()
212 } else if (bits == 32) { in apply_rela_bits()
244 case R_390_8: /* Direct 8 bit. */ in apply_rela()
245 case R_390_12: /* Direct 12 bit. */ in apply_rela()
246 case R_390_16: /* Direct 16 bit. */ in apply_rela()
247 case R_390_20: /* Direct 20 bit. */ in apply_rela()
248 case R_390_32: /* Direct 32 bit. */ in apply_rela()
249 case R_390_64: /* Direct 64 bit. */ in apply_rela()
260 rc = apply_rela_bits(loc, val, 0, 32, 0, write); in apply_rela()
264 case R_390_PC16: /* PC relative 16 bit. */ in apply_rela()
265 case R_390_PC16DBL: /* PC relative 16 bit shifted by 1. */ in apply_rela()
266 case R_390_PC32DBL: /* PC relative 32 bit shifted by 1. */ in apply_rela()
267 case R_390_PC32: /* PC relative 32 bit. */ in apply_rela()
268 case R_390_PC64: /* PC relative 64 bit. */ in apply_rela()
275 rc = apply_rela_bits(loc, val, 1, 32, 1, write); in apply_rela()
277 rc = apply_rela_bits(loc, val, 1, 32, 0, write); in apply_rela()
281 case R_390_GOT12: /* 12 bit GOT offset. */ in apply_rela()
282 case R_390_GOT16: /* 16 bit GOT offset. */ in apply_rela()
283 case R_390_GOT20: /* 20 bit GOT offset. */ in apply_rela()
284 case R_390_GOT32: /* 32 bit GOT offset. */ in apply_rela()
285 case R_390_GOT64: /* 64 bit GOT offset. */ in apply_rela()
286 case R_390_GOTENT: /* 32 bit PC rel. to GOT entry shifted by 1. */ in apply_rela()
287 case R_390_GOTPLT12: /* 12 bit offset to jump slot. */ in apply_rela()
288 case R_390_GOTPLT20: /* 20 bit offset to jump slot. */ in apply_rela()
289 case R_390_GOTPLT16: /* 16 bit offset to jump slot. */ in apply_rela()
290 case R_390_GOTPLT32: /* 32 bit offset to jump slot. */ in apply_rela()
291 case R_390_GOTPLT64: /* 64 bit offset to jump slot. */ in apply_rela()
292 case R_390_GOTPLTENT: /* 32 bit rel. offset to jump slot >> 1. */ in apply_rela()
313 rc = apply_rela_bits(loc, val, 0, 32, 0, write); in apply_rela()
321 rc = apply_rela_bits(loc, val, 1, 32, 1, write); in apply_rela()
324 case R_390_PLT16DBL: /* 16 bit PC rel. PLT shifted by 1. */ in apply_rela()
325 case R_390_PLT32DBL: /* 32 bit PC rel. PLT shifted by 1. */ in apply_rela()
326 case R_390_PLT32: /* 32 bit PC relative PLT address. */ in apply_rela()
327 case R_390_PLT64: /* 64 bit PC relative PLT address. */ in apply_rela()
328 case R_390_PLTOFF16: /* 16 bit offset from GOT to PLT. */ in apply_rela()
329 case R_390_PLTOFF32: /* 32 bit offset from GOT to PLT. */ in apply_rela()
330 case R_390_PLTOFF64: /* 16 bit offset from GOT to PLT. */ in apply_rela()
376 rc = apply_rela_bits(loc, val, 1, 32, 1, write); in apply_rela()
379 rc = apply_rela_bits(loc, val, 0, 32, 0, write); in apply_rela()
384 case R_390_GOTOFF16: /* 16 bit offset to GOT. */ in apply_rela()
385 case R_390_GOTOFF32: /* 32 bit offset to GOT. */ in apply_rela()
386 case R_390_GOTOFF64: /* 64 bit offset to GOT. */ in apply_rela()
392 rc = apply_rela_bits(loc, val, 0, 32, 0, write); in apply_rela()
396 case R_390_GOTPC: /* 32 bit PC relative offset to GOT. */ in apply_rela()
397 case R_390_GOTPCDBL: /* 32 bit PC rel. off. to GOT shifted by 1. */ in apply_rela()
401 rc = apply_rela_bits(loc, val, 1, 32, 0, write); in apply_rela()
403 rc = apply_rela_bits(loc, val, 1, 32, 1, write); in apply_rela()