Searched refs:isImportLibrary (Results 1 – 2 of 2) sorted by relevance
71 bool isImportLibrary() const { return NumberOfSections == 0xffff; } in isImportLibrary() function676 return COFFHeader->isImportLibrary() ? 0 in getSizeOfOptionalHeader()685 return COFFHeader->isImportLibrary() ? 0 : COFFHeader->Characteristics; in getCharacteristics()701 return COFFHeader->isImportLibrary() ? 0 : COFFHeader->NumberOfSections; in getNumberOfSections()708 return COFFHeader->isImportLibrary() ? 0 in getPointerToSymbolTable()716 return COFFHeader->isImportLibrary() ? 0 : COFFHeader->NumberOfSymbols; in getNumberOfSymbols()
693 if (COFFHeader->isImportLibrary()) in COFFObjectFile()821 COFFHeader && COFFHeader->isImportLibrary() ? 0 : getNumberOfSections(); in section_end()