Home
last modified time | relevance | path

Searched refs:r_type (Results 1 – 25 of 33) sorted by relevance

12

/sysdeps/ia64/
A Ddl-machine.h412 if (__builtin_expect (r_type == R_IA64_NONE, 0)) in elf_machine_rela()
417 r_type); in elf_machine_rela()
426 else if (r_type == R_IA64_IPLTLSB) in elf_machine_rela()
455 _dl_reloc_bad_type (map, r_type, 0); in elf_machine_rela()
462 if (R_IA64_FORMAT (r_type) == R_IA64_FORMAT_64LSB) in elf_machine_rela()
464 else if (R_IA64_FORMAT (r_type) == R_IA64_FORMAT_32LSB) in elf_machine_rela()
466 else if (r_type == R_IA64_IPLTLSB) in elf_machine_rela()
472 _dl_reloc_bad_type (map, r_type, 0); in elf_machine_rela()
501 if (r_type == R_IA64_IPLTLSB) in elf_machine_lazy_rel()
506 else if (r_type == R_IA64_NONE) in elf_machine_lazy_rel()
[all …]
/sysdeps/microblaze/
A Ddl-machine.h216 const int r_type = ELF32_R_TYPE (reloc->r_info); in elf_machine_rela() local
220 else if (r_type == R_MICROBLAZE_REL) in elf_machine_rela()
226 r_type); in elf_machine_rela()
230 if (r_type == R_MICROBLAZE_GLOB_DAT in elf_machine_rela()
231 || r_type == R_MICROBLAZE_JUMP_SLOT in elf_machine_rela()
232 || r_type == R_MICROBLAZE_32) in elf_machine_rela()
236 else if (r_type == R_MICROBLAZE_COPY) in elf_machine_rela()
251 else if (r_type == R_MICROBLAZE_NONE) in elf_machine_rela()
255 else if (r_type == R_MICROBLAZE_TLSDTPMOD32) in elf_machine_rela()
265 else if (r_type == R_MICROBLAZE_TLSTPREL32) in elf_machine_rela()
[all …]
/sysdeps/alpha/
A Ddl-machine.h413 r_type); in elf_machine_rela()
424 if (r_type == R_ALPHA_GLOB_DAT) in elf_machine_rela()
436 + (r_type >> 8); in elf_machine_rela()
440 else if (r_type == R_ALPHA_JMP_SLOT) in elf_machine_rela()
444 else if (r_type == R_ALPHA_REFQUAD) in elf_machine_rela()
450 else if (r_type == R_ALPHA_DTPMOD64) in elf_machine_rela()
470 else if (r_type == R_ALPHA_TPREL64) in elf_machine_rela()
483 _dl_reloc_bad_type (map, r_type, 0); in elf_machine_rela()
517 if (r_type == R_ALPHA_JMP_SLOT) in elf_machine_lazy_rel()
523 else if (r_type == R_ALPHA_NONE) in elf_machine_lazy_rel()
[all …]
/sysdeps/sparc/sparc32/
A Ddl-irel.h41 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()
A Ddl-machine.h341 const unsigned int r_type = ELF32_R_TYPE (reloc->r_info); in elf_machine_rela() local
355 if (__glibc_unlikely (r_type == R_SPARC_NONE)) in elf_machine_rela()
358 if (__glibc_unlikely (r_type == R_SPARC_SIZE32)) in elf_machine_rela()
365 if (__glibc_unlikely (r_type == R_SPARC_RELATIVE)) in elf_machine_rela()
401 switch (r_type) in elf_machine_rela()
485 if (r_type == R_SPARC_TLS_LE_HIX22) in elf_machine_rela()
533 _dl_reloc_bad_type (map, r_type, 0); in elf_machine_rela()
557 if (__glibc_likely (r_type == R_SPARC_JMP_SLOT)) in elf_machine_lazy_rel()
559 else if (r_type == R_SPARC_JMP_IREL) in elf_machine_lazy_rel()
566 else if (r_type == R_SPARC_NONE) in elf_machine_lazy_rel()
[all …]
/sysdeps/sparc/sparc64/
A Ddl-irel.h41 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()
A Ddl-machine.h382 if (__glibc_unlikely (r_type == R_SPARC_NONE)) in elf_machine_rela()
385 if (__glibc_unlikely (r_type == R_SPARC_SIZE64)) in elf_machine_rela()
426 switch (r_type) in elf_machine_rela()
513 if (r_type == R_SPARC_TLS_LE_HIX22) in elf_machine_rela()
643 _dl_reloc_bad_type (map, r_type, 0); in elf_machine_rela()
667 if (__glibc_likely (r_type == R_SPARC_JMP_SLOT)) in elf_machine_lazy_rel()
669 else if (r_type == R_SPARC_JMP_IREL in elf_machine_lazy_rel()
670 || r_type == R_SPARC_IRELATIVE) in elf_machine_lazy_rel()
675 if (r_type == R_SPARC_JMP_IREL) in elf_machine_lazy_rel()
684 else if (r_type == R_SPARC_NONE) in elf_machine_lazy_rel()
[all …]
/sysdeps/powerpc/powerpc64/
A Ddl-irel.h41 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()
/sysdeps/hppa/
A Ddl-runtime.c32 Elf32_Addr l_addr, iplt, jmprel, end_jmprel, r_type; in ElfW() local
43 r_type = ELF32_R_TYPE (reloc->r_info); in ElfW()
45 if (__builtin_expect (r_type == R_PARISC_IPLT, 1) in ElfW()
A Ddl-machine.h201 r_type = ELF32_R_TYPE (reloc->r_info); in elf_machine_runtime_setup()
207 if (__builtin_expect (r_type != R_PARISC_IPLT, 0)) in elf_machine_runtime_setup()
210 _dl_reloc_bad_type (l, r_type, 1); in elf_machine_runtime_setup()
281 r_type = ELF32_R_TYPE (reloc->r_info); in elf_machine_runtime_setup()
284 if (__builtin_expect (r_type == R_PARISC_IPLT, 1)) in elf_machine_runtime_setup()
312 r_type = ELF32_R_TYPE (reloc->r_info); in elf_machine_runtime_setup()
593 switch (r_type) in elf_machine_rela()
657 if (r_type == R_PARISC_PLABEL21L) in elf_machine_rela()
732 _dl_reloc_bad_type (map, r_type, 0); in elf_machine_rela()
760 switch (r_type) in elf_machine_rela_relative()
[all …]
/sysdeps/arc/
A Ddl-machine.h238 const unsigned long int r_type = ELFW (R_TYPE) (r_info); in elf_machine_rela() local
241 if (__glibc_unlikely (r_type == R_ARC_RELATIVE)) in elf_machine_rela()
243 else if (__glibc_unlikely (r_type == R_ARC_NONE)) in elf_machine_rela()
249 r_type); in elf_machine_rela()
252 switch (r_type) in elf_machine_rela()
313 _dl_reloc_bad_type (map, r_type, 0); in elf_machine_rela()
335 const unsigned int r_type = ELFW (R_TYPE) (reloc->r_info); in elf_machine_lazy_rel() local
337 if (r_type == R_ARC_JUMP_SLOT) in elf_machine_lazy_rel()
340 _dl_reloc_bad_type (map, r_type, 1); in elf_machine_lazy_rel()
/sysdeps/i386/
A Ddl-irel.h40 const unsigned long int r_type = ELF32_R_TYPE (reloc->r_info); in elf_irel() local
42 if (__glibc_likely (r_type == R_386_IRELATIVE)) in elf_irel()
A Ddl-machine.h270 if (__glibc_unlikely (r_type == R_386_RELATIVE)) in elf_machine_rel()
297 r_type); in elf_machine_rel()
328 switch (r_type) in elf_machine_rel()
460 _dl_reloc_bad_type (map, r_type, 0); in elf_machine_rel()
480 else if (r_type != R_386_NONE) in elf_machine_rela()
486 r_type); in elf_machine_rela()
612 _dl_reloc_bad_type (map, r_type, 0); in elf_machine_rela()
649 if (__glibc_likely (r_type == R_386_JMP_SLOT)) in elf_machine_lazy_rel()
695 _dl_reloc_bad_type (map, r_type, 1); in elf_machine_lazy_rel()
708 if (__glibc_likely (r_type == R_386_JMP_SLOT)) in elf_machine_lazy_rela()
[all …]
/sysdeps/arm/
A Ddl-irel.h41 const unsigned long int r_type = ELF32_R_TYPE (reloc->r_info); in elf_irel() local
43 if (__builtin_expect (r_type == R_ARM_IRELATIVE, 1)) in elf_irel()
A Ddl-machine.h339 if (__builtin_expect (r_type == R_ARM_RELATIVE, 0)) in elf_machine_rel()
356 else if (__builtin_expect (r_type == R_ARM_NONE, 0)) in elf_machine_rel()
364 r_type); in elf_machine_rel()
373 switch (r_type) in elf_machine_rel()
501 _dl_reloc_bad_type (map, r_type, 0); in elf_machine_rel()
518 if (__builtin_expect (r_type == R_ARM_RELATIVE, 0)) in elf_machine_rela()
520 else if (__builtin_expect (r_type == R_ARM_NONE, 0)) in elf_machine_rela()
536 switch (r_type) in elf_machine_rela()
595 _dl_reloc_bad_type (map, r_type, 0); in elf_machine_rela()
631 if (__builtin_expect (r_type == R_ARM_JUMP_SLOT, 1)) in elf_machine_lazy_rel()
[all …]
/sysdeps/powerpc/powerpc32/
A Ddl-irel.h40 unsigned int r_type = ELF32_R_TYPE (reloc->r_info); in elf_irela() local
42 if (__glibc_likely (r_type == R_PPC_IRELATIVE)) in elf_irela()
/sysdeps/x86_64/
A Ddl-irel.h40 const unsigned long int r_type = ELFW(R_TYPE) (reloc->r_info); in elf_irela() local
42 if (__glibc_likely (r_type == R_X86_64_IRELATIVE)) in elf_irela()
A Ddl-machine.h259 const unsigned long int r_type = ELFW(R_TYPE) (reloc->r_info); in elf_machine_rela() local
262 if (__glibc_unlikely (r_type == R_X86_64_RELATIVE)) in elf_machine_rela()
283 if (__glibc_unlikely (r_type == R_X86_64_RELATIVE64)) in elf_machine_rela()
287 if (__glibc_unlikely (r_type == R_X86_64_NONE)) in elf_machine_rela()
295 r_type); in elf_machine_rela()
326 switch (r_type) in elf_machine_rela()
513 _dl_reloc_bad_type (map, r_type, 0); in elf_machine_rela()
549 if (__glibc_likely (r_type == R_X86_64_JUMP_SLOT)) in elf_machine_lazy_rel()
559 else if (__glibc_likely (r_type == R_X86_64_TLSDESC)) in elf_machine_lazy_rel()
577 else if (__glibc_unlikely (r_type == R_X86_64_IRELATIVE)) in elf_machine_lazy_rel()
[all …]
/sysdeps/s390/
A Ddl-irel.h41 const unsigned long int r_type = ELFW(R_TYPE) (reloc->r_info); in elf_irela() local
43 if (__glibc_likely (r_type == R_390_IRELATIVE)) in elf_irela()
/sysdeps/riscv/
A Ddl-irel.h45 const unsigned long int r_type = ELFW(R_TYPE) (reloc->r_info); in elf_irela() local
47 if (__glibc_likely (r_type == R_RISCV_IRELATIVE)) in elf_irela()
/sysdeps/s390/s390-64/
A Ddl-machine.h277 const unsigned int r_type = ELF64_R_TYPE (reloc->r_info); in elf_machine_rela() local
280 if (__glibc_unlikely (r_type == R_390_RELATIVE)) in elf_machine_rela()
298 if (__glibc_unlikely (r_type == R_390_NONE)) in elf_machine_rela()
307 r_type); in elf_machine_rela()
317 switch (r_type) in elf_machine_rela()
434 _dl_reloc_bad_type (map, r_type, 0); in elf_machine_rela()
457 const unsigned int r_type = ELF64_R_TYPE (reloc->r_info); in elf_machine_lazy_rel() local
459 if (__glibc_likely (r_type == R_390_JMP_SLOT)) in elf_machine_lazy_rel()
466 else if (__glibc_likely (r_type == R_390_IRELATIVE)) in elf_machine_lazy_rel()
474 _dl_reloc_bad_type (map, r_type, 1); in elf_machine_lazy_rel()
/sysdeps/s390/s390-32/
A Ddl-machine.h330 const unsigned int r_type = ELF32_R_TYPE (reloc->r_info); in elf_machine_rela() local
333 if (__glibc_unlikely (r_type == R_390_RELATIVE)) in elf_machine_rela()
351 if (__glibc_unlikely (r_type == R_390_NONE)) in elf_machine_rela()
360 r_type); in elf_machine_rela()
369 switch (r_type) in elf_machine_rela()
480 _dl_reloc_bad_type (map, r_type, 0); in elf_machine_rela()
503 const unsigned int r_type = ELF32_R_TYPE (reloc->r_info); in elf_machine_lazy_rel() local
505 if (__glibc_likely (r_type == R_390_JMP_SLOT)) in elf_machine_lazy_rel()
512 else if (__glibc_likely (r_type == R_390_IRELATIVE)) in elf_machine_lazy_rel()
520 _dl_reloc_bad_type (map, r_type, 1); in elf_machine_lazy_rel()
/sysdeps/nios2/
A Ddl-machine.h243 const unsigned int r_type = ELF32_R_TYPE (reloc->r_info); in elf_machine_rela() local
245 if (__glibc_unlikely (r_type == R_NIOS2_RELATIVE)) in elf_machine_rela()
247 else if (__glibc_unlikely (r_type == R_NIOS2_NONE)) in elf_machine_rela()
253 r_type); in elf_machine_rela()
256 switch (r_type) in elf_machine_rela()
312 _dl_reloc_bad_type (map, r_type, 0); in elf_machine_rela()
/sysdeps/aarch64/
A Ddl-irel.h49 const unsigned long int r_type = ELFW(R_TYPE) (reloc->r_info); in elf_irela() local
51 if (__glibc_likely (r_type == AARCH64_R(IRELATIVE))) in elf_irela()
A Ddl-machine.h247 const unsigned int r_type = ELFW (R_TYPE) (reloc->r_info); in elf_machine_rela() local
249 if (__builtin_expect (r_type == AARCH64_R(RELATIVE), 0)) in elf_machine_rela()
251 else if (__builtin_expect (r_type == R_AARCH64_NONE, 0)) in elf_machine_rela()
257 r_type); in elf_machine_rela()
266 switch (r_type) in elf_machine_rela()
365 _dl_reloc_bad_type (map, r_type, 0); in elf_machine_rela()
389 const unsigned int r_type = ELFW (R_TYPE) (reloc->r_info); in elf_machine_lazy_rel() local
391 if (__builtin_expect (r_type == AARCH64_R(JUMP_SLOT), 1)) in elf_machine_lazy_rel()
421 else if (__builtin_expect (r_type == AARCH64_R(TLSDESC), 1)) in elf_machine_lazy_rel()
440 else if (__glibc_unlikely (r_type == AARCH64_R(IRELATIVE))) in elf_machine_lazy_rel()
[all …]

Completed in 51 milliseconds

12