Home
last modified time | relevance | path

Searched refs:DT_RELSZ (Results 1 – 25 of 32) sorted by relevance

12

/openbsd/sys/arch/amd64/stand/efiboot/
H A Dself_reloc.c84 case DT_RELSZ: in self_reloc()
/openbsd/sys/arch/arm64/stand/efiboot/
H A Dself_reloc.c84 case DT_RELSZ: in self_reloc()
/openbsd/sys/arch/armv7/stand/efiboot/
H A Dself_reloc.c84 case DT_RELSZ: in self_reloc()
/openbsd/sys/arch/riscv64/stand/efiboot/
H A Dself_reloc.c87 case DT_RELSZ: in self_reloc()
/openbsd/gnu/usr.bin/binutils/include/elf/
H A Dcommon.h536 #define DT_RELSZ 18 macro
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/
H A Dcommon.h562 #define DT_RELSZ 18 macro
/openbsd/sys/sys/
H A Dexec_elf.h538 #define DT_RELSZ 18 /* size of DT_REL relocation table */ macro
/openbsd/libexec/ld.so/
H A Dloader.c794 fails =_dl_md_reloc(object, DT_REL, DT_RELSZ); in _dl_rtld()
/openbsd/gnu/usr.bin/binutils/bfd/
H A Delf32-i386.c1907 || !add_dynamic_entry (DT_RELSZ, 0) in elf_i386_size_dynamic_sections()
3175 case DT_RELSZ: in elf_i386_finish_dynamic_sections()
H A Delf32-arm.h3672 || !add_dynamic_entry (DT_RELSZ, 0)
3921 case DT_RELSZ:
H A Delflink.c7931 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 Delflink.h5940 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 Delf32-frv.c3629 || !_bfd_elf_add_dynamic_entry (info, DT_RELSZ, 0) in elf32_frvfdpic_size_dynamic_sections()
H A Delfxx-mips.c6119 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 Delf32-arm.c6890 || !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 Delf32-i386.c2139 || !add_dynamic_entry (DT_RELSZ, 0) in elf_i386_size_dynamic_sections()
3741 case DT_RELSZ: in elf_i386_finish_dynamic_sections()
H A Delflink.c8967 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 DChangeLog811 like DT_RELSZ. Handle the VxWorks form of initial PLT entry.
H A Delf32-bfin.c4138 || !_bfd_elf_add_dynamic_entry (info, DT_RELSZ, 0) in elf32_bfinfdpic_size_dynamic_sections()
H A Delfxx-mips.c7580 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 Delf32-frv.c5590 || !_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 Dreadelf.c1760 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 Dreadelf.c1424 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 DELFDumper.cpp2009 case ELF::DT_RELSZ: in parseDynamicTable()
2367 case DT_RELSZ: in getDynamicEntry()
/openbsd/gnu/llvm/lld/ELF/
H A DSyntheticSections.cpp1680 config->isRela ? DT_RELASZ : DT_RELSZ, combreloc, in RelocationSection()

12