Searched refs:PT_NULL (Results 1 - 14 of 14) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h223 unsigned type = llvm::ELF::PT_NULL;
H A DScriptParser.cpp1415 .Case("PT_NULL", PT_NULL)
1433 return PT_NULL;
/freebsd-13-stable/contrib/file/src/
H A Dreadelf.h197 #define PT_NULL 0 /* p_type */ macro
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/cfi/
H A Dcfi.cpp223 for (const Elf_Dyn *p = dynamic; p->d_tag != PT_NULL; ++p) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1196 PT_NULL = 0, // Unused segment. enumerator in enum:llvm::ELF::__anon3102
/freebsd-13-stable/contrib/elftoolchain/size/
H A Dsize.c557 case PT_NULL:
/freebsd-13-stable/sys/sys/
H A Delf_common.h525 #define PT_NULL 0 /* Unused entry. */ macro
/freebsd-13-stable/usr.bin/elfdump/
H A Delfdump.c311 "PT_NULL", "PT_LOAD", "PT_DYNAMIC", "PT_INTERP", "PT_NOTE",
648 case PT_NULL:
/freebsd-13-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h952 _ELF_DEFINE_PT(PT_NULL, 0, "ignored entry") \
/freebsd-13-stable/contrib/elftoolchain/elfdump/
H A Delfdump.c346 case PT_NULL: return "PT_NULL";
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp46 ECase(PT_NULL);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp3073 CASE_AND_STREAM(s, PT_NULL, kStrWidth);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1693 LLVM_READOBJ_ENUM_CASE(ELF, PT_NULL );
1720 LLVM_READOBJ_PHDR_ENUM(ELF, PT_NULL)
/freebsd-13-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c684 case PT_NULL: return "NULL";

Completed in 314 milliseconds