Searched refs:PT_PHDR (Results 1 – 25 of 25) sorted by relevance
46 case ELF::PT_PHDR: in printProgramHeaders()
167 #define PT_PHDR 6 macro
301 #define PT_PHDR 6 /* Entry for header table itself */ macro
132 case PT_PHDR: in map_object()
1302 if (ph->p_type != PT_PHDR) in digest_phdr()
425 if (seg->type == PT_PHDR) { in copy_phdr()
46 headers PT_PHDR FILEHDR PHDRS ;
494 #define PT_PHDR 6 /* Location of program header itself. */ macro
588 case PT_PHDR: in ef_open()
956 PT_PHDR = 6, // The program header table itself. enumerator
529 case PT_PHDR: in handle_core()
615 case PT_PHDR: in main()
886 case PT_PHDR: in link_elf_load_file()
935 case PT_PHDR: /* Program header table info */ in __CONCAT()
504 LLVM_READOBJ_ENUM_CASE(ELF, PT_PHDR ); in getElfSegmentType()
904 _ELF_DEFINE_PT(PT_PHDR, 6, \
1139 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()
9342 && ((*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()
1694 && ((*pm)->p_type == PT_PHDR in elfNN_ia64_modify_segment_map()
215 (map_sections_to_segments): Set includes_phdrs for PT_PHDR218 includes_phdrs. Remove special handling of PT_PHDR and first221 when appropriate. Remove special handling of PT_PHDR segment.
1334 a PT_PHDR program headers.
2831 CASE_AND_STREAM(s, PT_PHDR , kStrWidth); in DumpELFProgramHeader_p_type()
626 case PT_PHDR: return "PHDR"; in phdr_type()
2460 case PT_PHDR: return "PHDR"; in get_segment_type()
4303 @item @code{PT_PHDR} (6)4330 headers PT_PHDR PHDRS ;