Searched refs:isImportLibrary (Results 1 – 2 of 2) sorted by relevance
89 bool isImportLibrary() const { return NumberOfSections == 0xffff; } in isImportLibrary() function966 return COFFHeader->isImportLibrary() ? 0 in getSizeOfOptionalHeader()976 return COFFHeader->isImportLibrary() ? 0 : COFFHeader->Characteristics; in getCharacteristics()994 return COFFHeader->isImportLibrary() ? 0 : COFFHeader->NumberOfSections; in getNumberOfSections()1002 return COFFHeader->isImportLibrary() ? 0 in getPointerToSymbolTable()1011 return COFFHeader->isImportLibrary() ? 0 : COFFHeader->NumberOfSymbols; in getRawNumberOfSymbols()
945 if (COFFHeader->isImportLibrary()) in initialize()1091 COFFHeader && COFFHeader->isImportLibrary() ? 0 : getNumberOfSections(); in section_end()