Searched refs:sh_entsize (Results 1 – 6 of 6) sorted by relevance
100 Elf32_Word sh_entsize; /* Size of each entry in section. */ member
108 Elf64_Xword sh_entsize; /* Size of each entry in section. */ member
729 for (RelIdx = 0; RelIdx < RelShdr->sh_size; RelIdx += (UINT32) RelShdr->sh_entsize) { in WriteSections64()739 Elf_Sym *Sym = (Elf_Sym *)(Symtab + ELF_R_SYM(Rel->r_info) * SymtabShdr->sh_entsize); in WriteSections64()964 for (RelIdx = 0; RelIdx < RelShdr->sh_size; RelIdx += RelShdr->sh_entsize) { in WriteRelocations64()
719 for (RelOffset = 0; RelOffset < RelShdr->sh_size; RelOffset += RelShdr->sh_entsize) { in WriteSections32()728 Elf_Sym *Sym = (Elf_Sym *)(Symtab + ELF_R_SYM(Rel->r_info) * SymtabShdr->sh_entsize); in WriteSections32()895 for (RelIdx = 0; RelIdx < RelShdr->sh_size; RelIdx += RelShdr->sh_entsize) { in WriteRelocations32()