Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DInputSection.cpp1335 static size_t findNull(StringRef s, size_t entSize) { in findNull()
1354 void MergeInputSection::splitStrings(ArrayRef<uint8_t> data, size_t entSize) { in splitStrings()
1374 size_t entSize) { in splitNonStrings()
DInputFiles.cpp474 uint64_t entSize = sec.sh_entsize; in shouldMerge() local