Lines Matching +full:32 +full:bit

99 	case R_390_GOT12:	/* 12 bit GOT offset.  */  in check_rela()
100 case R_390_GOT16: /* 16 bit GOT offset. */ in check_rela()
101 case R_390_GOT20: /* 20 bit GOT offset. */ in check_rela()
102 case R_390_GOT32: /* 32 bit GOT offset. */ in check_rela()
103 case R_390_GOT64: /* 64 bit GOT offset. */ in check_rela()
104 case R_390_GOTENT: /* 32 bit PC rel. to GOT entry shifted by 1. */ in check_rela()
105 case R_390_GOTPLT12: /* 12 bit offset to jump slot. */ in check_rela()
106 case R_390_GOTPLT16: /* 16 bit offset to jump slot. */ in check_rela()
107 case R_390_GOTPLT20: /* 20 bit offset to jump slot. */ in check_rela()
108 case R_390_GOTPLT32: /* 32 bit offset to jump slot. */ in check_rela()
109 case R_390_GOTPLT64: /* 64 bit offset to jump slot. */ in check_rela()
110 case R_390_GOTPLTENT: /* 32 bit rel. offset to jump slot >> 1. */ in check_rela()
116 case R_390_PLT16DBL: /* 16 bit PC rel. PLT shifted by 1. */ in check_rela()
117 case R_390_PLT32DBL: /* 32 bit PC rel. PLT shifted by 1. */ in check_rela()
118 case R_390_PLT32: /* 32 bit PC relative PLT address. */ in check_rela()
119 case R_390_PLT64: /* 64 bit PC relative PLT address. */ in check_rela()
120 case R_390_PLTOFF16: /* 16 bit offset from GOT to PLT. */ in check_rela()
121 case R_390_PLTOFF32: /* 32 bit offset from GOT to PLT. */ in check_rela()
122 case R_390_PLTOFF64: /* 16 bit offset from GOT to PLT. */ in check_rela()
248 } else if (bits == 32) { in apply_rela_bits()
280 case R_390_8: /* Direct 8 bit. */ in apply_rela()
281 case R_390_12: /* Direct 12 bit. */ in apply_rela()
282 case R_390_16: /* Direct 16 bit. */ in apply_rela()
283 case R_390_20: /* Direct 20 bit. */ in apply_rela()
284 case R_390_32: /* Direct 32 bit. */ in apply_rela()
285 case R_390_64: /* Direct 64 bit. */ in apply_rela()
296 rc = apply_rela_bits(loc, val, 0, 32, 0, write); in apply_rela()
300 case R_390_PC16: /* PC relative 16 bit. */ in apply_rela()
301 case R_390_PC16DBL: /* PC relative 16 bit shifted by 1. */ in apply_rela()
302 case R_390_PC32DBL: /* PC relative 32 bit shifted by 1. */ in apply_rela()
303 case R_390_PC32: /* PC relative 32 bit. */ in apply_rela()
304 case R_390_PC64: /* PC relative 64 bit. */ in apply_rela()
311 rc = apply_rela_bits(loc, val, 1, 32, 1, write); in apply_rela()
313 rc = apply_rela_bits(loc, val, 1, 32, 0, write); in apply_rela()
317 case R_390_GOT12: /* 12 bit GOT offset. */ in apply_rela()
318 case R_390_GOT16: /* 16 bit GOT offset. */ in apply_rela()
319 case R_390_GOT20: /* 20 bit GOT offset. */ in apply_rela()
320 case R_390_GOT32: /* 32 bit GOT offset. */ in apply_rela()
321 case R_390_GOT64: /* 64 bit GOT offset. */ in apply_rela()
322 case R_390_GOTENT: /* 32 bit PC rel. to GOT entry shifted by 1. */ in apply_rela()
323 case R_390_GOTPLT12: /* 12 bit offset to jump slot. */ in apply_rela()
324 case R_390_GOTPLT20: /* 20 bit offset to jump slot. */ in apply_rela()
325 case R_390_GOTPLT16: /* 16 bit offset to jump slot. */ in apply_rela()
326 case R_390_GOTPLT32: /* 32 bit offset to jump slot. */ in apply_rela()
327 case R_390_GOTPLT64: /* 64 bit offset to jump slot. */ in apply_rela()
328 case R_390_GOTPLTENT: /* 32 bit rel. offset to jump slot >> 1. */ in apply_rela()
349 rc = apply_rela_bits(loc, val, 0, 32, 0, write); in apply_rela()
357 rc = apply_rela_bits(loc, val, 1, 32, 1, write); in apply_rela()
360 case R_390_PLT16DBL: /* 16 bit PC rel. PLT shifted by 1. */ in apply_rela()
361 case R_390_PLT32DBL: /* 32 bit PC rel. PLT shifted by 1. */ in apply_rela()
362 case R_390_PLT32: /* 32 bit PC relative PLT address. */ in apply_rela()
363 case R_390_PLT64: /* 64 bit PC relative PLT address. */ in apply_rela()
364 case R_390_PLTOFF16: /* 16 bit offset from GOT to PLT. */ in apply_rela()
365 case R_390_PLTOFF32: /* 32 bit offset from GOT to PLT. */ in apply_rela()
366 case R_390_PLTOFF64: /* 16 bit offset from GOT to PLT. */ in apply_rela()
412 rc = apply_rela_bits(loc, val, 1, 32, 1, write); in apply_rela()
415 rc = apply_rela_bits(loc, val, 0, 32, 0, write); in apply_rela()
420 case R_390_GOTOFF16: /* 16 bit offset to GOT. */ in apply_rela()
421 case R_390_GOTOFF32: /* 32 bit offset to GOT. */ in apply_rela()
422 case R_390_GOTOFF64: /* 64 bit offset to GOT. */ in apply_rela()
428 rc = apply_rela_bits(loc, val, 0, 32, 0, write); in apply_rela()
432 case R_390_GOTPC: /* 32 bit PC relative offset to GOT. */ in apply_rela()
433 case R_390_GOTPCDBL: /* 32 bit PC rel. off. to GOT shifted by 1. */ in apply_rela()
437 rc = apply_rela_bits(loc, val, 1, 32, 0, write); in apply_rela()
439 rc = apply_rela_bits(loc, val, 1, 32, 1, write); in apply_rela()