Searched refs:StrShEx (Results 1 – 1 of 1) sorted by relevance
469 ELShdrEx* StrShEx; //Character string section in ELi_LoadObject() local481 StrShEx = ELi_GetShdrExfromList( ElfHandle->ShdrEx, in ELi_LoadObject()504 StrShEx->str_table = realloc( StrShEx->str_table, //Add symbol string in ELi_LoadObject()505 (StrShEx->str_table_size) + in ELi_LoadObject()507 strcpy( (u8*)((u32)StrShEx->str_table + StrShEx->str_table_size), in ELi_LoadObject()510 … CurrentSymEx->Sym.st_name = StrShEx->str_table_size; //Correct symbol entry data in ELi_LoadObject()512 StrShEx->str_table_size += ( strlen( symstr) + 1); in ELi_LoadObject()