Searched refs:PT_LOAD (Results 1 – 6 of 6) sorted by relevance
18 text PT_LOAD;19 bss PT_LOAD;
16 text PT_LOAD;17 bss PT_LOAD;
24 text PT_LOAD;25 bss PT_LOAD;
53 * the section size & the PT_LOAD program header filesz.
455 #define PT_LOAD 1 /* loadable segment */ macro
410 if (phdr_field(i, p_type) != PT_LOAD) in main()