Searched refs:PT_PHDR (Results 1 – 16 of 16) sorted by relevance
11 1. The PT_PHDR being sorted improperly due to the type being read in41 - if (x.p_type == PT_PHDR) return true;42 - if (y.p_type == PT_PHDR) return false;43 + if (elfFile->rdi(x.p_type) == PT_PHDR) return true;44 + if (elfFile->rdi(y.p_type) == PT_PHDR) return false;
8 the INTERP section to the end of the file. +This means changing PT_PHDR to114 + ET_DYN as does LD when linking with pie. If we move PT_PHDR, it118 + move PHDR there, we therefore choose to leave PT_PHDR where it is but
29 #define PT_PHDR 6 macro
32 #define PT_PHDR 6 macro
428 #define PT_PHDR 6 /* program header */ macro
348 #define PT_PHDR 6 /* Location of program header itself. */ macro
354 case PT_PHDR: in main()
714 #define PT_PHDR 6 /* Entry for header table itself */ macro
4966 'PT_PHDR' (6)4992 headers PT_PHDR PHDRS ;