Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1997 auto Shnum = Obj.sections().size() + 1; in writeEhdr() local
1998 if (Shnum >= SHN_LORESERVE) in writeEhdr()
2001 Ehdr.e_shnum = Shnum; in writeEhdr()
2036 uint64_t Shnum = Obj.sections().size() + 1; in writeShdrs() local
2037 if (Shnum >= SHN_LORESERVE) in writeShdrs()
2038 Shdr.sh_size = Shnum; in writeShdrs()