/glibc-2.36/sysdeps/ia64/ |
D | dl-machine.h | 341 const unsigned long int r_type = ELF64_R_TYPE (reloc->r_info); in elf_machine_rela() local 348 if (__builtin_expect (R_IA64_TYPE (r_type) == R_IA64_TYPE (R_IA64_REL64LSB), in elf_machine_rela() 356 if (__builtin_expect (r_type == R_IA64_NONE, 0)) in elf_machine_rela() 361 r_type); in elf_machine_rela() 368 if (R_IA64_TYPE (r_type) == R_IA64_TYPE (R_IA64_DIR64LSB)) in elf_machine_rela() 370 else if (r_type == R_IA64_IPLTLSB) in elf_machine_rela() 376 else if (R_IA64_TYPE (r_type) == R_IA64_TYPE (R_IA64_FPTR64LSB)) in elf_machine_rela() 378 else if (R_IA64_TYPE (r_type) == R_IA64_TYPE (R_IA64_PCREL64LSB)) in elf_machine_rela() 380 else if (R_IA64_TYPE (r_type) == R_IA64_TYPE (R_IA64_DTPMOD64LSB)) in elf_machine_rela() 388 else if (R_IA64_TYPE (r_type) == R_IA64_TYPE (R_IA64_DTPREL64LSB)) in elf_machine_rela() [all …]
|
/glibc-2.36/sysdeps/alpha/ |
D | dl-machine.h | 331 unsigned long int const r_type = ELF64_R_TYPE (reloc->r_info); in elf_machine_rela() local 337 if (__builtin_expect (r_type == R_ALPHA_RELATIVE, 0)) in elf_machine_rela() 352 if (__builtin_expect (r_type == R_ALPHA_NONE, 0)) in elf_machine_rela() 357 r_type); in elf_machine_rela() 368 if (r_type == R_ALPHA_GLOB_DAT) in elf_machine_rela() 370 else if (r_type == R_ALPHA_JMP_SLOT) in elf_machine_rela() 373 else if (r_type == R_ALPHA_REFQUAD) in elf_machine_rela() 379 else if (r_type == R_ALPHA_DTPMOD64) in elf_machine_rela() 391 else if (r_type == R_ALPHA_DTPREL64) in elf_machine_rela() 399 else if (r_type == R_ALPHA_TPREL64) in elf_machine_rela() [all …]
|
/glibc-2.36/sysdeps/microblaze/ |
D | dl-machine.h | 211 const int r_type = ELF32_R_TYPE (reloc->r_info); in elf_machine_rela() local 213 if (__builtin_expect (r_type == R_MICROBLAZE_64_PCREL, 0)) in elf_machine_rela() 215 else if (r_type == R_MICROBLAZE_REL) in elf_machine_rela() 221 r_type); in elf_machine_rela() 225 if (r_type == R_MICROBLAZE_GLOB_DAT in elf_machine_rela() 226 || r_type == R_MICROBLAZE_JUMP_SLOT in elf_machine_rela() 227 || r_type == R_MICROBLAZE_32) in elf_machine_rela() 231 else if (r_type == R_MICROBLAZE_COPY) in elf_machine_rela() 246 else if (r_type == R_MICROBLAZE_NONE) in elf_machine_rela() 250 else if (r_type == R_MICROBLAZE_TLSDTPMOD32) in elf_machine_rela() [all …]
|
/glibc-2.36/sysdeps/hppa/ |
D | dl-machine.h | 171 Elf32_Addr l_addr, iplt, jmprel, end_jmprel, r_type, r_sym; in elf_machine_runtime_setup() local 210 r_type = ELF32_R_TYPE (reloc->r_info); in elf_machine_runtime_setup() 216 if (__builtin_expect (r_type != R_PARISC_IPLT, 0)) in elf_machine_runtime_setup() 218 if (__builtin_expect (r_type != R_PARISC_NONE, 0)) in elf_machine_runtime_setup() 219 _dl_reloc_bad_type (l, r_type, 1); in elf_machine_runtime_setup() 290 r_type = ELF32_R_TYPE (reloc->r_info); in elf_machine_runtime_setup() 293 if (__builtin_expect (r_type == R_PARISC_IPLT, 1)) in elf_machine_runtime_setup() 321 r_type = ELF32_R_TYPE (reloc->r_info); in elf_machine_runtime_setup() 324 if (__builtin_expect ((r_type == R_PARISC_IPLT) && (r_sym == 0), 1)) in elf_machine_runtime_setup() 548 unsigned long const r_type = ELF32_R_TYPE (reloc->r_info); in elf_machine_rela() local [all …]
|
/glibc-2.36/sysdeps/i386/ |
D | dl-machine.h | 254 const unsigned int r_type = ELF32_R_TYPE (reloc->r_info); in elf_machine_rel() local 257 if (__glibc_unlikely (r_type == R_386_RELATIVE)) in elf_machine_rel() 260 else if (__glibc_unlikely (r_type == R_386_NONE)) in elf_machine_rel() 270 r_type); in elf_machine_rel() 301 switch (r_type) in elf_machine_rel() 433 _dl_reloc_bad_type (map, r_type, 0); in elf_machine_rel() 449 const unsigned int r_type = ELF32_R_TYPE (reloc->r_info); in elf_machine_rela() local 453 else if (r_type != R_386_NONE) in elf_machine_rela() 457 r_type); in elf_machine_rela() 581 _dl_reloc_bad_type (map, r_type, 0); in elf_machine_rela() [all …]
|
/glibc-2.36/sysdeps/sparc/sparc64/ |
D | dl-machine.h | 288 const unsigned long int r_type = ELF64_R_TYPE_ID (reloc->r_info); in elf_machine_rela() local 291 if (__glibc_unlikely (r_type == R_SPARC_NONE)) in elf_machine_rela() 294 if (__glibc_unlikely (r_type == R_SPARC_SIZE64)) in elf_machine_rela() 301 if (__glibc_unlikely (r_type == R_SPARC_RELATIVE)) in elf_machine_rela() 316 sym_map = RESOLVE_MAP (map, scope, &sym, version, r_type); in elf_machine_rela() 328 switch (r_type) in elf_machine_rela() 400 if (r_type == R_SPARC_TLS_LE_HIX22) in elf_machine_rela() 529 _dl_reloc_bad_type (map, r_type, 0); in elf_machine_rela() 551 const unsigned int r_type = ELF64_R_TYPE (reloc->r_info); in elf_machine_lazy_rel() local 553 if (__glibc_likely (r_type == R_SPARC_JMP_SLOT)) in elf_machine_lazy_rel() [all …]
|
D | dl-irel.h | 41 unsigned int r_type = (reloc->r_info & 0xff); in elf_irela() local 43 if (__glibc_likely (r_type == R_SPARC_IRELATIVE)) in elf_irela() 49 else if (__glibc_likely (r_type == R_SPARC_JMP_IREL)) in elf_irela() 59 else if (r_type == R_SPARC_NONE) in elf_irela()
|
/glibc-2.36/sysdeps/sparc/sparc32/ |
D | dl-machine.h | 264 const unsigned int r_type = ELF32_R_TYPE (reloc->r_info); in elf_machine_rela() local 267 if (__glibc_unlikely (r_type == R_SPARC_NONE)) in elf_machine_rela() 270 if (__glibc_unlikely (r_type == R_SPARC_SIZE32)) in elf_machine_rela() 277 if (__glibc_unlikely (r_type == R_SPARC_RELATIVE)) in elf_machine_rela() 292 sym_map = RESOLVE_MAP (map, scope, &sym, version, r_type); in elf_machine_rela() 306 switch (r_type) in elf_machine_rela() 389 if (r_type == R_SPARC_TLS_LE_HIX22) in elf_machine_rela() 436 _dl_reloc_bad_type (map, r_type, 0); in elf_machine_rela() 458 const unsigned int r_type = ELF32_R_TYPE (reloc->r_info); in elf_machine_lazy_rel() local 460 if (__glibc_likely (r_type == R_SPARC_JMP_SLOT)) in elf_machine_lazy_rel() [all …]
|
D | dl-irel.h | 41 unsigned int r_type = ELF32_R_TYPE (reloc->r_info); in elf_irela() local 43 if (__glibc_likely (r_type == R_SPARC_IRELATIVE)) in elf_irela() 49 else if (__glibc_likely (r_type == R_SPARC_JMP_IREL)) in elf_irela() 56 else if (r_type == R_SPARC_NONE) in elf_irela()
|
/glibc-2.36/sysdeps/arm/ |
D | dl-machine.h | 293 const unsigned int r_type = ELF32_R_TYPE (reloc->r_info); in elf_machine_rel() local 296 if (__builtin_expect (r_type == R_ARM_RELATIVE, 0)) in elf_machine_rel() 299 else if (__builtin_expect (r_type == R_ARM_NONE, 0)) in elf_machine_rel() 307 r_type); in elf_machine_rel() 316 switch (r_type) in elf_machine_rel() 444 _dl_reloc_bad_type (map, r_type, 0); in elf_machine_rel() 459 const unsigned int r_type = ELF32_R_TYPE (reloc->r_info); in elf_machine_rela() local 461 if (__builtin_expect (r_type == R_ARM_RELATIVE, 0)) in elf_machine_rela() 463 else if (__builtin_expect (r_type == R_ARM_NONE, 0)) in elf_machine_rela() 468 struct link_map *sym_map = RESOLVE_MAP (map, scope, &sym, version, r_type); in elf_machine_rela() [all …]
|
/glibc-2.36/sysdeps/arc/ |
D | dl-machine.h | 225 const unsigned long int r_type = ELFW (R_TYPE) (r_info); in elf_machine_rela() local 228 if (__glibc_unlikely (r_type == R_ARC_RELATIVE)) in elf_machine_rela() 230 else if (__glibc_unlikely (r_type == R_ARC_NONE)) in elf_machine_rela() 236 r_type); in elf_machine_rela() 239 switch (r_type) in elf_machine_rela() 300 _dl_reloc_bad_type (map, r_type, 0); in elf_machine_rela() 322 const unsigned int r_type = ELFW (R_TYPE) (reloc->r_info); in elf_machine_lazy_rel() local 324 if (r_type == R_ARC_JUMP_SLOT) in elf_machine_lazy_rel() 327 _dl_reloc_bad_type (map, r_type, 1); in elf_machine_lazy_rel()
|
/glibc-2.36/sysdeps/or1k/ |
D | dl-machine.h | 186 const unsigned int r_type = ELF32_R_TYPE (reloc->r_info); in elf_machine_rela() local 188 if (__glibc_unlikely (r_type == R_OR1K_NONE)) in elf_machine_rela() 194 r_type); in elf_machine_rela() 203 switch (r_type) in elf_machine_rela() 264 _dl_reloc_bad_type (map, r_type, 0); in elf_machine_rela() 286 const unsigned int r_type = ELF32_R_TYPE (reloc->r_info); in elf_machine_lazy_rel() local 288 if (__glibc_likely (r_type == R_OR1K_JMP_SLOT)) in elf_machine_lazy_rel() 290 else if (__glibc_unlikely (r_type == R_OR1K_NONE)) in elf_machine_lazy_rel() 293 _dl_reloc_bad_type (map, r_type, 1); in elf_machine_lazy_rel()
|
/glibc-2.36/sysdeps/aarch64/ |
D | dl-machine.h | 173 const unsigned int r_type = ELFW (R_TYPE) (reloc->r_info); in elf_machine_rela() local 175 if (__builtin_expect (r_type == AARCH64_R(RELATIVE), 0)) in elf_machine_rela() 177 else if (__builtin_expect (r_type == R_AARCH64_NONE, 0)) in elf_machine_rela() 185 r_type); in elf_machine_rela() 194 switch (r_type) in elf_machine_rela() 288 _dl_reloc_bad_type (map, r_type, 0); in elf_machine_rela() 312 const unsigned int r_type = ELFW (R_TYPE) (reloc->r_info); in elf_machine_lazy_rel() local 314 if (__builtin_expect (r_type == AARCH64_R(JUMP_SLOT), 1)) in elf_machine_lazy_rel() 344 else if (__builtin_expect (r_type == AARCH64_R(TLSDESC), 1)) in elf_machine_lazy_rel() 363 else if (__glibc_unlikely (r_type == AARCH64_R(IRELATIVE))) in elf_machine_lazy_rel() [all …]
|
/glibc-2.36/sysdeps/s390/s390-32/ |
D | dl-machine.h | 284 const unsigned int r_type = ELF32_R_TYPE (reloc->r_info); in elf_machine_rela() local 287 if (__glibc_unlikely (r_type == R_390_RELATIVE)) in elf_machine_rela() 291 if (__glibc_unlikely (r_type == R_390_NONE)) in elf_machine_rela() 300 r_type); in elf_machine_rela() 309 switch (r_type) in elf_machine_rela() 414 _dl_reloc_bad_type (map, r_type, 0); in elf_machine_rela() 437 const unsigned int r_type = ELF32_R_TYPE (reloc->r_info); in elf_machine_lazy_rel() local 439 if (__glibc_likely (r_type == R_390_JMP_SLOT)) in elf_machine_lazy_rel() 446 else if (__glibc_likely (r_type == R_390_IRELATIVE)) in elf_machine_lazy_rel() 454 _dl_reloc_bad_type (map, r_type, 1); in elf_machine_lazy_rel()
|
/glibc-2.36/sysdeps/s390/s390-64/ |
D | dl-machine.h | 261 const unsigned int r_type = ELF64_R_TYPE (reloc->r_info); in elf_machine_rela() local 264 if (__glibc_unlikely (r_type == R_390_RELATIVE)) in elf_machine_rela() 268 if (__glibc_unlikely (r_type == R_390_NONE)) in elf_machine_rela() 277 r_type); in elf_machine_rela() 287 switch (r_type) in elf_machine_rela() 398 _dl_reloc_bad_type (map, r_type, 0); in elf_machine_rela() 421 const unsigned int r_type = ELF64_R_TYPE (reloc->r_info); in elf_machine_lazy_rel() local 423 if (__glibc_likely (r_type == R_390_JMP_SLOT)) in elf_machine_lazy_rel() 430 else if (__glibc_likely (r_type == R_390_IRELATIVE)) in elf_machine_lazy_rel() 438 _dl_reloc_bad_type (map, r_type, 1); in elf_machine_lazy_rel()
|
/glibc-2.36/sysdeps/x86_64/ |
D | dl-machine.h | 250 const unsigned long int r_type = ELFW(R_TYPE) (reloc->r_info); in elf_machine_rela() local 253 if (__glibc_unlikely (r_type == R_X86_64_RELATIVE)) in elf_machine_rela() 260 if (__glibc_unlikely (r_type == R_X86_64_RELATIVE64)) in elf_machine_rela() 264 if (__glibc_unlikely (r_type == R_X86_64_NONE)) in elf_machine_rela() 272 r_type); in elf_machine_rela() 303 switch (r_type) in elf_machine_rela() 466 _dl_reloc_bad_type (map, r_type, 0); in elf_machine_rela() 499 const unsigned long int r_type = ELFW(R_TYPE) (reloc->r_info); in elf_machine_lazy_rel() local 502 if (__glibc_likely (r_type == R_X86_64_JUMP_SLOT)) in elf_machine_lazy_rel() 512 else if (__glibc_likely (r_type == R_X86_64_TLSDESC)) in elf_machine_lazy_rel() [all …]
|
/glibc-2.36/sysdeps/loongarch/ |
D | dl-machine.h | 151 const unsigned long int r_type = ELFW (R_TYPE) (r_info); in elf_machine_rela() local 154 struct link_map *sym_map = RESOLVE_MAP (map, scope, &sym, version, r_type); in elf_machine_rela() 165 switch (r_type) in elf_machine_rela() 231 _dl_reloc_bad_type (map, r_type, 0); in elf_machine_rela() 249 const unsigned int r_type = ELFW (R_TYPE) (reloc->r_info); in elf_machine_lazy_rel() local 252 if (__glibc_likely (r_type == R_LARCH_JUMP_SLOT)) in elf_machine_lazy_rel() 263 _dl_reloc_bad_type (map, r_type, 1); in elf_machine_lazy_rel()
|
/glibc-2.36/sysdeps/riscv/ |
D | dl-machine.h | 178 const unsigned long int r_type = ELFW (R_TYPE) (r_info); in elf_machine_rela() local 181 struct link_map *sym_map = RESOLVE_MAP (map, scope, &sym, version, r_type); in elf_machine_rela() 193 switch (r_type) in elf_machine_rela() 267 _dl_reloc_bad_type (map, r_type, 0); in elf_machine_rela() 279 const unsigned int r_type = ELFW (R_TYPE) (reloc->r_info); in elf_machine_lazy_rel() local 282 if (__glibc_likely (r_type == R_RISCV_JUMP_SLOT)) in elf_machine_lazy_rel() 292 else if (__glibc_unlikely (r_type == R_RISCV_IRELATIVE)) in elf_machine_lazy_rel() 300 _dl_reloc_bad_type (map, r_type, 1); in elf_machine_lazy_rel()
|
/glibc-2.36/sysdeps/nios2/ |
D | dl-machine.h | 212 const unsigned int r_type = ELF32_R_TYPE (reloc->r_info); in elf_machine_rela() local 214 if (__glibc_unlikely (r_type == R_NIOS2_RELATIVE)) in elf_machine_rela() 216 else if (__glibc_unlikely (r_type == R_NIOS2_NONE)) in elf_machine_rela() 222 r_type); in elf_machine_rela() 225 switch (r_type) in elf_machine_rela() 281 _dl_reloc_bad_type (map, r_type, 0); in elf_machine_rela()
|
/glibc-2.36/sysdeps/csky/ |
D | dl-machine.h | 207 const unsigned int r_type = ELF32_R_TYPE (reloc->r_info); in elf_machine_rela() local 211 if (__builtin_expect (r_type == R_CKCORE_RELATIVE, 0)) in elf_machine_rela() 217 r_type); in elf_machine_rela() 221 switch (r_type) in elf_machine_rela() 332 const unsigned int r_type = ELF32_R_TYPE (reloc->r_info); in elf_machine_lazy_rel() local 336 if (__builtin_expect (r_type == R_CKCORE_JUMP_SLOT, 1)) in elf_machine_lazy_rel()
|
/glibc-2.36/sysdeps/sh/ |
D | dl-machine.h | 255 const unsigned int r_type = ELF32_R_TYPE (reloc->r_info); in elf_machine_rela() local 282 if (__glibc_unlikely (r_type == R_SH_RELATIVE)) in elf_machine_rela() 301 else if (__glibc_unlikely (r_type == R_SH_NONE)) in elf_machine_rela() 308 r_type); in elf_machine_rela() 313 switch (r_type) in elf_machine_rela() 408 _dl_reloc_bad_type (map, r_type, 0); in elf_machine_rela()
|
/glibc-2.36/sysdeps/m68k/ |
D | dl-machine.h | 215 const unsigned int r_type = ELF32_R_TYPE (reloc->r_info); in elf_machine_rela() local 217 if (__builtin_expect (r_type == R_68K_RELATIVE, 0)) in elf_machine_rela() 223 r_type); in elf_machine_rela() 226 switch (r_type) in elf_machine_rela() 292 _dl_reloc_bad_type (map, r_type, 0); in elf_machine_rela()
|
/glibc-2.36/sysdeps/powerpc/powerpc32/ |
D | dl-machine.h | 294 const int r_type = ELF32_R_TYPE (reloc->r_info); in elf_machine_rela() local 297 if (r_type == R_PPC_RELATIVE) in elf_machine_rela() 303 if (__glibc_unlikely (r_type == R_PPC_NONE)) in elf_machine_rela() 316 sym_map = RESOLVE_MAP (map, scope, &sym, version, r_type); in elf_machine_rela() 333 switch (r_type) in elf_machine_rela() 428 reloc_addr, value, r_type, skip_ifunc); in elf_machine_rela()
|
/glibc-2.36/sysdeps/mips/ |
D | dl-machine.h | 436 const unsigned long int r_type = ELFW(R_TYPE) (r_info); in elf_machine_reloc() local 449 switch (r_type) in elf_machine_reloc() 463 r_type); in elf_machine_reloc() 465 switch (r_type) in elf_machine_reloc() 603 sym_map = RESOLVE_MAP (map, scope, &sym, version, r_type); in elf_machine_reloc() 617 sym_map = RESOLVE_MAP (map, scope, &sym, version, r_type); in elf_machine_reloc() 656 _dl_reloc_bad_type (map, r_type, 0); in elf_machine_reloc() 689 const unsigned int r_type = ELFW(R_TYPE) (reloc->r_info); in elf_machine_lazy_rel() local 691 if (__builtin_expect (r_type == R_MIPS_JUMP_SLOT, 1)) in elf_machine_lazy_rel() 702 _dl_reloc_bad_type (map, r_type, 1); in elf_machine_lazy_rel()
|
/glibc-2.36/sysdeps/powerpc/powerpc64/ |
D | dl-irel.h | 41 unsigned int r_type = ELF64_R_TYPE (reloc->r_info); in elf_irela() local 43 if (__glibc_likely (r_type == R_PPC64_IRELATIVE)) in elf_irela() 49 else if (__glibc_likely (r_type == R_PPC64_JMP_IREL)) in elf_irela()
|