| /freebsd-12-stable/sys/compat/linux/ |
| D | linux_vdso.c | 176 case DT_JMPREL: in __elfN()
|
| /freebsd-12-stable/contrib/file/src/ |
| D | readelf.h | 485 #define DT_JMPREL 23 /* Address of relocations associated with PLT */ macro
|
| /freebsd-12-stable/contrib/binutils/include/elf/ |
| D | common.h | 572 #define DT_JMPREL 23 macro
|
| /freebsd-12-stable/usr.bin/elfdump/ |
| D | elfdump.c | 205 case DT_JMPREL: return "DT_JMPREL"; in d_tags() 951 case DT_JMPREL: in elf_print_dynamic()
|
| /freebsd-12-stable/sys/sys/ |
| D | elf_common.h | 592 #define DT_JMPREL 23 /* Address of PLT relocations. */ macro
|
| /freebsd-12-stable/contrib/elftoolchain/elfdump/ |
| D | elfdump.c | 184 case DT_JMPREL: return "DT_JMPREL"; in d_tags() 1683 case DT_JMPREL: in elf_print_dynamic()
|
| /freebsd-12-stable/contrib/binutils/bfd/ |
| D | elf32-i386.c | 2072 || !add_dynamic_entry (DT_JMPREL, 0)) in elf_i386_size_dynamic_sections() 3621 case DT_JMPREL: in elf_i386_finish_dynamic_sections()
|
| D | elf64-x86-64.c | 1927 || !add_dynamic_entry (DT_JMPREL, 0)) in elf64_x86_64_size_dynamic_sections() 3280 case DT_JMPREL: in elf64_x86_64_finish_dynamic_sections()
|
| D | elf64-s390.c | 2140 || !add_dynamic_entry (DT_JMPREL, 0)) 3309 case DT_JMPREL:
|
| D | elf32-s390.c | 2166 || !add_dynamic_entry (DT_JMPREL, 0)) 3403 case DT_JMPREL:
|
| D | elfxx-sparc.c | 2319 || !add_dynamic_entry (DT_JMPREL, 0)) in _bfd_sparc_elf_size_dynamic_sections() 3869 case DT_JMPREL: name = ".rela.plt"; size = FALSE; break; in sparc_finish_dyn()
|
| D | elf64-alpha.c | 2847 || !add_dynamic_entry (DT_JMPREL, 0)) in elf64_alpha_size_dynamic_sections() 4840 case DT_JMPREL: in elf64_alpha_finish_dynamic_sections()
|
| D | elfxx-ia64.c | 3836 || !add_dynamic_entry (DT_JMPREL, 0)) 5469 case DT_JMPREL:
|
| D | elf32-ppc.c | 5200 || !add_dynamic_entry (DT_JMPREL, 0)) in ppc_elf_size_dynamic_sections() 7461 case DT_JMPREL: in ppc_elf_finish_dynamic_sections()
|
| D | elf32-arm.c | 8749 || !add_dynamic_entry (DT_JMPREL, 0)) in elf32_arm_size_dynamic_sections() 9143 case DT_JMPREL: in elf32_arm_finish_dynamic_sections()
|
| D | ChangeLog-2006 | 2844 DT_RELA, DT_RELASZ, DT_RELAENT, DT_PLTREL, DT_PLTRELSZ and DT_JMPREL 2852 DT_PLTRELSZ and DT_JMPREL. Update the uses of MIPS_RESERVED_GOTNO
|
| D | elf64-ppc.c | 8236 || !add_dynamic_entry (DT_JMPREL, 0) in ppc64_elf_size_dynamic_sections() 11739 case DT_JMPREL: in ppc64_elf_finish_dynamic_sections()
|
| /freebsd-12-stable/sys/kern/ |
| D | link_elf.c | 573 case DT_JMPREL: in parse_dynamic()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/ |
| D | ELFObjectFile.h | 899 Dynamic->d_tag == ELF::DT_JMPREL) { in dynamic_relocation_sections()
|
| /freebsd-12-stable/contrib/binutils/binutils/ |
| D | readelf.c | 1536 case DT_JMPREL: return "JMPREL"; in get_dynamic_type() 4639 { "PLT", DT_JMPREL, DT_PLTRELSZ, UNKNOWN } 4674 if (dynamic_relocations [i].reloc == DT_JMPREL) in process_relocs() 6225 case DT_JMPREL : in process_dynamic_section()
|
| /freebsd-12-stable/contrib/elftoolchain/common/ |
| D | elfdefinitions.h | 158 _ELF_DEFINE_DT(DT_JMPREL, 23, \
|
| /freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| D | ELFDumper.cpp | 1969 case ELF::DT_JMPREL: in parseDynamicTable() 2269 case DT_JMPREL: in getDynamicEntry() 2777 case ELF::DT_JMPREL: in findPLT()
|
| /freebsd-12-stable/contrib/elftoolchain/readelf/ |
| D | readelf.c | 846 case DT_JMPREL: return "JMPREL"; in dt_type() 2952 case DT_JMPREL: in dump_dyn_val()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| D | ObjectFileELF.cpp | 2767 const ELFDynamic *symbol = FindDynamicSymbol(DT_JMPREL); in GetSymtab()
|
| /freebsd-12-stable/contrib/llvm-project/lld/ELF/ |
| D | SyntheticSections.cpp | 1441 addInSec(DT_JMPREL, in.relaPlt); in finalizeContents()
|