Lines Matching refs:sh_size
67 SymStrShdrEx->Shdr.sh_size = SymStrShdrEx->str_table_size; in ELi_CopySymStrToBuffer()
101 Shdr->sh_size = total_size; in ELi_CopyShStrToBuffer()
145 Elf32_Addr sh_size; in ELi_CopySectionToBuffer() local
152 sh_size = Shdr->sh_size; in ELi_CopySectionToBuffer()
159 sh_size); in ELi_CopySectionToBuffer()
162 ElfHandle->buf_current = (void*)(load_start + sh_size); in ELi_CopySectionToBuffer()
176 Elf32_Addr sh_size; in ELi_AllocSectionToBuffer() local
182 sh_size = Shdr->sh_size; in ELi_AllocSectionToBuffer()
185 ElfHandle->buf_current = (void*)(load_start + sh_size); in ELi_AllocSectionToBuffer()
188 memset( (void*)load_start, 0, sh_size); in ELi_AllocSectionToBuffer()
320 *sym_table = (u32*)malloc( 4 * (SymShdr.sh_size / SymShdr.sh_entsize)); in ELi_BuildSymList()
322 num_of_sym = (SymShdr.sh_size) / (SymShdr.sh_entsize); //Overall symbol count in ELi_BuildSymList()