Searched refs:ELi_ShdrIsDebug (Results 1 – 10 of 10) sorted by relevance
| /TwlSDK-5.4/build/tools/makelst/ |
| D | loader_subset.h | 98 BOOL ELi_ShdrIsDebug( ELHandle* ElfHandle, u32 index);
|
| D | loader_subset.c | 671 BOOL ELi_ShdrIsDebug( ELHandle* ElfHandle, u32 index) in ELi_ShdrIsDebug() function 686 if( ELi_ShdrIsDebug( ElfHandle, TmpShdr.sh_info) == TRUE) { in ELi_ShdrIsDebug()
|
| D | elf_loader.c | 255 if( ELi_ShdrIsDebug( ElfHandle, i) == TRUE) { /*When it is debugging information*/ in ELi_LoadObject()
|
| /TwlSDK-5.4/build/tools/stripdebug/ |
| D | loader_subset.h | 135 BOOL ELi_ShdrIsDebug( ELHandle* ElfHandle, u32 index);
|
| D | loader_subset.c | 458 BOOL ELi_ShdrIsDebug( ELHandle* ElfHandle, u32 index) in ELi_ShdrIsDebug() function 473 if( ELi_ShdrIsDebug( ElfHandle, TmpShdr.sh_info) == TRUE) { in ELi_ShdrIsDebug()
|
| D | insertsection.c | 78 if( ELi_ShdrIsDebug( ElfHandle, i) == TRUE) { /*When it is debugging information*/
|
| D | elf_loader.c | 330 if( ELi_ShdrIsDebug( ElfHandle, i) == TRUE) { /*When it is debugging information*/ in ELi_LoadObject()
|
| /TwlSDK-5.4/build/libraries/el/common/include/ |
| D | loader_subset.h | 128 BOOL ELi_ShdrIsDebug( ELDesc* elElfDesc, u32 index);
|
| /TwlSDK-5.4/build/libraries/el/common/src/ |
| D | loader_subset.c | 1074 BOOL ELi_ShdrIsDebug( ELDesc* elElfDesc, u32 index) function 1089 if( ELi_ShdrIsDebug( elElfDesc, TmpShdr.sh_info) == TRUE) {
|
| D | elf_loader.c | 656 if( ELi_ShdrIsDebug( elElfDesc, i) == TRUE) { /*When it is debugging information*/ in elLoadSections()
|