Home
last modified time | relevance | path

Searched refs:TestSym (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.1.0/build/tools/stripdebug/
Dloader_subset.c300 Elf32_Sym TestSym; in ELi_BuildSymList() local
330 ELi_GetEntry( elElfDesc, &SymShdr, i, &TestSym); in ELi_BuildSymList()
333 CurrentShdrEx = ELi_GetShdrExfromList( elElfDesc->ShdrEx, TestSym.st_shndx); in ELi_BuildSymList()
347 memcpy( &(CurrentSymEx->Sym), &TestSym, sizeof(TestSym)); in ELi_BuildSymList()
/TwlSDK-5.1.0/build/libraries/el/common/src/
Dloader_subset.c675 Elf32_Sym TestSym; in ELi_BuildSymList() local
703 ELi_GetEntry( elElfDesc, (Elf32_Shdr*)SymShdr, i, &TestSym); in ELi_BuildSymList()
705 CurrentShdrEx = ELi_GetShdrExfromList( elElfDesc->ShdrEx, TestSym.st_shndx); in ELi_BuildSymList()
720 OSAPI_CPUCOPY8( &TestSym, &(CurrentSymEx->Sym), sizeof(TestSym)); in ELi_BuildSymList()