Searched refs:sh_size (Results 1 – 6 of 6) sorted by relevance
308 assert(Sym->st_name < StrtabShdr->sh_size); in GetSymName()314 for (i= Sym->st_name; (i < StrtabShdr->sh_size) && !foundEnd; i++) { in GetSymName()408 (mEhdr->e_entry < shdr->sh_addr + shdr->sh_size)) { in ScanSections64()421 mCoffOffset += (UINT32) shdr->sh_size; in ScanSections64()465 mCoffOffset += (UINT32) shdr->sh_size; in ScanSections64()508 if (shdr->sh_size != 0) { in ScanSections64()511 mCoffOffset += (UINT32) shdr->sh_size; in ScanSections64()663 (size_t) Shdr->sh_size); in WriteSections64()667 memset(mCoffFile + mCoffSectionsOffset[Idx], 0, (size_t) Shdr->sh_size); in WriteSections64()729 for (RelIdx = 0; RelIdx < RelShdr->sh_size; RelIdx += (UINT32) RelShdr->sh_entsize) { in WriteSections64()[all …]
316 assert(Sym->st_name < StrtabShdr->sh_size); in GetSymName()322 for (i = Sym->st_name; (i < StrtabShdr->sh_size) && !foundEnd; i++) { in GetSymName()415 (mEhdr->e_entry < shdr->sh_addr + shdr->sh_size)) { in ScanSections32()428 mCoffOffset += shdr->sh_size; in ScanSections32()473 mCoffOffset += shdr->sh_size; in ScanSections32()516 if (shdr->sh_size != 0) { in ScanSections32()519 mCoffOffset += shdr->sh_size; in ScanSections32()668 Shdr->sh_size); in WriteSections32()672 memset(mCoffFile + mCoffSectionsOffset[Idx], 0, Shdr->sh_size); in WriteSections32()719 for (RelOffset = 0; RelOffset < RelShdr->sh_size; RelOffset += RelShdr->sh_entsize) { in WriteSections32()[all …]
96 Elf32_Word sh_size; /* Size in bytes. */ member
104 Elf64_Xword sh_size; /* Size in bytes. */ member