Home
last modified time | relevance | path

Searched refs:ELi_ShdrIsDebug (Results 1 – 10 of 10) sorted by relevance

/TwlSDK-5.4/build/tools/makelst/
Dloader_subset.h98 BOOL ELi_ShdrIsDebug( ELHandle* ElfHandle, u32 index);
Dloader_subset.c671 BOOL ELi_ShdrIsDebug( ELHandle* ElfHandle, u32 index) in ELi_ShdrIsDebug() function
686 if( ELi_ShdrIsDebug( ElfHandle, TmpShdr.sh_info) == TRUE) { in ELi_ShdrIsDebug()
Delf_loader.c255 if( ELi_ShdrIsDebug( ElfHandle, i) == TRUE) { /*When it is debugging information*/ in ELi_LoadObject()
/TwlSDK-5.4/build/tools/stripdebug/
Dloader_subset.h135 BOOL ELi_ShdrIsDebug( ELHandle* ElfHandle, u32 index);
Dloader_subset.c458 BOOL ELi_ShdrIsDebug( ELHandle* ElfHandle, u32 index) in ELi_ShdrIsDebug() function
473 if( ELi_ShdrIsDebug( ElfHandle, TmpShdr.sh_info) == TRUE) { in ELi_ShdrIsDebug()
Dinsertsection.c78 if( ELi_ShdrIsDebug( ElfHandle, i) == TRUE) { /*When it is debugging information*/
Delf_loader.c330 if( ELi_ShdrIsDebug( ElfHandle, i) == TRUE) { /*When it is debugging information*/ in ELi_LoadObject()
/TwlSDK-5.4/build/libraries/el/common/include/
Dloader_subset.h128 BOOL ELi_ShdrIsDebug( ELDesc* elElfDesc, u32 index);
/TwlSDK-5.4/build/libraries/el/common/src/
Dloader_subset.c1074 BOOL ELi_ShdrIsDebug( ELDesc* elElfDesc, u32 index) function
1089 if( ELi_ShdrIsDebug( elElfDesc, TmpShdr.sh_info) == TRUE) {
Delf_loader.c656 if( ELi_ShdrIsDebug( elElfDesc, i) == TRUE) { /*When it is debugging information*/ in elLoadSections()