Home
last modified time | relevance | path

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

/freebsd/contrib/file/src/
H A Dreadelf.h197 #define PT_NULL 0 /* p_type */ macro
/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h271 unsigned type = llvm::ELF::PT_NULL;
H A DScriptParser.cpp1645 .Case("PT_NULL", PT_NULL) in readPhdrType()
1665 return PT_NULL; in readPhdrType()
/freebsd/contrib/llvm-project/compiler-rt/lib/cfi/
H A Dcfi.cpp227 for (const Elf_Dyn *p = dynamic; p->d_tag != PT_NULL; ++p) { in find_cfi_check_in_dso()
/freebsd/sys/sys/
H A Delf_common.h544 #define PT_NULL 0 /* Unused entry. */ macro
/freebsd/contrib/elftoolchain/size/
H A Dsize.c557 case PT_NULL: in handle_core()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1471 PT_NULL = 0, // Unused segment. enumerator
/freebsd/usr.bin/elfdump/
H A Delfdump.c650 case PT_NULL: in main()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h952 _ELF_DEFINE_PT(PT_NULL, 0, "ignored entry") \
/freebsd/contrib/elftoolchain/elfdump/
H A Delfdump.c346 case PT_NULL: return "PT_NULL"; in elf_phdr_type_str()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp61 ECase(PT_NULL); in enumeration()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp3355 CASE_AND_STREAM(s, PT_NULL, kStrWidth); in DumpELFProgramHeader_p_type()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c691 case PT_NULL: return "NULL"; in phdr_type()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1477 LLVM_READOBJ_ENUM_CASE(ELF, PT_NULL); in segmentTypeToString()