Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
DObject.cpp2020 auto Shnum = Obj.sections().size() + 1; in writeEhdr() local
2021 if (Shnum >= SHN_LORESERVE) in writeEhdr()
2024 Ehdr.e_shnum = Shnum; in writeEhdr()
2059 uint64_t Shnum = Obj.sections().size() + 1; in writeShdrs() local
2060 if (Shnum >= SHN_LORESERVE) in writeShdrs()
2061 Shdr.sh_size = Shnum; in writeShdrs()