Home
last modified time | relevance | path

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

12

/dragonfly/stand/boot/efi/loader/
H A Dself_reloc.c75 case DT_RELA: in self_reloc()
/dragonfly/sys/kern/
H A Dlink_elf.c283 case DT_RELA: in parse_dynamic()
295 if (plttype != DT_REL && plttype != DT_RELA) in parse_dynamic()
301 if (plttype == DT_RELA) { in parse_dynamic()
/dragonfly/contrib/file/src/
H A Dreadelf.h469 #define DT_RELA 7 /* Address of Rela relocation table */ macro
/dragonfly/sys/sys/
H A Delf_common.h504 #define DT_RELA 7 /* Address of ElfNN_Rela relocations. */ macro
/dragonfly/contrib/gdb-7/include/elf/
H A Dcommon.h717 #define DT_RELA 7 macro
/dragonfly/contrib/binutils-2.27/include/elf/
H A Dcommon.h750 #define DT_RELA 7 macro
/dragonfly/contrib/binutils-2.34/include/elf/
H A Dcommon.h954 #define DT_RELA 7 macro
/dragonfly/stand/boot/common/
H A Dload_elf.c517 case DT_RELA: in __elfN()
/dragonfly/contrib/binutils-2.27/bfd/
H A Delf32-or1k.c2603 || ! add_dynamic_entry (DT_PLTREL, DT_RELA) in or1k_elf_size_dynamic_sections()
2610 if (! add_dynamic_entry (DT_RELA, 0) in or1k_elf_size_dynamic_sections()
H A Delf64-x86-64.c3903 || !add_dynamic_entry (DT_PLTREL, DT_RELA) in elf_x86_64_size_dynamic_sections()
3916 if (!add_dynamic_entry (DT_RELA, 0) in elf_x86_64_size_dynamic_sections()
H A Delf.c1624 case DT_RELA: name = "RELA"; break; in _bfd_elf_print_private_bfd_data()
H A Delflink.c12001 case DT_RELA: in bfd_elf_final_link()
/dragonfly/libexec/rtld-elf/
H A Drtld.c1025 case DT_RELA: in digest_dynamic1()
1039 assert(dynp->d_un.d_val == DT_REL || plttype == DT_RELA); in digest_dynamic1()
1262 if (plttype == DT_RELA) { in digest_dynamic1()
/dragonfly/contrib/binutils-2.34/elfcpp/
H A Delfcpp.h693 DT_RELA = 7,
/dragonfly/contrib/binutils-2.27/elfcpp/
H A Delfcpp.h690 DT_RELA = 7,
/dragonfly/contrib/elftoolchain/common/
H A Delfdefinitions.h101 _ELF_DEFINE_DT(DT_RELA, 7, \
/dragonfly/contrib/gdb-7/bfd/
H A Delf64-x86-64.c3007 || !add_dynamic_entry (DT_PLTREL, DT_RELA) in elf_x86_64_size_dynamic_sections()
3019 if (!add_dynamic_entry (DT_RELA, 0) in elf_x86_64_size_dynamic_sections()
H A Delf.c1260 case DT_RELA: name = "RELA"; break; in _bfd_elf_print_private_bfd_data()
/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.27/binutils/
H A Dreadelf.c1986 case DT_RELA: return "RELA"; in get_dynamic_type()
6609 { "RELA", DT_RELA, DT_RELASZ, TRUE },
6651 case DT_RELA: in process_relocs()
9493 case DT_RELA : in process_dynamic_section()
14986 if (pltrel == DT_RELA) in process_mips_specific()
/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.c778 ret->dt_reloc = DT_RELA; 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()
12753 case DT_RELA: in bfd_elf_final_link()
H A Delf.c1761 case DT_RELA: name = "RELA"; break; in _bfd_elf_print_private_bfd_data()
/dragonfly/contrib/binutils-2.34/binutils/
H A Dreadelf.c2121 case DT_RELA: return "RELA"; in get_dynamic_type()
7252 { "RELA", DT_RELA, DT_RELASZ, TRUE },
7294 case DT_RELA: in process_relocs()
10334 case DT_RELA : in process_dynamic_section()
17144 if (pltrel == DT_RELA) in process_mips_specific()

12