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.cpp2053 auto Shnum = Obj.sections().size() + 1; in writeEhdr() local
2054 if (Shnum >= SHN_LORESERVE) in writeEhdr()
2057 Ehdr.e_shnum = Shnum; in writeEhdr()
2092 uint64_t Shnum = Obj.sections().size() + 1; in writeShdrs() local
2093 if (Shnum >= SHN_LORESERVE) in writeShdrs()
2094 Shdr.sh_size = Shnum; in writeShdrs()