Home
last modified time | relevance | path

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

/TwlSDK-5.5/build/libraries/el/common/include/
Delf.h199 #define SHT_RELA 4 macro
/TwlSDK-5.5/build/tools/makelst/
Delf.h185 #define SHT_RELA 4 macro
Delf_loader.c369 else if( CurrentShdrEx->Shdr.sh_type == SHT_RELA) { in ELi_LoadObject()
Dloader_subset.c685 if( (TmpShdr.sh_type == SHT_REL) || (TmpShdr.sh_type == SHT_RELA)) { in ELi_ShdrIsDebug()
/TwlSDK-5.5/build/tools/stripdebug/
Delf.h185 #define SHT_RELA 4 macro
Dloader_subset.c472 if( (TmpShdr.sh_type == SHT_REL) || (TmpShdr.sh_type == SHT_RELA)) { in ELi_ShdrIsDebug()
Delf_loader.c582 else if( CurrentShdrEx->Shdr.sh_type == SHT_RELA) { in ELi_LoadObject()
/TwlSDK-5.5/build/libraries/el/common/src/
Dloader_subset.c1088 if( (TmpShdr.sh_type == SHT_REL) || (TmpShdr.sh_type == SHT_RELA)) {
Delf_loader.c785 else if( CurrentShdrEx->Shdr.sh_type == SHT_RELA) { in elLoadSections()