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

/freebsd-13-stable/contrib/file/src/
H A Dreadelf.h202 #define PT_SHLIB 5 macro
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1201 PT_SHLIB = 5, // Reserved. enumerator in enum:llvm::ELF::__anon3102
/freebsd-13-stable/contrib/elftoolchain/size/
H A Dsize.c569 case PT_SHLIB:
/freebsd-13-stable/sys/sys/
H A Delf_common.h530 #define PT_SHLIB 5 /* Reserved (not used). */ macro
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp1420 .Case("PT_SHLIB", PT_SHLIB)
/freebsd-13-stable/usr.bin/elfdump/
H A Delfdump.c312 "PT_SHLIB", "PT_PHDR", "PT_TLS"
652 case PT_SHLIB:
/freebsd-13-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h958 _ELF_DEFINE_PT(PT_SHLIB, 5, "reserved") \
/freebsd-13-stable/contrib/elftoolchain/elfdump/
H A Delfdump.c351 case PT_SHLIB: return "PT_SHLIB";
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp51 ECase(PT_SHLIB);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp3078 CASE_AND_STREAM(s, PT_SHLIB, kStrWidth);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1698 LLVM_READOBJ_ENUM_CASE(ELF, PT_SHLIB );
1725 LLVM_READOBJ_PHDR_ENUM(ELF, PT_SHLIB)
/freebsd-13-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c689 case PT_SHLIB: return "SHLIB";

Completed in 300 milliseconds