Home
last modified time | relevance | path

Searched refs:PT_PHDR (Results 1 – 25 of 25) sorted by relevance

/NextBSD/contrib/llvm/tools/llvm-objdump/
HDELFDump.cpp46 case ELF::PT_PHDR: in printProgramHeaders()
/NextBSD/contrib/file/src/
HDreadelf.h167 #define PT_PHDR 6 macro
/NextBSD/contrib/binutils/include/elf/
HDcommon.h301 #define PT_PHDR 6 /* Entry for header table itself */ macro
/NextBSD/libexec/rtld-elf/
HDmap_object.c132 case PT_PHDR: in map_object()
HDrtld.c1302 if (ph->p_type != PT_PHDR) in digest_phdr()
/NextBSD/contrib/elftoolchain/elfcopy/
HDsegments.c425 if (seg->type == PT_PHDR) { in copy_phdr()
/NextBSD/sys/conf/
HDldscript.mips.cfe46 headers PT_PHDR FILEHDR PHDRS ;
/NextBSD/sys/sys/
HDelf_common.h494 #define PT_PHDR 6 /* Location of program header itself. */ macro
/NextBSD/usr.sbin/kldxref/
HDef.c588 case PT_PHDR: in ef_open()
/NextBSD/contrib/llvm/include/llvm/Support/
HDELF.h956 PT_PHDR = 6, // The program header table itself. enumerator
/NextBSD/contrib/elftoolchain/size/
HDsize.c529 case PT_PHDR: in handle_core()
/NextBSD/usr.bin/elfdump/
HDelfdump.c615 case PT_PHDR: in main()
/NextBSD/sys/kern/
HDlink_elf.c886 case PT_PHDR: in link_elf_load_file()
HDimgact_elf.c935 case PT_PHDR: /* Program header table info */ in __CONCAT()
/NextBSD/contrib/llvm/tools/llvm-readobj/
HDELFDumper.cpp504 LLVM_READOBJ_ENUM_CASE(ELF, PT_PHDR ); in getElfSegmentType()
/NextBSD/contrib/elftoolchain/common/
HDelfdefinitions.h904 _ELF_DEFINE_PT(PT_PHDR, 6, \
/NextBSD/contrib/binutils/bfd/
HDelf.c1139 case PT_PHDR: pt = "PHDR"; break; in get_segment_type()
2701 case PT_PHDR: in bfd_section_from_phdr()
3894 m->p_type = PT_PHDR; in _bfd_elf_map_sections_to_segments()
HDelfxx-mips.c9342 && ((*pm)->p_type == PT_PHDR in _bfd_mips_elf_modify_segment_map()
9372 && ((*pm)->p_type == PT_PHDR in _bfd_mips_elf_modify_segment_map()
HDelfxx-ia64.c1694 && ((*pm)->p_type == PT_PHDR in elfNN_ia64_modify_segment_map()
HDChangeLog-9495215 (map_sections_to_segments): Set includes_phdrs for PT_PHDR
218 includes_phdrs. Remove special handling of PT_PHDR and first
221 when appropriate. Remove special handling of PT_PHDR segment.
HDChangeLog-98991334 a PT_PHDR program headers.
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.cpp2831 CASE_AND_STREAM(s, PT_PHDR , kStrWidth); in DumpELFProgramHeader_p_type()
/NextBSD/contrib/elftoolchain/readelf/
HDreadelf.c626 case PT_PHDR: return "PHDR"; in phdr_type()
/NextBSD/contrib/binutils/binutils/
HDreadelf.c2460 case PT_PHDR: return "PHDR"; in get_segment_type()
/NextBSD/contrib/binutils/ld/
HDld.texinfo4303 @item @code{PT_PHDR} (6)
4330 headers PT_PHDR PHDRS ;