Lines Matching +full:32 +full:bit

77 	case R_390_GOT12:	/* 12 bit GOT offset.  */  in check_rela()
78 case R_390_GOT16: /* 16 bit GOT offset. */ in check_rela()
79 case R_390_GOT20: /* 20 bit GOT offset. */ in check_rela()
80 case R_390_GOT32: /* 32 bit GOT offset. */ in check_rela()
81 case R_390_GOT64: /* 64 bit GOT offset. */ in check_rela()
82 case R_390_GOTENT: /* 32 bit PC rel. to GOT entry shifted by 1. */ in check_rela()
83 case R_390_GOTPLT12: /* 12 bit offset to jump slot. */ in check_rela()
84 case R_390_GOTPLT16: /* 16 bit offset to jump slot. */ in check_rela()
85 case R_390_GOTPLT20: /* 20 bit offset to jump slot. */ in check_rela()
86 case R_390_GOTPLT32: /* 32 bit offset to jump slot. */ in check_rela()
87 case R_390_GOTPLT64: /* 64 bit offset to jump slot. */ in check_rela()
88 case R_390_GOTPLTENT: /* 32 bit rel. offset to jump slot >> 1. */ in check_rela()
94 case R_390_PLT16DBL: /* 16 bit PC rel. PLT shifted by 1. */ in check_rela()
95 case R_390_PLT32DBL: /* 32 bit PC rel. PLT shifted by 1. */ in check_rela()
96 case R_390_PLT32: /* 32 bit PC relative PLT address. */ in check_rela()
97 case R_390_PLT64: /* 64 bit PC relative PLT address. */ in check_rela()
98 case R_390_PLTOFF16: /* 16 bit offset from GOT to PLT. */ in check_rela()
99 case R_390_PLTOFF32: /* 32 bit offset from GOT to PLT. */ in check_rela()
100 case R_390_PLTOFF64: /* 16 bit offset from GOT to PLT. */ in check_rela()
224 } else if (bits == 32) { in apply_rela_bits()
256 case R_390_8: /* Direct 8 bit. */ in apply_rela()
257 case R_390_12: /* Direct 12 bit. */ in apply_rela()
258 case R_390_16: /* Direct 16 bit. */ in apply_rela()
259 case R_390_20: /* Direct 20 bit. */ in apply_rela()
260 case R_390_32: /* Direct 32 bit. */ in apply_rela()
261 case R_390_64: /* Direct 64 bit. */ in apply_rela()
272 rc = apply_rela_bits(loc, val, 0, 32, 0, write); in apply_rela()
276 case R_390_PC16: /* PC relative 16 bit. */ in apply_rela()
277 case R_390_PC16DBL: /* PC relative 16 bit shifted by 1. */ in apply_rela()
278 case R_390_PC32DBL: /* PC relative 32 bit shifted by 1. */ in apply_rela()
279 case R_390_PC32: /* PC relative 32 bit. */ in apply_rela()
280 case R_390_PC64: /* PC relative 64 bit. */ in apply_rela()
287 rc = apply_rela_bits(loc, val, 1, 32, 1, write); in apply_rela()
289 rc = apply_rela_bits(loc, val, 1, 32, 0, write); in apply_rela()
293 case R_390_GOT12: /* 12 bit GOT offset. */ in apply_rela()
294 case R_390_GOT16: /* 16 bit GOT offset. */ in apply_rela()
295 case R_390_GOT20: /* 20 bit GOT offset. */ in apply_rela()
296 case R_390_GOT32: /* 32 bit GOT offset. */ in apply_rela()
297 case R_390_GOT64: /* 64 bit GOT offset. */ in apply_rela()
298 case R_390_GOTENT: /* 32 bit PC rel. to GOT entry shifted by 1. */ in apply_rela()
299 case R_390_GOTPLT12: /* 12 bit offset to jump slot. */ in apply_rela()
300 case R_390_GOTPLT20: /* 20 bit offset to jump slot. */ in apply_rela()
301 case R_390_GOTPLT16: /* 16 bit offset to jump slot. */ in apply_rela()
302 case R_390_GOTPLT32: /* 32 bit offset to jump slot. */ in apply_rela()
303 case R_390_GOTPLT64: /* 64 bit offset to jump slot. */ in apply_rela()
304 case R_390_GOTPLTENT: /* 32 bit rel. offset to jump slot >> 1. */ in apply_rela()
325 rc = apply_rela_bits(loc, val, 0, 32, 0, write); in apply_rela()
332 rc = apply_rela_bits(loc, val, 1, 32, 1, write); in apply_rela()
335 case R_390_PLT16DBL: /* 16 bit PC rel. PLT shifted by 1. */ in apply_rela()
336 case R_390_PLT32DBL: /* 32 bit PC rel. PLT shifted by 1. */ in apply_rela()
337 case R_390_PLT32: /* 32 bit PC relative PLT address. */ in apply_rela()
338 case R_390_PLT64: /* 64 bit PC relative PLT address. */ in apply_rela()
339 case R_390_PLTOFF16: /* 16 bit offset from GOT to PLT. */ in apply_rela()
340 case R_390_PLTOFF32: /* 32 bit offset from GOT to PLT. */ in apply_rela()
341 case R_390_PLTOFF64: /* 16 bit offset from GOT to PLT. */ in apply_rela()
362 insn[3] = (unsigned int) (val >> 32); in apply_rela()
388 rc = apply_rela_bits(loc, val, 1, 32, 1, write); in apply_rela()
391 rc = apply_rela_bits(loc, val, 0, 32, 0, write); in apply_rela()
396 case R_390_GOTOFF16: /* 16 bit offset to GOT. */ in apply_rela()
397 case R_390_GOTOFF32: /* 32 bit offset to GOT. */ in apply_rela()
398 case R_390_GOTOFF64: /* 64 bit offset to GOT. */ in apply_rela()
404 rc = apply_rela_bits(loc, val, 0, 32, 0, write); in apply_rela()
408 case R_390_GOTPC: /* 32 bit PC relative offset to GOT. */ in apply_rela()
409 case R_390_GOTPCDBL: /* 32 bit PC rel. off. to GOT shifted by 1. */ in apply_rela()
413 rc = apply_rela_bits(loc, val, 1, 32, 0, write); in apply_rela()
415 rc = apply_rela_bits(loc, val, 1, 32, 1, write); in apply_rela()