Searched refs:findPartialSection (Results 1 – 1 of 1) sorted by relevance
268 PartialSection *findPartialSection(StringRef name, uint32_t outChars);957 if (PartialSection *importAddresses = findPartialSection(".idata$5", rdata)) { in appendECImportTables()972 if (PartialSection *auxIat = findPartialSection(".idata$9", rdata)) { in appendECImportTables()992 if (PartialSection *importDirs = findPartialSection(".idata$2", rdata)) { in locateImportTables()999 if (PartialSection *importAddresses = findPartialSection(".idata$5", rdata)) { in locateImportTables()2838 PartialSection *Writer::findPartialSection(StringRef name, uint32_t outChars) { in findPartialSection() function in Writer