Searched refs:DT_PLTREL (Results 1 – 25 of 27) sorted by relevance
12
| /freebsd-11-stable/contrib/file/src/ |
| HD | readelf.h | 482 #define DT_PLTREL 20 /* Type of PLT relocation entries */ macro
|
| /freebsd-11-stable/contrib/binutils/include/elf/ |
| HD | common.h | 569 #define DT_PLTREL 20 macro
|
| /freebsd-11-stable/usr.bin/elfdump/ |
| HD | elfdump.c | 201 case DT_PLTREL: return "DT_PLTREL"; in d_tags() 927 case DT_PLTREL: in elf_print_dynamic()
|
| /freebsd-11-stable/sys/sys/ |
| HD | elf_common.h | 571 #define DT_PLTREL 20 /* Type of relocation used for PLT. */ macro
|
| /freebsd-11-stable/contrib/elftoolchain/elfdump/ |
| HD | elfdump.c | 181 case DT_PLTREL: return "DT_PLTREL"; in d_tags() 1663 case DT_PLTREL: in elf_print_dynamic()
|
| /freebsd-11-stable/sys/kern/ |
| HD | link_elf.c | 583 case DT_PLTREL: in parse_dynamic()
|
| /freebsd-11-stable/contrib/elftoolchain/common/ |
| HD | elfdefinitions.h | 153 _ELF_DEFINE_DT(DT_PLTREL, 20, \
|
| /freebsd-11-stable/contrib/binutils/binutils/ |
| HD | readelf.c | 1533 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()
|
| HD | ChangeLog-9899 | 576 DT_PLTREL and from section type.
|
| /freebsd-11-stable/contrib/binutils/bfd/ |
| HD | elf64-s390.c | 2139 || !add_dynamic_entry (DT_PLTREL, DT_RELA)
|
| HD | elf64-x86-64.c | 1926 || !add_dynamic_entry (DT_PLTREL, DT_RELA) in elf64_x86_64_size_dynamic_sections()
|
| HD | elf32-i386.c | 2071 || !add_dynamic_entry (DT_PLTREL, DT_REL) in elf_i386_size_dynamic_sections()
|
| HD | elf32-s390.c | 2165 || !add_dynamic_entry (DT_PLTREL, DT_RELA)
|
| HD | ChangeLog-2006 | 2844 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,
|
| HD | elfxx-sparc.c | 2318 || !add_dynamic_entry (DT_PLTREL, DT_RELA) in _bfd_sparc_elf_size_dynamic_sections()
|
| HD | elf64-alpha.c | 2846 || !add_dynamic_entry (DT_PLTREL, DT_RELA) in elf64_alpha_size_dynamic_sections()
|
| HD | elfxx-mips.c | 7606 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()
|
| HD | elfxx-ia64.c | 3835 || !add_dynamic_entry (DT_PLTREL, DT_RELA)
|
| HD | elf32-ppc.c | 5199 || !add_dynamic_entry (DT_PLTREL, DT_RELA) in ppc_elf_size_dynamic_sections()
|
| HD | elf32-arm.c | 8747 || !add_dynamic_entry (DT_PLTREL, in elf32_arm_size_dynamic_sections()
|
| /freebsd-11-stable/contrib/elftoolchain/readelf/ |
| HD | readelf.c | 842 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/ |
| HD | ObjectFileELF.cpp | 2368 const ELFDynamic *symbol = FindDynamicSymbol(DT_PLTREL); in PLTRelocationType()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| HD | ELFDumper.cpp | 2069 case ELF::DT_PLTREL: in parseDynamicTable() 2353 case DT_PLTREL: in printDynamicEntry()
|
| /freebsd-11-stable/contrib/llvm-project/lld/ELF/ |
| HD | SyntheticSections.cpp | 1399 addInt(DT_PLTREL, config->isRela ? DT_RELA : DT_REL); in finalizeContents()
|
| /freebsd-11-stable/libexec/rtld-elf/ |
| HD | rtld.c | 1108 case DT_PLTREL: in digest_dynamic1()
|
12