Lines Matching refs:sh_size
61 Elf32_Addr sh_size; in ELi_CopySectionToBuffer() local
67 sh_size = Shdr->sh_size; in ELi_CopySectionToBuffer()
74 sh_size); in ELi_CopySectionToBuffer()
77 ElfHandle->buf_current = (void*)(load_start + sh_size); in ELi_CopySectionToBuffer()
91 Elf32_Addr sh_size; in ELi_AllocSectionToBuffer() local
97 sh_size = Shdr->sh_size; in ELi_AllocSectionToBuffer()
100 ElfHandle->buf_current = (void*)(load_start + sh_size); in ELi_AllocSectionToBuffer()
103 memset( (void*)load_start, 0, sh_size); in ELi_AllocSectionToBuffer()
236 …num_of_rel = (RelOrRelaShdr.sh_size) / (RelOrRelaShdr.sh_entsize); //Number of symbols that sho… in ELi_RelocateSym()
237 num_of_sym = (SymShdr->sh_size) / (SymShdr->sh_entsize); //Overall symbol count in ELi_RelocateSym()
436 num_of_sym = (SymShdr->sh_size) / (SymShdr->sh_entsize); //Overall symbol count in ELi_DiscriminateGlobalSym()