Home
last modified time | relevance | path

Searched defs:entSize (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lld/ELF/
H A DInputSection.cpp1223 static size_t findNull(StringRef s, size_t entSize) { in findNull()
1234 void MergeInputSection::splitStrings(StringRef s, size_t entSize) { in splitStrings()
1258 size_t entSize) { in splitNonStrings()
H A DInputFiles.cpp677 uint64_t entSize = sec.sh_entsize; in shouldMerge() local