Searched refs:PT_PHDR (Results 1 – 23 of 23) sorted by relevance
44 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()
103 #define PT_PHDR 6 /* Location of program header itself. */ macro
129 if (ph->p_type == PT_LOAD || ph->p_type == PT_PHDR) { in boot_elf()
17 #define PT_PHDR 6 macro
31 #define PT_PHDR 6 macro
170 if (ph->p_type == PT_LOAD || ph->p_type == PT_PHDR) { in map_image()
987 PT_PHDR = 6, // The program header table itself. enumerator
1020 PT_PHDR = 6, // The program header table itself. enumerator
1018 PT_PHDR = 6, // The program header table itself. enumerator
609 case PT_PHDR: in VG_()
766 case PT_PHDR: in dwfl_link_map_report()
604 #define PT_PHDR 6 /* Entry for header table itself */ macro
605 #define PT_PHDR 6 /* Entry for header table itself */ macro
1157 LLVM_READOBJ_ENUM_CASE(ELF, PT_PHDR ); in getElfSegmentType()1177 LLVM_READOBJ_PHDR_ENUM(ELF, PT_PHDR) in getElfPtType()
4532 else if (phdr->p_type == PT_PHDR) in check_program_header()
6608 phdr->p_type = PT_PHDR; in ld_generic_create_outfile()
3096 (check_program_header): Check that PT_PHDR is loaded and that offset
568 #define PT_PHDR 6 /* Entry for header table itself */ macro