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