Searched refs:PT_LOAD (Results 1 – 4 of 4) sorted by relevance
152 #define PT_LOAD 1 /* Segment that will be loaded at run time */ macro
144 PT_LOAD, /* Segment that will be loaded at runtime */ enumerator
611 if( CurrentPhdr.p_type == PT_LOAD) { in elLoadSegments()