Home
last modified time | relevance | path

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

/freebsd/stand/common/
H A Dself_reloc.c85 case DT_RELASZ: in self_reloc()
H A Dload_elf.c900 case DT_RELASZ:
/freebsd/contrib/file/src/
H A Dreadelf.h501 #define DT_RELASZ 8 /* Size, in bytes, of DT_RELA table */ macro
/freebsd/sys/powerpc/powerpc/
H A Delf32_machdep.c351 case DT_RELASZ: in elf_reloc_self()
H A Delf64_machdep.c403 case DT_RELASZ: in elf_reloc_self()
/freebsd/libexec/rtld-elf/powerpc64/
H A Dreloc.c149 case DT_RELASZ: in reloc_non_plt_self()
/freebsd/lib/libkldelf/
H A Def.c341 case DT_RELASZ: in ef_parse_dynamic()
/freebsd/usr.bin/elfdump/
H A Delfdump.c187 case DT_RELASZ: return "DT_RELASZ"; in d_tags()
937 case DT_RELASZ: in elf_print_dynamic()
/freebsd/libexec/rtld-elf/powerpc/
H A Dreloc.c154 case DT_RELASZ: in reloc_non_plt_self()
/freebsd/sys/sys/
H A Delf_common.h599 #define DT_RELASZ 8 /* Total size of ElfNN_Rela relocations. */ macro
/freebsd/contrib/elftoolchain/elfdump/
H A Delfdump.c169 case DT_RELASZ: return "DT_RELASZ"; in d_tags()
1656 case DT_RELASZ: in elf_print_dynamic()
/freebsd/sys/kern/
H A Dlink_elf.c636 case DT_RELASZ: in parse_dynamic()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h135 _ELF_DEFINE_DT(DT_RELASZ, 8, "size of the DT_RELA table") \
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c842 case DT_RELASZ: return "RELASZ"; in dt_type()
2991 case DT_RELASZ: in dump_dyn_val()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2064 case ELF::DT_RELASZ: in parseDynamicTable()
2465 case DT_RELASZ: in getDynamicEntry()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1725 config->isRela ? DT_RELASZ : DT_RELSZ, combreloc, in RelocationSection()
/freebsd/libexec/rtld-elf/
H A Drtld.c1314 case DT_RELASZ: in digest_dynamic1()