Searched refs:DT_RELSZ (Results 1 - 15 of 15) sorted by relevance

/freebsd-13-stable/stand/common/
H A Dself_reloc.c87 case DT_RELSZ:
H A Dload_elf.c856 case DT_RELSZ:
/freebsd-13-stable/contrib/file/src/
H A Dreadelf.h480 #define DT_RELSZ 18 /* Size, in bytes, of DT_REL table */ macro
/freebsd-13-stable/libexec/rtld-elf/arm/
H A Dreloc.c141 case DT_RELSZ:
/freebsd-13-stable/libexec/rtld-elf/mips/
H A Dreloc.c232 case DT_RELSZ:
/freebsd-13-stable/usr.sbin/kldxref/
H A Def.c330 case DT_RELSZ:
332 warnx("second DT_RELSZ entry ignored");
389 warnx("%s: inconsistent values for DT_RELSZ and "
/freebsd-13-stable/usr.bin/elfdump/
H A Delfdump.c200 case DT_RELSZ: return "DT_RELSZ";
939 case DT_RELSZ:
/freebsd-13-stable/sys/sys/
H A Delf_common.h591 #define DT_RELSZ 18 /* Total size of ElfNN_Rel relocations. */ macro
/freebsd-13-stable/contrib/elftoolchain/elfdump/
H A Delfdump.c179 case DT_RELSZ: return "DT_RELSZ";
1661 case DT_RELSZ:
/freebsd-13-stable/sys/kern/
H A Dlink_elf.c100 int relsize; /* DT_RELSZ */
592 case DT_RELSZ:
/freebsd-13-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h151 _ELF_DEFINE_DT(DT_RELSZ, 18, "size of the DT_REL table") \
/freebsd-13-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c845 case DT_RELSZ: return "RELSZ";
2964 case DT_RELSZ:
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1597 config->isRela ? DT_RELASZ : DT_RELSZ),
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp125 /// order (DT_REL, DT_RELSZ, DT_RELENT for example).
2188 case ELF::DT_RELSZ:
2190 DynRelRegion.SizePrintName = "DT_RELSZ value";
2601 case DT_RELSZ:
/freebsd-13-stable/libexec/rtld-elf/
H A Drtld.c1112 case DT_RELSZ:

Completed in 348 milliseconds