Home
last modified time | relevance | path

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

/TwlSDK-5.3.1/build/libraries/el/common/include/
Delf.h133 #define EF_ARM_EABIMASK 0xFF000000 macro
/TwlSDK-5.3.1/build/tools/makelst/
Delf.h124 #define EF_ARM_EABIMASK 0xFF000000 macro
/TwlSDK-5.3.1/build/tools/stripdebug/
Delf.h124 #define EF_ARM_EABIMASK 0xFF000000 macro
/TwlSDK-5.3.1/build/libraries/el/common/src/
Delf.c244 PRINTDEBUG("EABI version %x \n", (ehdr->e_flags & EF_ARM_EABIMASK) >> 24 ); in ELF_LoadELFHeader()