Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/boot/efi/loader/arch/amd64/
Dreloc.c67 case DT_REL: in _reloc()
/freebsd-10-stable/sys/boot/common/
Dself_reloc.c84 case DT_REL: in self_reloc()
Dload_elf.c597 case DT_REL: in __elfN()
/freebsd-10-stable/sys/compat/linux/
Dlinux_vdso.c174 case DT_REL: in __elfN()
/freebsd-10-stable/contrib/binutils/include/elf/
Dcommon.h566 #define DT_REL 17 macro
/freebsd-10-stable/sys/xen/interface/
Delfstructs.h436 #define DT_REL 17 /* address of rel. tbl. w addends */ macro
/freebsd-10-stable/sys/kern/
Dlink_elf.c491 int plttype = DT_REL; in parse_dynamic()
522 case DT_REL: in parse_dynamic()
550 if (plttype != DT_REL && plttype != DT_RELA) in parse_dynamic()
/freebsd-10-stable/libexec/rtld-elf/arm/
Dreloc.c98 case DT_REL: in _rtld_relocate_nonplt_self()
/freebsd-10-stable/contrib/llvm/tools/llvm-readobj/
DELFDumper.cpp707 if (Value == DT_REL) { in printValue()
722 case DT_REL: in printValue()
/freebsd-10-stable/usr.bin/elfdump/
Delfdump.c195 case DT_REL: return "DT_REL"; in d_tags()
910 case DT_REL: in elf_print_dynamic()
/freebsd-10-stable/libexec/rtld-elf/mips/
Dreloc.c154 case DT_REL: in _rtld_relocate_nonplt_self()
/freebsd-10-stable/usr.sbin/kldxref/
Def.c315 case DT_REL: in ef_parse_dynamic()
/freebsd-10-stable/sys/sys/
Delf_common.h544 #define DT_REL 17 /* Address of ElfNN_Rel relocations. */ macro
/freebsd-10-stable/contrib/binutils/bfd/
Delf32-i386.c2071 || !add_dynamic_entry (DT_PLTREL, DT_REL) in elf_i386_size_dynamic_sections()
2078 if (!add_dynamic_entry (DT_REL, 0) in elf_i386_size_dynamic_sections()
3644 case DT_REL: in elf_i386_finish_dynamic_sections()
Delf32-arm.c8720 htab->use_rel ? DT_REL : DT_RELA) in elf32_arm_size_dynamic_sections()
8729 if (!add_dynamic_entry (DT_REL, 0) in elf32_arm_size_dynamic_sections()
9165 case DT_REL: in elf32_arm_finish_dynamic_sections()
9178 type = ((dyn.d_tag == DT_REL || dyn.d_tag == DT_RELSZ) in elf32_arm_finish_dynamic_sections()
Delf32-score.c3101 if (!SCORE_ELF_ADD_DYNAMIC_ENTRY (info, DT_REL, 0)) in _bfd_score_elf_size_dynamic_sections()
Delflink.c10220 case DT_REL: in bfd_elf_final_link()
10224 if (dyn.d_tag == DT_REL || dyn.d_tag == DT_RELSZ) in bfd_elf_final_link()
DChangeLog-20063070 instead of DT_REL* tags on RELA targets.
Delf.c1257 case DT_REL: name = "REL"; break; in _bfd_elf_print_private_bfd_data()
Delfxx-mips.c7620 if (! MIPS_ELF_ADD_DYNAMIC_ENTRY (info, DT_REL, 0)) in _bfd_mips_elf_size_dynamic_sections()
DChangeLog-02035238 unchanged. Don't assume linker script is sane, adjust DT_REL too.
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
DELF.h1632 DT_REL = 17, // Address of relocation table (Rel entries). enumerator
/freebsd-10-stable/libexec/rtld-elf/
Drtld.c909 int plttype = DT_REL; in digest_dynamic1()
919 case DT_REL: in digest_dynamic1()
954 assert(dynp->d_un.d_val == DT_REL || plttype == DT_RELA); in digest_dynamic1()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp83 if (type == DT_REL) in ELFRelocation()
/freebsd-10-stable/contrib/binutils/binutils/
Dreadelf.c1530 case DT_REL: return "REL"; in get_dynamic_type()
4637 { "REL", DT_REL, DT_RELSZ, FALSE },
4677 case DT_REL: in process_relocs()
6222 case DT_REL : in process_dynamic_section()