Searched refs:ShdrCount (Results 1 – 1 of 1) sorted by relevance
2530 size_t ShdrCount = Obj.sections().size() + 1; // Includes null shdr. in totalSize() local2531 return Obj.SHOff + ShdrCount * sizeof(Elf_Shdr); in totalSize()