Home
last modified time | relevance | path

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

/dragonfly/stand/boot/efi/loader/
H A Dself_reloc.c74 case DT_REL: in self_reloc()
/dragonfly/sys/kern/
H A Dlink_elf.c236 int plttype = DT_REL; in parse_dynamic()
267 case DT_REL: in parse_dynamic()
295 if (plttype != DT_REL && plttype != DT_RELA) in parse_dynamic()
/dragonfly/contrib/file/src/
H A Dreadelf.h479 #define DT_REL 17 /* Address of Rel relocation table */ macro
/dragonfly/sys/sys/
H A Delf_common.h515 #define DT_REL 17 /* Address of ElfNN_Rel relocations. */ macro
/dragonfly/contrib/gdb-7/include/elf/
H A Dcommon.h727 #define DT_REL 17 macro
/dragonfly/contrib/binutils-2.27/include/elf/
H A Dcommon.h760 #define DT_REL 17 macro
/dragonfly/contrib/binutils-2.34/include/elf/
H A Dcommon.h964 #define DT_REL 17 macro
/dragonfly/stand/boot/common/
H A Dload_elf.c511 case DT_REL: in __elfN()
/dragonfly/libexec/rtld-elf/
H A Drtld.c994 int plttype = DT_REL; in digest_dynamic1()
1004 case DT_REL: in digest_dynamic1()
1039 assert(dynp->d_un.d_val == DT_REL || plttype == DT_RELA); in digest_dynamic1()
/dragonfly/contrib/gdb-7/bfd/
H A Delf32-i386.c2966 || !add_dynamic_entry (DT_PLTREL, DT_REL) in elf_i386_size_dynamic_sections()
2973 if (!add_dynamic_entry (DT_REL, 0) in elf_i386_size_dynamic_sections()
4807 case DT_REL: in elf_i386_finish_dynamic_sections()
H A Delflink.c11412 case DT_REL: in bfd_elf_final_link()
11416 if (dyn.d_tag == DT_REL || dyn.d_tag == DT_RELSZ) in bfd_elf_final_link()
H A Delf.c1270 case DT_REL: name = "REL"; break; in _bfd_elf_print_private_bfd_data()
/dragonfly/contrib/binutils-2.27/bfd/
H A Delf32-i386.c3496 || !add_dynamic_entry (DT_PLTREL, DT_REL) in elf_i386_size_dynamic_sections()
3504 if (!add_dynamic_entry (DT_REL, 0) in elf_i386_size_dynamic_sections()
5734 case DT_REL: in elf_i386_finish_dynamic_sections()
H A Delflink.c12000 case DT_REL: in bfd_elf_final_link()
12004 if (dyn.d_tag == DT_REL || dyn.d_tag == DT_RELSZ) in bfd_elf_final_link()
H A Delf.c1634 case DT_REL: name = "REL"; break; in _bfd_elf_print_private_bfd_data()
/dragonfly/contrib/binutils-2.34/elfcpp/
H A Delfcpp.h703 DT_REL = 17,
/dragonfly/contrib/binutils-2.27/elfcpp/
H A Delfcpp.h700 DT_REL = 17,
/dragonfly/contrib/elftoolchain/common/
H A Delfdefinitions.h117 _ELF_DEFINE_DT(DT_REL, 17, \
/dragonfly/contrib/binutils-2.27/gold/
H A Dlayout.cc4660 use_rel ? elfcpp::DT_REL : elfcpp::DT_RELA); in add_target_dynamic_tags()
4670 odyn->add_section_address(use_rel ? elfcpp::DT_REL : elfcpp::DT_RELA, in add_target_dynamic_tags()
/dragonfly/contrib/binutils-2.34/gold/
H A Dlayout.cc5069 use_rel ? elfcpp::DT_REL : elfcpp::DT_RELA); in add_target_dynamic_tags()
5079 odyn->add_section_address(use_rel ? elfcpp::DT_REL : elfcpp::DT_RELA, in add_target_dynamic_tags()
/dragonfly/contrib/binutils-2.34/bfd/
H A Delfxx-x86.c805 ret->dt_reloc = DT_REL; in _bfd_x86_elf_link_hash_table_create()
H A Delflink.c3482 if (tag == DT_RELA || tag == DT_REL) in _bfd_elf_add_dynamic_entry()
12752 case DT_REL: in bfd_elf_final_link()
12756 if (dyn.d_tag == DT_REL || dyn.d_tag == DT_RELSZ) in bfd_elf_final_link()
H A Delf.c1771 case DT_REL: name = "REL"; break; in _bfd_elf_print_private_bfd_data()
/dragonfly/contrib/binutils-2.27/binutils/
H A Dreadelf.c1996 case DT_REL: return "REL"; in get_dynamic_type()
6608 { "REL", DT_REL, DT_RELSZ, FALSE },
6648 case DT_REL: in process_relocs()
9499 case DT_REL : in process_dynamic_section()
/dragonfly/contrib/binutils-2.34/binutils/
H A Dreadelf.c2131 case DT_REL: return "REL"; in get_dynamic_type()
7251 { "REL", DT_REL, DT_RELSZ, FALSE },
7291 case DT_REL: in process_relocs()
10340 case DT_REL : in process_dynamic_section()