Home
last modified time | relevance | path

Searched refs:SHT_NOBITS (Results 1 – 5 of 5) sorted by relevance

/TwlSDK-5.5/build/libraries/el/common/include/
Delf.h203 #define SHT_NOBITS 8 macro
/TwlSDK-5.5/build/tools/makelst/
Delf.h189 #define SHT_NOBITS 8 macro
/TwlSDK-5.5/build/tools/stripdebug/
Delf.h189 #define SHT_NOBITS 8 macro
Delf_loader.c427 (CurrentShdrEx->Shdr.sh_type == SHT_NOBITS)) { in ELi_LoadObject()
/TwlSDK-5.5/build/libraries/el/common/src/
Delf_loader.c707 (CurrentShdrEx->Shdr.sh_type == SHT_NOBITS)) { in elLoadSections()