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

/freebsd-13-stable/stand/common/
H A Dself_reloc.c88 case DT_RELASZ:
H A Dload_elf.c863 case DT_RELASZ:
/freebsd-13-stable/contrib/file/src/
H A Dreadelf.h470 #define DT_RELASZ 8 /* Size, in bytes, of DT_RELA table */ macro
/freebsd-13-stable/sys/powerpc/powerpc/
H A Delf32_machdep.c348 case DT_RELASZ:
H A Delf64_machdep.c394 case DT_RELASZ:
/freebsd-13-stable/libexec/rtld-elf/powerpc/
H A Dreloc.c145 case DT_RELASZ:
/freebsd-13-stable/libexec/rtld-elf/powerpc64/
H A Dreloc.c140 case DT_RELASZ:
/freebsd-13-stable/usr.sbin/kldxref/
H A Def.c345 case DT_RELASZ:
347 warnx("second DT_RELASZ entry ignored");
414 warnx("%s: inconsistent values for DT_RELASZ and "
/freebsd-13-stable/usr.bin/elfdump/
H A Delfdump.c190 case DT_RELASZ: return "DT_RELASZ";
935 case DT_RELASZ:
/freebsd-13-stable/sys/sys/
H A Delf_common.h580 #define DT_RELASZ 8 /* Total size of ElfNN_Rela relocations. */ macro
/freebsd-13-stable/contrib/elftoolchain/elfdump/
H A Delfdump.c169 case DT_RELASZ: return "DT_RELASZ";
1656 case DT_RELASZ:
/freebsd-13-stable/sys/kern/
H A Dlink_elf.c102 int relasize; /* DT_RELASZ */
608 case DT_RELASZ:
/freebsd-13-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h135 _ELF_DEFINE_DT(DT_RELASZ, 8, "size of the DT_RELA table") \
/freebsd-13-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c835 case DT_RELASZ: return "RELASZ";
2960 case DT_RELASZ:
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1253 // DT_RELASZ is the total size of the included sections.
1268 // overlap with the [DT_RELA, DT_RELA + DT_RELASZ).
1597 config->isRela ? DT_RELASZ : DT_RELSZ),
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2174 case ELF::DT_RELASZ:
2176 DynRelaRegion.SizePrintName = "DT_RELASZ value";
2597 case DT_RELASZ:
/freebsd-13-stable/libexec/rtld-elf/
H A Drtld.c1133 case DT_RELASZ:

Completed in 330 milliseconds