Searched refs:findPartialSection (Results 1 – 1 of 1) sorted by relevance
264 PartialSection *findPartialSection(StringRef name, uint32_t outChars);911 if (PartialSection *importDirs = findPartialSection(".idata$2", rdata)) { in locateImportTables()918 if (PartialSection *importAddresses = findPartialSection(".idata$5", rdata)) { in locateImportTables()2390 PartialSection *Writer::findPartialSection(StringRef name, uint32_t outChars) { in findPartialSection() function in Writer