Home
last modified time | relevance | path

Searched refs:DT_NULL (Results 1 – 20 of 20) sorted by relevance

/freebsd/stand/common/
H A Dself_reloc.c78 for (dynp = dynamic; dynp->d_tag != DT_NULL; dynp++) { in self_reloc()
/freebsd/sys/powerpc/powerpc/
H A Delf32_machdep.c346 for (; dynp->d_tag != DT_NULL; dynp++) { in elf_reloc_self()
421 for (dp = dynamic; dp->d_tag != DT_NULL; dp++) { in elf_cpu_parse_dynamic()
H A Delf64_machdep.c398 for (; dynp->d_tag != DT_NULL; dynp++) { in elf_reloc_self()
/freebsd/contrib/file/src/
H A Dreadelf.h493 #define DT_NULL 0 /* Marks end of dynamic array */ macro
/freebsd/libexec/rtld-elf/arm/
H A Dreloc.c93 for (; dynp->d_tag != DT_NULL; dynp++) { in _rtld_relocate_nonplt_self()
/freebsd/libexec/rtld-elf/powerpc64/
H A Dreloc.c144 for (; dynp->d_tag != DT_NULL; dynp++) { in reloc_non_plt_self()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp226 if (Dyn.d_tag == ELF::DT_NULL) in printDynamicSection()
/freebsd/lib/libkldelf/
H A Def.c287 if (dp->d_tag == DT_NULL) in ef_parse_dynamic()
/freebsd/usr.bin/elfdump/
H A Delfdump.c179 case DT_NULL: return "DT_NULL"; in d_tags()
956 case DT_NULL: in elf_print_dynamic()
/freebsd/libexec/rtld-elf/powerpc/
H A Dreloc.c149 for (; dynp->d_tag != DT_NULL; dynp++) { in reloc_non_plt_self()
/freebsd/sys/sys/
H A Delf_common.h590 #define DT_NULL 0 /* Terminating entry. */ macro
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp651 if (Dyn.back().d_tag != ELF::DT_NULL) in dynamicEntries()
/freebsd/contrib/elftoolchain/elfdump/
H A Delfdump.c161 case DT_NULL: return "DT_NULL"; in d_tags()
1691 case DT_NULL: in elf_print_dynamic()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h979 for (; Dynamic->d_tag != ELF::DT_NULL; Dynamic++) { in dynamic_relocation_sections()
/freebsd/sys/kern/
H A Dlink_elf.c588 for (dp = ef->dynamic; dp->d_tag != DT_NULL; dp++) { in parse_dynamic()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c834 case DT_NULL: return "NULL"; in dt_type()
2765 if (dyn.d_tag == DT_NULL) in dump_dynamic()
2969 case DT_NULL: in dump_dyn_val()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h121 _ELF_DEFINE_DT(DT_NULL, 0, "end of array") \
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp261 if (Table[Size++].getTag() == DT_NULL) in dynamic_table()
2457 case DT_NULL: in getDynamicEntry()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1569 addInt(DT_NULL, 0); in computeContents()
/freebsd/libexec/rtld-elf/
H A Drtld.c1285 for (; dynp->d_tag != DT_NULL; dynp++) { in digest_dynamic1()