Home
last modified time | relevance | path

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

/NextBSD/contrib/file/src/
HDreadelf.h166 #define PT_SHLIB 5 macro
/NextBSD/contrib/binutils/include/elf/
HDcommon.h300 #define PT_SHLIB 5 /* Reserved, unspecified semantics */ macro
/NextBSD/sys/sys/
HDelf_common.h493 #define PT_SHLIB 5 /* Reserved (not used). */ macro
/NextBSD/contrib/llvm/include/llvm/Support/
HDELF.h955 PT_SHLIB = 5, // Reserved. enumerator
/NextBSD/contrib/elftoolchain/size/
HDsize.c526 case PT_SHLIB: in handle_core()
/NextBSD/usr.bin/elfdump/
HDelfdump.c614 case PT_SHLIB: in main()
/NextBSD/contrib/llvm/tools/llvm-readobj/
HDELFDumper.cpp503 LLVM_READOBJ_ENUM_CASE(ELF, PT_SHLIB ); in getElfSegmentType()
/NextBSD/contrib/elftoolchain/common/
HDelfdefinitions.h903 _ELF_DEFINE_PT(PT_SHLIB, 5, "reserved") \
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.cpp2830 CASE_AND_STREAM(s, PT_SHLIB , kStrWidth); in DumpELFProgramHeader_p_type()
/NextBSD/contrib/binutils/bfd/
HDelf.c1138 case PT_SHLIB: pt = "SHLIB"; break; in get_segment_type()
2698 case PT_SHLIB: in bfd_section_from_phdr()
/NextBSD/contrib/elftoolchain/readelf/
HDreadelf.c625 case PT_SHLIB: return "SHLIB"; in phdr_type()
/NextBSD/contrib/binutils/binutils/
HDreadelf.c2459 case PT_SHLIB: return "SHLIB"; in get_segment_type()
/NextBSD/contrib/binutils/ld/
HDld.texinfo4299 @item @code{PT_SHLIB} (5)