Searched refs:PT_PHDR (Results 1 – 17 of 17) sorted by relevance
46 case ELF::PT_PHDR: in printProgramHeaders()
86 [PT_PHDR] = "PHDR" in main()
98 phdr[0].p_type = PT_PHDR; in main()
107 phdr[0].p_type = PT_PHDR; in main()
116 phdr[0].p_type = PT_PHDR; in main()
111 phdr[0].p_type = PT_PHDR; in main()
31 #define PT_PHDR 6 macro
356 case PT_PHDR: in VG_()
926 PT_PHDR = 6, // The program header table itself. enumerator
760 case PT_PHDR: in dwfl_link_map_report()
1646 CASE_AND_STREAM(s, PT_PHDR , kStrWidth); in DumpELFProgramHeader_p_type()
484 LLVM_READOBJ_ENUM_CASE(ELF, PT_PHDR ); in getElfSegmentType()
579 #define PT_PHDR 6 /* Entry for header table itself */ macro
4256 else if (phdr->p_type == PT_PHDR) in check_program_header()
6608 phdr->p_type = PT_PHDR; in ld_generic_create_outfile()
2611 (check_program_header): Check that PT_PHDR is loaded and that offset
568 #define PT_PHDR 6 /* Entry for header table itself */ macro