Searched refs:isImportLibrary (Results 1 – 2 of 2) sorted by relevance
84 bool isImportLibrary() const { return NumberOfSections == 0xffff; } in isImportLibrary() function858 return COFFHeader->isImportLibrary() ? 0 in getSizeOfOptionalHeader()868 return COFFHeader->isImportLibrary() ? 0 : COFFHeader->Characteristics; in getCharacteristics()886 return COFFHeader->isImportLibrary() ? 0 : COFFHeader->NumberOfSections; in getNumberOfSections()894 return COFFHeader->isImportLibrary() ? 0 in getPointerToSymbolTable()903 return COFFHeader->isImportLibrary() ? 0 : COFFHeader->NumberOfSymbols; in getRawNumberOfSymbols()
844 if (COFFHeader->isImportLibrary()) in initialize()990 COFFHeader && COFFHeader->isImportLibrary() ? 0 : getNumberOfSections(); in section_end()