Home
last modified time | relevance | path

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

12

/dragonfly/stand/boot/efi/loader/
H A Dself_reloc.c79 case DT_RELASZ: in self_reloc()
/dragonfly/contrib/file/src/
H A Dreadelf.h470 #define DT_RELASZ 8 /* Size, in bytes, of DT_RELA table */ macro
/dragonfly/sys/sys/
H A Delf_common.h505 #define DT_RELASZ 8 /* Total size of ElfNN_Rela relocations. */ macro
/dragonfly/contrib/gdb-7/include/elf/
H A Dcommon.h718 #define DT_RELASZ 8 macro
/dragonfly/contrib/binutils-2.27/include/elf/
H A Dcommon.h751 #define DT_RELASZ 8 macro
/dragonfly/contrib/binutils-2.34/include/elf/
H A Dcommon.h955 #define DT_RELASZ 8 macro
/dragonfly/stand/boot/common/
H A Dload_elf.c520 case DT_RELASZ: in __elfN()
/dragonfly/contrib/binutils-2.27/bfd/
H A Delf32-or1k.c1773 case DT_RELASZ: in or1k_elf_finish_dynamic_sections()
2611 || ! add_dynamic_entry (DT_RELASZ, 0) in or1k_elf_size_dynamic_sections()
H A Delf64-x86-64.c3917 || !add_dynamic_entry (DT_RELASZ, 0) in elf_x86_64_size_dynamic_sections()
6172 case DT_RELASZ: in elf_x86_64_finish_dynamic_sections()
H A Delflink.c12003 case DT_RELASZ: in bfd_elf_final_link()
12018 if (dyn.d_tag == DT_RELSZ || dyn.d_tag == DT_RELASZ) in bfd_elf_final_link()
H A Delf.c1625 case DT_RELASZ: name = "RELASZ"; break; in _bfd_elf_print_private_bfd_data()
/dragonfly/sys/kern/
H A Dlink_elf.c286 case DT_RELASZ: in parse_dynamic()
/dragonfly/contrib/binutils-2.34/elfcpp/
H A Delfcpp.h694 DT_RELASZ = 8,
/dragonfly/contrib/binutils-2.27/elfcpp/
H A Delfcpp.h691 DT_RELASZ = 8,
/dragonfly/contrib/elftoolchain/common/
H A Delfdefinitions.h103 _ELF_DEFINE_DT(DT_RELASZ, 8, "size of the DT_RELA table") \
/dragonfly/contrib/gdb-7/bfd/
H A Delf64-x86-64.c3020 || !add_dynamic_entry (DT_RELASZ, 0) in elf_x86_64_size_dynamic_sections()
4743 case DT_RELASZ: in elf_x86_64_finish_dynamic_sections()
H A Delflink.c11415 case DT_RELASZ: in bfd_elf_final_link()
11430 if (dyn.d_tag == DT_RELSZ || dyn.d_tag == DT_RELASZ) in bfd_elf_final_link()
H A Delf.c1261 case DT_RELASZ: name = "RELASZ"; break; in _bfd_elf_print_private_bfd_data()
/dragonfly/contrib/binutils-2.34/bfd/
H A Delfxx-x86.c779 ret->dt_reloc_sz = DT_RELASZ; in _bfd_x86_elf_link_hash_table_create()
H A Delflink.c12755 case DT_RELASZ: in bfd_elf_final_link()
12802 if (dyn.d_tag == DT_RELSZ || dyn.d_tag == DT_RELASZ) in bfd_elf_final_link()
/dragonfly/contrib/binutils-2.27/binutils/
H A Dreadelf.c1987 case DT_RELASZ: return "RELASZ"; in get_dynamic_type()
6609 { "RELA", DT_RELA, DT_RELASZ, TRUE },
9551 case DT_RELASZ : in process_dynamic_section()
/dragonfly/libexec/rtld-elf/
H A Drtld.c1029 case DT_RELASZ: in digest_dynamic1()
/dragonfly/contrib/binutils-2.27/gold/
H A Dlayout.cc4674 elfcpp::DT size_tag = use_rel ? elfcpp::DT_RELSZ : elfcpp::DT_RELASZ; in add_target_dynamic_tags()
/dragonfly/contrib/binutils-2.34/gold/
H A Dlayout.cc5083 elfcpp::DT size_tag = use_rel ? elfcpp::DT_RELSZ : elfcpp::DT_RELASZ; in add_target_dynamic_tags()
/dragonfly/contrib/binutils-2.34/binutils/
H A Dreadelf.c2122 case DT_RELASZ: return "RELASZ"; in get_dynamic_type()
7252 { "RELA", DT_RELA, DT_RELASZ, TRUE },
10392 case DT_RELASZ : in process_dynamic_section()

12