Home
last modified time | relevance | path

Searched refs:DT_PLTRELSZ (Results 1 – 24 of 24) sorted by relevance

/freebsd-10-stable/sys/boot/ia64/efi/
Dstart.S38 #define DT_PLTRELSZ 2 /* Total size in bytes of PLT relocations. */ macro
156 cmp.eq p6,p0=DT_PLTRELSZ,r16 // PLT relocs size?
/freebsd-10-stable/contrib/binutils/include/elf/
Dcommon.h551 #define DT_PLTRELSZ 2 macro
/freebsd-10-stable/sys/xen/interface/
Delfstructs.h420 #define DT_PLTRELSZ 2 /* size of relocation entries in PLT */ macro
/freebsd-10-stable/usr.bin/elfdump/
Delfdump.c180 case DT_PLTRELSZ: return "DT_PLTRELSZ"; in d_tags()
893 case DT_PLTRELSZ: in elf_print_dynamic()
/freebsd-10-stable/sys/sys/
Delf_common.h528 #define DT_PLTRELSZ 2 /* Total size in bytes of PLT relocations. */ macro
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
DELF.h1617 DT_PLTRELSZ = 2, // Size of relocation entries in PLT. enumerator
/freebsd-10-stable/contrib/llvm/tools/llvm-readobj/
DELFDumper.cpp743 case DT_PLTRELSZ: in printValue()
/freebsd-10-stable/contrib/binutils/bfd/
Delf32-s390.c2164 || !add_dynamic_entry (DT_PLTRELSZ, 0)
3407 case DT_PLTRELSZ:
Delf32-i386.c2070 || !add_dynamic_entry (DT_PLTRELSZ, 0) in elf_i386_size_dynamic_sections()
3626 case DT_PLTRELSZ: in elf_i386_finish_dynamic_sections()
Delf64-x86-64.c1925 || !add_dynamic_entry (DT_PLTRELSZ, 0) in elf64_x86_64_size_dynamic_sections()
3284 case DT_PLTRELSZ: in elf64_x86_64_finish_dynamic_sections()
Delf64-s390.c2138 || !add_dynamic_entry (DT_PLTRELSZ, 0)
3313 case DT_PLTRELSZ:
Delfxx-sparc.c2317 || !add_dynamic_entry (DT_PLTRELSZ, 0) in _bfd_sparc_elf_size_dynamic_sections()
3868 case DT_PLTRELSZ: name = ".rela.plt"; size = TRUE; break; in sparc_finish_dyn()
Delf64-alpha.c2845 || !add_dynamic_entry (DT_PLTRELSZ, 0) in elf64_alpha_size_dynamic_sections()
4837 case DT_PLTRELSZ: in elf64_alpha_finish_dynamic_sections()
Delfxx-ia64.c3834 if (!add_dynamic_entry (DT_PLTRELSZ, 0)
5464 case DT_PLTRELSZ:
Delf32-ppc.c5062 || !add_dynamic_entry (DT_PLTRELSZ, 0) in ppc_elf_size_dynamic_sections()
7259 case DT_PLTRELSZ: in ppc_elf_finish_dynamic_sections()
Delf32-arm.c8718 || !add_dynamic_entry (DT_PLTRELSZ, 0) in elf32_arm_size_dynamic_sections()
9135 case DT_PLTRELSZ: in elf32_arm_finish_dynamic_sections()
DChangeLog-20062844 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
Delf64-ppc.c8078 || !add_dynamic_entry (DT_PLTRELSZ, 0) in ppc64_elf_size_dynamic_sections()
11409 case DT_PLTRELSZ: in ppc64_elf_finish_dynamic_sections()
Delfxx-mips.c7612 if (! MIPS_ELF_ADD_DYNAMIC_ENTRY (info, DT_PLTRELSZ, 0)) in _bfd_mips_elf_size_dynamic_sections()
8842 case DT_PLTRELSZ: in _bfd_mips_elf_finish_dynamic_sections()
Delf.c1242 case DT_PLTRELSZ: name = "PLTRELSZ"; break; in _bfd_elf_print_private_bfd_data()
DChangeLog-02035236 to DT_JMPREL. Use srelplt input section size for DT_PLTRELSZ and
5240 size of srelplt for DT_PLTRELSZ. Use srelplt input section size for
11175 DT_PPC64_GLINK entry. Tweak DT_PLTGOT, DT_JMPREL, DT_PLTRELSZ in
/freebsd-10-stable/sys/kern/
Dlink_elf.c535 case DT_PLTRELSZ: in parse_dynamic()
/freebsd-10-stable/contrib/binutils/binutils/
Dreadelf.c1515 case DT_PLTRELSZ: return "PLTRELSZ"; in get_dynamic_type()
4639 { "PLT", DT_JMPREL, DT_PLTRELSZ, UNKNOWN }
6273 case DT_PLTRELSZ: in process_dynamic_section()
/freebsd-10-stable/libexec/rtld-elf/
Drtld.c936 case DT_PLTRELSZ: in digest_dynamic1()