Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp1304 static size_t findNull(StringRef s, size_t entSize) { in findNull()
1315 void MergeInputSection::splitStrings(StringRef s, size_t entSize) { in splitStrings()
1339 size_t entSize) { in splitNonStrings()
H A DInputFiles.cpp716 uint64_t entSize = sec.sh_entsize; in shouldMerge() local