Home
last modified time | relevance | path

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

/TwlSDK-5.3.1/build/tools/stripdebug/
Delf_loader.c463 ELShdrEx* StrShEx; //Character string section in ELi_LoadObject() local
475 StrShEx = ELi_GetShdrExfromList( ElfHandle->ShdrEx, in ELi_LoadObject()
498 StrShEx->str_table = realloc( StrShEx->str_table, //Add symbol string in ELi_LoadObject()
499 (StrShEx->str_table_size) + in ELi_LoadObject()
501 strcpy( (u8*)((u32)StrShEx->str_table + StrShEx->str_table_size), in ELi_LoadObject()
504 … CurrentSymEx->Sym.st_name = StrShEx->str_table_size; //Correct symbol entry data in ELi_LoadObject()
506 StrShEx->str_table_size += ( strlen( symstr) + 1); in ELi_LoadObject()