Searched refs:str_table_size (Results 1 – 3 of 3) sorted by relevance
49 u32 str_table_size; /*Size of the new string table that is valid for a STR section*/ member
64 memcpy( (void*)load_start, SymStrShdrEx->str_table, SymStrShdrEx->str_table_size); in ELi_CopySymStrToBuffer()67 SymStrShdrEx->Shdr.sh_size = SymStrShdrEx->str_table_size; in ELi_CopySymStrToBuffer()70 ElfHandle->buf_current = (void*)(load_start + SymStrShdrEx->str_table_size); in ELi_CopySymStrToBuffer()
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()