Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1975 auto Shnum = Obj.sections().size() + 1; in writeEhdr() local
1976 if (Shnum >= SHN_LORESERVE) in writeEhdr()
1979 Ehdr.e_shnum = Shnum; in writeEhdr()
2014 uint64_t Shnum = Obj.sections().size() + 1; in writeShdrs() local
2015 if (Shnum >= SHN_LORESERVE) in writeShdrs()
2016 Shdr.sh_size = Shnum; in writeShdrs()