Searched refs:isImportLibrary (Results 1 – 2 of 2) sorted by relevance
84 bool isImportLibrary() const { return NumberOfSections == 0xffff; } in isImportLibrary() function869 return COFFHeader->isImportLibrary() ? 0 in getSizeOfOptionalHeader()879 return COFFHeader->isImportLibrary() ? 0 : COFFHeader->Characteristics; in getCharacteristics()897 return COFFHeader->isImportLibrary() ? 0 : COFFHeader->NumberOfSections; in getNumberOfSections()905 return COFFHeader->isImportLibrary() ? 0 in getPointerToSymbolTable()914 return COFFHeader->isImportLibrary() ? 0 : COFFHeader->NumberOfSymbols; in getRawNumberOfSymbols()
780 if (COFFHeader->isImportLibrary()) in initialize()924 COFFHeader && COFFHeader->isImportLibrary() ? 0 : getNumberOfSections(); in section_end()