Searched refs:DT_RELENT (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/stand/common/
H A Dself_reloc.c91 case DT_RELENT:
/freebsd-13-stable/contrib/file/src/
H A Dreadelf.h481 #define DT_RELENT 19 /* Size, in bytes, of one DT_REL entry */ macro
/freebsd-13-stable/usr.sbin/kldxref/
H A Def.c335 case DT_RELENT:
337 warnx("second DT_RELENT entry ignored");
380 warnx("%s: no DT_RELENT for DT_REL", ef->ef_name);
384 warnx("%s: inconsistent DT_RELENT value",
390 "DT_RELENT", ef->ef_name);
/freebsd-13-stable/usr.bin/elfdump/
H A Delfdump.c201 case DT_RELENT: return "DT_RELENT";
940 case DT_RELENT:
/freebsd-13-stable/sys/sys/
H A Delf_common.h592 #define DT_RELENT 19 /* Size of each ElfNN_Rel relocation. */ macro
/freebsd-13-stable/contrib/elftoolchain/elfdump/
H A Delfdump.c180 case DT_RELENT: return "DT_RELENT";
1662 case DT_RELENT:
/freebsd-13-stable/sys/kern/
H A Dlink_elf.c595 case DT_RELENT:
/freebsd-13-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h152 _ELF_DEFINE_DT(DT_RELENT, 19, "size of each DT_REL entry") \
/freebsd-13-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c846 case DT_RELENT: return "RELENT";
2965 case DT_RELENT:
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1362 addInt(isRela ? DT_RELAENT : DT_RELENT,
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp125 /// order (DT_REL, DT_RELSZ, DT_RELENT for example).
2192 case ELF::DT_RELENT:
2194 DynRelRegion.EntSizePrintName = "DT_RELENT value";
2602 case DT_RELENT:
/freebsd-13-stable/libexec/rtld-elf/
H A Drtld.c1116 case DT_RELENT:

Completed in 244 milliseconds