Home
last modified time | relevance | path

Searched refs:ShdrCount (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp2462 size_t ShdrCount = Obj.sections().size() + 1; // Includes null shdr. in totalSize() local
2463 return Obj.SHOff + ShdrCount * sizeof(Elf_Shdr); in totalSize()