Searched refs:R_ARM_IRELATIVE (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/sys/arch/arm/include/
H A Delf_machdep.h123 #define R_ARM_IRELATIVE 160 macro
/netbsd-current/external/gpl3/binutils/dist/elfcpp/
H A Darm.h204 R_ARM_IRELATIVE = 160, // Dynamic enumerator in enum:elfcpp::__anon191
/netbsd-current/external/gpl3/gdb.old/dist/elfcpp/
H A Darm.h204 R_ARM_IRELATIVE = 160, // Dynamic enumerator in enum:elfcpp::__anon779
/netbsd-current/external/gpl3/binutils.old/dist/elfcpp/
H A Darm.h204 R_ARM_IRELATIVE = 160, // Dynamic enumerator in enum:elfcpp::__anon302
/netbsd-current/external/gpl3/binutils/dist/include/elf/
H A Darm.h252 RELOC_NUMBER (R_ARM_IRELATIVE, 160)
/netbsd-current/external/gpl3/gdb.old/dist/include/elf/
H A Darm.h248 RELOC_NUMBER (R_ARM_IRELATIVE, 160)
/netbsd-current/external/gpl3/gdb/dist/include/elf/
H A Darm.h252 RELOC_NUMBER (R_ARM_IRELATIVE, 160)
/netbsd-current/external/gpl3/binutils.old/dist/include/elf/
H A Darm.h252 RELOC_NUMBER (R_ARM_IRELATIVE, 160)
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-arm.c1792 HOWTO (R_ARM_IRELATIVE, /* type */
1800 "R_ARM_IRELATIVE", /* name */
1964 if (r_type >= R_ARM_IRELATIVE
1965 && r_type < R_ARM_IRELATIVE + ARRAY_SIZE (elf32_arm_howto_table_2))
1966 return &elf32_arm_howto_table_2[r_type - R_ARM_IRELATIVE];
2048 {BFD_RELOC_ARM_IRELATIVE, R_ARM_IRELATIVE},
9493 /* Reserve space for COUNT R_ARM_IRELATIVE relocations. If the link is
9524 && ELF32_R_TYPE (rel->r_info) == R_ARM_IRELATIVE)
9560 /* Allocate room for an R_ARM_IRELATIVE relocation in .rel.iplt. */
9940 rel.r_info = ELF32_R_INFO (0, R_ARM_IRELATIVE);
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-arm.c1792 HOWTO (R_ARM_IRELATIVE, /* type */
1800 "R_ARM_IRELATIVE", /* name */
1964 if (r_type >= R_ARM_IRELATIVE
1965 && r_type < R_ARM_IRELATIVE + ARRAY_SIZE (elf32_arm_howto_table_2))
1966 return &elf32_arm_howto_table_2[r_type - R_ARM_IRELATIVE];
2048 {BFD_RELOC_ARM_IRELATIVE, R_ARM_IRELATIVE},
9455 /* Reserve space for COUNT R_ARM_IRELATIVE relocations. If the link is
9486 && ELF32_R_TYPE (rel->r_info) == R_ARM_IRELATIVE)
9522 /* Allocate room for an R_ARM_IRELATIVE relocation in .rel.iplt. */
9934 rel.r_info = ELF32_R_INFO (0, R_ARM_IRELATIVE);
[all...]
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-arm.c1792 HOWTO (R_ARM_IRELATIVE, /* type */
1800 "R_ARM_IRELATIVE", /* name */
1964 if (r_type >= R_ARM_IRELATIVE
1965 && r_type < R_ARM_IRELATIVE + ARRAY_SIZE (elf32_arm_howto_table_2))
1966 return &elf32_arm_howto_table_2[r_type - R_ARM_IRELATIVE];
2048 {BFD_RELOC_ARM_IRELATIVE, R_ARM_IRELATIVE},
9485 /* Reserve space for COUNT R_ARM_IRELATIVE relocations. If the link is
9516 && ELF32_R_TYPE (rel->r_info) == R_ARM_IRELATIVE)
9552 /* Allocate room for an R_ARM_IRELATIVE relocation in .rel.iplt. */
9932 rel.r_info = ELF32_R_INFO (0, R_ARM_IRELATIVE);
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-arm.c1792 HOWTO (R_ARM_IRELATIVE, /* type */
1800 "R_ARM_IRELATIVE", /* name */
1964 if (r_type >= R_ARM_IRELATIVE
1965 && r_type < R_ARM_IRELATIVE + ARRAY_SIZE (elf32_arm_howto_table_2))
1966 return &elf32_arm_howto_table_2[r_type - R_ARM_IRELATIVE];
2048 {BFD_RELOC_ARM_IRELATIVE, R_ARM_IRELATIVE},
9484 /* Reserve space for COUNT R_ARM_IRELATIVE relocations. If the link is
9515 && ELF32_R_TYPE (rel->r_info) == R_ARM_IRELATIVE)
9551 /* Allocate room for an R_ARM_IRELATIVE relocation in .rel.iplt. */
9931 rel.r_info = ELF32_R_INFO (0, R_ARM_IRELATIVE);
[all...]
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Darm.cc7626 // Number of PLT entries with R_ARM_IRELATIVE relocs. These
7758 elfcpp::R_ARM_IRELATIVE,
7775 rel->add_symbolless_global_addend(gsym, elfcpp::R_ARM_IRELATIVE,
7808 // hold R_ARM_IRELATIVE relocs for STT_GNU_IFUNC symbols. The library
8503 case elfcpp::R_ARM_IRELATIVE:
9036 unsigned int r_type = elfcpp::R_ARM_IRELATIVE;
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Darm.cc7626 // Number of PLT entries with R_ARM_IRELATIVE relocs. These
7758 elfcpp::R_ARM_IRELATIVE,
7775 rel->add_symbolless_global_addend(gsym, elfcpp::R_ARM_IRELATIVE,
7808 // hold R_ARM_IRELATIVE relocs for STT_GNU_IFUNC symbols. The library
8503 case elfcpp::R_ARM_IRELATIVE:
9036 unsigned int r_type = elfcpp::R_ARM_IRELATIVE;
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Darm.cc7626 // Number of PLT entries with R_ARM_IRELATIVE relocs. These
7758 elfcpp::R_ARM_IRELATIVE,
7775 rel->add_symbolless_global_addend(gsym, elfcpp::R_ARM_IRELATIVE,
7808 // hold R_ARM_IRELATIVE relocs for STT_GNU_IFUNC symbols. The library
8503 case elfcpp::R_ARM_IRELATIVE:
9036 unsigned int r_type = elfcpp::R_ARM_IRELATIVE;

Completed in 607 milliseconds