Searched refs:DT_NULL (Results 1 - 22 of 22) sorted by relevance

/freebsd-13-stable/stand/common/
H A Dself_reloc.c81 for (dynp = dynamic; dynp->d_tag != DT_NULL; dynp++) {
/freebsd-13-stable/sys/powerpc/powerpc/
H A Delf32_machdep.c343 for (; dynp->d_tag != DT_NULL; dynp++) {
418 for (dp = dynamic; dp->d_tag != DT_NULL; dp++) {
H A Delf64_machdep.c389 for (; dynp->d_tag != DT_NULL; dynp++) {
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_vdso.c169 for(; dyn->d_tag != DT_NULL; dyn++) {
/freebsd-13-stable/contrib/file/src/
H A Dreadelf.h462 #define DT_NULL 0 /* Marks end of dynamic array */ macro
/freebsd-13-stable/libexec/rtld-elf/arm/
H A Dreloc.c136 for (; dynp->d_tag != DT_NULL; dynp++) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp552 if (Dyn.back().d_tag != ELF::DT_NULL)
554 return createError("dynamic sections must be DT_NULL terminated");
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp177 if (Dyn.d_tag == ELF::DT_NULL)
/freebsd-13-stable/libexec/rtld-elf/mips/
H A Dreloc.c227 for (; dynp->d_tag != DT_NULL; dynp++) {
/freebsd-13-stable/libexec/rtld-elf/powerpc/
H A Dreloc.c140 for (; dynp->d_tag != DT_NULL; dynp++) {
/freebsd-13-stable/libexec/rtld-elf/powerpc64/
H A Dreloc.c135 for (; dynp->d_tag != DT_NULL; dynp++) {
/freebsd-13-stable/usr.sbin/kldxref/
H A Def.c290 for (dp = ef->ef_dyn; dp->d_tag != DT_NULL; dp++) {
/freebsd-13-stable/usr.bin/elfdump/
H A Delfdump.c182 case DT_NULL: return "DT_NULL";
954 case DT_NULL:
/freebsd-13-stable/sys/sys/
H A Delf_common.h571 #define DT_NULL 0 /* Terminating entry. */ macro
/freebsd-13-stable/contrib/elftoolchain/elfdump/
H A Delfdump.c161 case DT_NULL: return "DT_NULL";
1691 case DT_NULL:
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h800 for (; Dynamic->d_tag != ELF::DT_NULL; Dynamic++) {
/freebsd-13-stable/sys/kern/
H A Dlink_elf.c560 for (dp = ef->dynamic; dp->d_tag != DT_NULL; dp++) {
/freebsd-13-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c827 case DT_NULL: return "NULL";
2734 if (dyn.d_tag == DT_NULL)
2938 case DT_NULL:
/freebsd-13-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h121 _ELF_DEFINE_DT(DT_NULL, 0, "end of array") \
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1497 addInt(DT_NULL, 0);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp315 // with a DT_NULL entry. However, sometimes the section content may
316 // continue past the DT_NULL entry, so to dump the section correctly,
322 if (Table[Size++].getTag() == DT_NULL)
2589 case DT_NULL:
/freebsd-13-stable/libexec/rtld-elf/
H A Drtld.c1105 for (; dynp->d_tag != DT_NULL; dynp++) {

Completed in 333 milliseconds