Home
last modified time | relevance | path

Searched refs:PT_SHLIB (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/file/src/
H A Dreadelf.h202 #define PT_SHLIB 5 macro
/freebsd/sys/sys/
H A Delf_common.h529 #define PT_SHLIB 5 /* Reserved (not used). */ macro
/freebsd/contrib/elftoolchain/size/
H A Dsize.c569 case PT_SHLIB: in handle_core()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1445 PT_SHLIB = 5, // Reserved. enumerator
/freebsd/usr.bin/elfdump/
H A Delfdump.c654 case PT_SHLIB: in main()
/freebsd/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp1603 .Case("PT_SHLIB", PT_SHLIB) in readPhdrType()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h958 _ELF_DEFINE_PT(PT_SHLIB, 5, "reserved") \
/freebsd/contrib/elftoolchain/elfdump/
H A Delfdump.c351 case PT_SHLIB: return "PT_SHLIB"; in elf_phdr_type_str()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp66 ECase(PT_SHLIB); in enumeration()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp3270 CASE_AND_STREAM(s, PT_SHLIB, kStrWidth); in DumpELFProgramHeader_p_type()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c696 case PT_SHLIB: return "SHLIB"; in phdr_type()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1466 LLVM_READOBJ_ENUM_CASE(ELF, PT_SHLIB); in segmentTypeToString()