Home
last modified time | relevance | path

Searched refs:DT_PLTREL (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-11-stable/contrib/file/src/
HDreadelf.h482 #define DT_PLTREL 20 /* Type of PLT relocation entries */ macro
/freebsd-11-stable/contrib/binutils/include/elf/
HDcommon.h569 #define DT_PLTREL 20 macro
/freebsd-11-stable/usr.bin/elfdump/
HDelfdump.c201 case DT_PLTREL: return "DT_PLTREL"; in d_tags()
927 case DT_PLTREL: in elf_print_dynamic()
/freebsd-11-stable/sys/sys/
HDelf_common.h571 #define DT_PLTREL 20 /* Type of relocation used for PLT. */ macro
/freebsd-11-stable/contrib/elftoolchain/elfdump/
HDelfdump.c181 case DT_PLTREL: return "DT_PLTREL"; in d_tags()
1663 case DT_PLTREL: in elf_print_dynamic()
/freebsd-11-stable/sys/kern/
HDlink_elf.c583 case DT_PLTREL: in parse_dynamic()
/freebsd-11-stable/contrib/elftoolchain/common/
HDelfdefinitions.h153 _ELF_DEFINE_DT(DT_PLTREL, 20, \
/freebsd-11-stable/contrib/binutils/binutils/
HDreadelf.c1533 case DT_PLTREL: return "PLTREL"; in get_dynamic_type()
4675 switch (dynamic_info[DT_PLTREL]) in process_relocs()
6204 case DT_PLTREL: in process_dynamic_section()
HDChangeLog-9899576 DT_PLTREL and from section type.
/freebsd-11-stable/contrib/binutils/bfd/
HDelf64-s390.c2139 || !add_dynamic_entry (DT_PLTREL, DT_RELA)
HDelf64-x86-64.c1926 || !add_dynamic_entry (DT_PLTREL, DT_RELA) in elf64_x86_64_size_dynamic_sections()
HDelf32-i386.c2071 || !add_dynamic_entry (DT_PLTREL, DT_REL) in elf_i386_size_dynamic_sections()
HDelf32-s390.c2165 || !add_dynamic_entry (DT_PLTREL, DT_RELA)
HDChangeLog-20062844 DT_RELA, DT_RELASZ, DT_RELAENT, DT_PLTREL, DT_PLTRELSZ and DT_JMPREL
2851 DT_PLTGOT. Handle DT_RELA, DT_RELASZ, DT_RELAENT, DT_PLTREL,
HDelfxx-sparc.c2318 || !add_dynamic_entry (DT_PLTREL, DT_RELA) in _bfd_sparc_elf_size_dynamic_sections()
HDelf64-alpha.c2846 || !add_dynamic_entry (DT_PLTREL, DT_RELA) in elf64_alpha_size_dynamic_sections()
HDelfxx-mips.c7606 if (! MIPS_ELF_ADD_DYNAMIC_ENTRY (info, DT_PLTREL, 0)) in _bfd_mips_elf_size_dynamic_sections()
8837 case DT_PLTREL: in _bfd_mips_elf_finish_dynamic_sections()
HDelfxx-ia64.c3835 || !add_dynamic_entry (DT_PLTREL, DT_RELA)
HDelf32-ppc.c5199 || !add_dynamic_entry (DT_PLTREL, DT_RELA) in ppc_elf_size_dynamic_sections()
HDelf32-arm.c8747 || !add_dynamic_entry (DT_PLTREL, in elf32_arm_size_dynamic_sections()
/freebsd-11-stable/contrib/elftoolchain/readelf/
HDreadelf.c842 case DT_PLTREL: return "PLTREL"; in dt_type()
2987 case DT_PLTREL: in dump_dyn_val()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.cpp2368 const ELFDynamic *symbol = FindDynamicSymbol(DT_PLTREL); in PLTRelocationType()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDELFDumper.cpp2069 case ELF::DT_PLTREL: in parseDynamicTable()
2353 case DT_PLTREL: in printDynamicEntry()
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
HDSyntheticSections.cpp1399 addInt(DT_PLTREL, config->isRela ? DT_RELA : DT_REL); in finalizeContents()
/freebsd-11-stable/libexec/rtld-elf/
HDrtld.c1108 case DT_PLTREL: in digest_dynamic1()

12