Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp2056 auto Shnum = Obj.sections().size() + 1; in writeEhdr() local
2057 if (Shnum >= SHN_LORESERVE) in writeEhdr()
2060 Ehdr.e_shnum = Shnum; in writeEhdr()
2095 uint64_t Shnum = Obj.sections().size() + 1; in writeShdrs() local
2096 if (Shnum >= SHN_LORESERVE) in writeShdrs()
2097 Shdr.sh_size = Shnum; in writeShdrs()