Lines Matching +full:32 +full:bit

67 	case R_390_GOT12:	/* 12 bit GOT offset.  */  in check_rela()
68 case R_390_GOT16: /* 16 bit GOT offset. */ in check_rela()
69 case R_390_GOT20: /* 20 bit GOT offset. */ in check_rela()
70 case R_390_GOT32: /* 32 bit GOT offset. */ in check_rela()
71 case R_390_GOT64: /* 64 bit GOT offset. */ in check_rela()
72 case R_390_GOTENT: /* 32 bit PC rel. to GOT entry shifted by 1. */ in check_rela()
73 case R_390_GOTPLT12: /* 12 bit offset to jump slot. */ in check_rela()
74 case R_390_GOTPLT16: /* 16 bit offset to jump slot. */ in check_rela()
75 case R_390_GOTPLT20: /* 20 bit offset to jump slot. */ in check_rela()
76 case R_390_GOTPLT32: /* 32 bit offset to jump slot. */ in check_rela()
77 case R_390_GOTPLT64: /* 64 bit offset to jump slot. */ in check_rela()
78 case R_390_GOTPLTENT: /* 32 bit rel. offset to jump slot >> 1. */ in check_rela()
84 case R_390_PLT16DBL: /* 16 bit PC rel. PLT shifted by 1. */ in check_rela()
85 case R_390_PLT32DBL: /* 32 bit PC rel. PLT shifted by 1. */ in check_rela()
86 case R_390_PLT32: /* 32 bit PC relative PLT address. */ in check_rela()
87 case R_390_PLT64: /* 64 bit PC relative PLT address. */ in check_rela()
88 case R_390_PLTOFF16: /* 16 bit offset from GOT to PLT. */ in check_rela()
89 case R_390_PLTOFF32: /* 32 bit offset from GOT to PLT. */ in check_rela()
90 case R_390_PLTOFF64: /* 16 bit offset from GOT to PLT. */ in check_rela()
214 } else if (bits == 32) { in apply_rela_bits()
246 case R_390_8: /* Direct 8 bit. */ in apply_rela()
247 case R_390_12: /* Direct 12 bit. */ in apply_rela()
248 case R_390_16: /* Direct 16 bit. */ in apply_rela()
249 case R_390_20: /* Direct 20 bit. */ in apply_rela()
250 case R_390_32: /* Direct 32 bit. */ in apply_rela()
251 case R_390_64: /* Direct 64 bit. */ in apply_rela()
262 rc = apply_rela_bits(loc, val, 0, 32, 0, write); in apply_rela()
266 case R_390_PC16: /* PC relative 16 bit. */ in apply_rela()
267 case R_390_PC16DBL: /* PC relative 16 bit shifted by 1. */ in apply_rela()
268 case R_390_PC32DBL: /* PC relative 32 bit shifted by 1. */ in apply_rela()
269 case R_390_PC32: /* PC relative 32 bit. */ in apply_rela()
270 case R_390_PC64: /* PC relative 64 bit. */ in apply_rela()
277 rc = apply_rela_bits(loc, val, 1, 32, 1, write); in apply_rela()
279 rc = apply_rela_bits(loc, val, 1, 32, 0, write); in apply_rela()
283 case R_390_GOT12: /* 12 bit GOT offset. */ in apply_rela()
284 case R_390_GOT16: /* 16 bit GOT offset. */ in apply_rela()
285 case R_390_GOT20: /* 20 bit GOT offset. */ in apply_rela()
286 case R_390_GOT32: /* 32 bit GOT offset. */ in apply_rela()
287 case R_390_GOT64: /* 64 bit GOT offset. */ in apply_rela()
288 case R_390_GOTENT: /* 32 bit PC rel. to GOT entry shifted by 1. */ in apply_rela()
289 case R_390_GOTPLT12: /* 12 bit offset to jump slot. */ in apply_rela()
290 case R_390_GOTPLT20: /* 20 bit offset to jump slot. */ in apply_rela()
291 case R_390_GOTPLT16: /* 16 bit offset to jump slot. */ in apply_rela()
292 case R_390_GOTPLT32: /* 32 bit offset to jump slot. */ in apply_rela()
293 case R_390_GOTPLT64: /* 64 bit offset to jump slot. */ in apply_rela()
294 case R_390_GOTPLTENT: /* 32 bit rel. offset to jump slot >> 1. */ in apply_rela()
315 rc = apply_rela_bits(loc, val, 0, 32, 0, write); in apply_rela()
322 rc = apply_rela_bits(loc, val, 1, 32, 1, write); in apply_rela()
325 case R_390_PLT16DBL: /* 16 bit PC rel. PLT shifted by 1. */ in apply_rela()
326 case R_390_PLT32DBL: /* 32 bit PC rel. PLT shifted by 1. */ in apply_rela()
327 case R_390_PLT32: /* 32 bit PC relative PLT address. */ in apply_rela()
328 case R_390_PLT64: /* 64 bit PC relative PLT address. */ in apply_rela()
329 case R_390_PLTOFF16: /* 16 bit offset from GOT to PLT. */ in apply_rela()
330 case R_390_PLTOFF32: /* 32 bit offset from GOT to PLT. */ in apply_rela()
331 case R_390_PLTOFF64: /* 16 bit offset from GOT to PLT. */ in apply_rela()
352 insn[3] = (unsigned int) (val >> 32); in apply_rela()
378 rc = apply_rela_bits(loc, val, 1, 32, 1, write); in apply_rela()
381 rc = apply_rela_bits(loc, val, 0, 32, 0, write); in apply_rela()
386 case R_390_GOTOFF16: /* 16 bit offset to GOT. */ in apply_rela()
387 case R_390_GOTOFF32: /* 32 bit offset to GOT. */ in apply_rela()
388 case R_390_GOTOFF64: /* 64 bit offset to GOT. */ in apply_rela()
394 rc = apply_rela_bits(loc, val, 0, 32, 0, write); in apply_rela()
398 case R_390_GOTPC: /* 32 bit PC relative offset to GOT. */ in apply_rela()
399 case R_390_GOTPCDBL: /* 32 bit PC rel. off. to GOT shifted by 1. */ in apply_rela()
403 rc = apply_rela_bits(loc, val, 1, 32, 0, write); in apply_rela()
405 rc = apply_rela_bits(loc, val, 1, 32, 1, write); in apply_rela()