/openbsd/sys/arch/amd64/stand/efiboot/ |
H A D | self_reloc.c | 84 case DT_RELSZ: in self_reloc()
|
/openbsd/sys/arch/arm64/stand/efiboot/ |
H A D | self_reloc.c | 84 case DT_RELSZ: in self_reloc()
|
/openbsd/sys/arch/armv7/stand/efiboot/ |
H A D | self_reloc.c | 84 case DT_RELSZ: in self_reloc()
|
/openbsd/sys/arch/riscv64/stand/efiboot/ |
H A D | self_reloc.c | 87 case DT_RELSZ: in self_reloc()
|
/openbsd/gnu/usr.bin/binutils/include/elf/ |
H A D | common.h | 536 #define DT_RELSZ 18 macro
|
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/ |
H A D | common.h | 562 #define DT_RELSZ 18 macro
|
/openbsd/sys/sys/ |
H A D | exec_elf.h | 538 #define DT_RELSZ 18 /* size of DT_REL relocation table */ macro
|
/openbsd/libexec/ld.so/ |
H A D | loader.c | 794 fails =_dl_md_reloc(object, DT_REL, DT_RELSZ); in _dl_rtld()
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | elf32-i386.c | 1907 || !add_dynamic_entry (DT_RELSZ, 0) in elf_i386_size_dynamic_sections() 3175 case DT_RELSZ: in elf_i386_finish_dynamic_sections()
|
H A D | elf32-arm.h | 3672 || !add_dynamic_entry (DT_RELSZ, 0) 3921 case DT_RELSZ:
|
H A D | elflink.c | 7931 case DT_RELSZ: in bfd_elf_final_link() 7933 if (dyn.d_tag == DT_REL || dyn.d_tag == DT_RELSZ) in bfd_elf_final_link() 7946 if (dyn.d_tag == DT_RELSZ || dyn.d_tag == DT_RELASZ) in bfd_elf_final_link()
|
H A D | elflink.h | 5940 case DT_RELSZ: 5942 if (dyn.d_tag == DT_REL || dyn.d_tag == DT_RELSZ) 5955 if (dyn.d_tag == DT_RELSZ || dyn.d_tag == DT_RELASZ)
|
H A D | elf32-frv.c | 3629 || !_bfd_elf_add_dynamic_entry (info, DT_RELSZ, 0) in elf32_frvfdpic_size_dynamic_sections()
|
H A D | elfxx-mips.c | 6119 if (! MIPS_ELF_ADD_DYNAMIC_ENTRY (info, DT_RELSZ, 0)) in _bfd_mips_elf_size_dynamic_sections() 6958 case DT_RELSZ: in _bfd_mips_elf_finish_dynamic_sections()
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elf32-arm.c | 6890 || !add_dynamic_entry (DT_RELSZ, 0) in elf32_arm_size_dynamic_sections() 7297 case DT_RELSZ: in elf32_arm_finish_dynamic_sections() 7332 type = ((dyn.d_tag == DT_REL || dyn.d_tag == DT_RELSZ) in elf32_arm_finish_dynamic_sections() 7341 if (dyn.d_tag == DT_RELSZ in elf32_arm_finish_dynamic_sections()
|
H A D | elf32-i386.c | 2139 || !add_dynamic_entry (DT_RELSZ, 0) in elf_i386_size_dynamic_sections() 3741 case DT_RELSZ: in elf_i386_finish_dynamic_sections()
|
H A D | elflink.c | 8967 case DT_RELSZ: in bfd_elf_final_link() 8969 if (dyn.d_tag == DT_REL || dyn.d_tag == DT_RELSZ) in bfd_elf_final_link() 8982 if (dyn.d_tag == DT_RELSZ || dyn.d_tag == DT_RELASZ) in bfd_elf_final_link()
|
H A D | ChangeLog | 811 like DT_RELSZ. Handle the VxWorks form of initial PLT entry.
|
H A D | elf32-bfin.c | 4138 || !_bfd_elf_add_dynamic_entry (info, DT_RELSZ, 0) in elf32_bfinfdpic_size_dynamic_sections()
|
H A D | elfxx-mips.c | 7580 if (! MIPS_ELF_ADD_DYNAMIC_ENTRY (info, DT_RELSZ, 0)) in _bfd_mips_elf_size_dynamic_sections() 8894 case DT_RELSZ: in _bfd_mips_elf_finish_dynamic_sections()
|
H A D | elf32-frv.c | 5590 || !_bfd_elf_add_dynamic_entry (info, DT_RELSZ, 0) in elf32_frvfdpic_size_dynamic_sections()
|
/openbsd/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | readelf.c | 1760 case DT_RELSZ: return "RELSZ"; in get_dynamic_type() 4870 { "REL", DT_REL, DT_RELSZ, FALSE }, 6581 case DT_RELSZ : in process_dynamic_section()
|
/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | readelf.c | 1424 case DT_RELSZ: return "RELSZ"; in get_dynamic_type() 3707 { "REL", DT_REL, DT_RELSZ, FALSE }, 4966 case DT_RELSZ : in process_dynamic_segment()
|
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 2009 case ELF::DT_RELSZ: in parseDynamicTable() 2367 case DT_RELSZ: in getDynamicEntry()
|
/openbsd/gnu/llvm/lld/ELF/ |
H A D | SyntheticSections.cpp | 1680 config->isRela ? DT_RELASZ : DT_RELSZ, combreloc, in RelocationSection()
|