Lines Matching defs:getSection
268 const coff_section *ObjFile::getSection(uint32_t i) {
269 auto sec = coffObj->getSection(i);
271 Fatal(symtab.ctx) << "getSection failed: #" << i << ": " << sec.takeError();
287 const coff_section *sec = getSection(i);
298 const coff_section *sec = getSection(sectionNumber);
397 const coff_section *parentSec = getSection(parentIndex);
684 if (leaderChunk->getSize() != getSection(sym)->SizeOfRawData) {
699 SectionChunk newChunk(this, getSection(sym));
716 if (leaderChunk->getSize() < getSection(sym)->SizeOfRawData) {
1400 const coff_section *sec = CHECK(coffObj->getSection(i), file);