Home
last modified time | relevance | path

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

/TwlSDK-5.5/build/tools/stripdebug/
Delf_loader.h49 u32 str_table_size; /*Size of the new string table that is valid for a STR section*/ member
Dloader_subset.c64 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()
Delf_loader.c505 (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()