Home
last modified time | relevance | path

Searched refs:PT_LOAD (Results 1 – 4 of 4) sorted by relevance

/TwlSDK-5.4/build/tools/makelst/
Delf.h144 PT_LOAD, /* Segment that will be loaded at runtime */ enumerator
/TwlSDK-5.4/build/libraries/el/common/include/
Delf.h152 #define PT_LOAD 1 /* Segment that will be loaded at run time */ macro
/TwlSDK-5.4/build/tools/stripdebug/
Delf.h144 PT_LOAD, /* Segment that will be loaded at runtime */ enumerator
/TwlSDK-5.4/build/libraries/el/common/src/
Delf_loader.c611 if( CurrentPhdr.p_type == PT_LOAD) { in elLoadSegments()