Home
last modified time | relevance | path

Searched refs:SHT_REL (Results 1 – 9 of 9) sorted by relevance

/TwlSDK-5.2.1/build/tools/makelst/
Dloader_subset.c281 if( RelOrRelaShdr.sh_type == SHT_REL) { in ELi_RelocateSym()
555 if( UnresolvedInfo->sh_type == SHT_REL) { in ELi_DoRelocate()
589 if( UnresolvedInfo->sh_type == SHT_REL) { in ELi_DoRelocate()
685 if( (TmpShdr.sh_type == SHT_REL) || (TmpShdr.sh_type == SHT_RELA)) { in ELi_ShdrIsDebug()
Delf.h190 #define SHT_REL 9 macro
Delf_loader.c325 if( CurrentShdrEx->Shdr.sh_type == SHT_REL) { in ELi_LoadObject()
/TwlSDK-5.2.1/build/tools/stripdebug/
Delf.h190 #define SHT_REL 9 macro
Dloader_subset.c472 if( (TmpShdr.sh_type == SHT_REL) || (TmpShdr.sh_type == SHT_RELA)) { in ELi_ShdrIsDebug()
Delf_loader.c556 if( CurrentShdrEx->Shdr.sh_type == SHT_REL) { in ELi_LoadObject()
/TwlSDK-5.2.1/build/libraries/el/common/include/
Delf.h204 #define SHT_REL 9 macro
/TwlSDK-5.2.1/build/libraries/el/common/src/
Dloader_subset.c529 if( RelOrRelaShdr.sh_type == SHT_REL) { in ELi_RelocateSym()
847 if( UnresolvedInfo->sh_type == SHT_REL) {
941 if( UnresolvedInfo->sh_type == SHT_REL) {
1088 if( (TmpShdr.sh_type == SHT_REL) || (TmpShdr.sh_type == SHT_RELA)) {
Delf_loader.c743 if( CurrentShdrEx->Shdr.sh_type == SHT_REL) { in elLoadSections()