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.cpp1353 static size_t findNull(StringRef s, size_t entSize) { in findNull()
1364 void MergeInputSection::splitStrings(StringRef s, size_t entSize) { in splitStrings()
1388 size_t entSize) { in splitNonStrings()
H A DInputFiles.cpp739 uint64_t entSize = sec.sh_entsize; in shouldMerge() local