Searched refs:isImportLibrary (Results 1 – 2 of 2) sorted by relevance
84 bool isImportLibrary() const { return NumberOfSections == 0xffff; } in isImportLibrary() function915 return COFFHeader->isImportLibrary() ? 0 in getSizeOfOptionalHeader()925 return COFFHeader->isImportLibrary() ? 0 : COFFHeader->Characteristics; in getCharacteristics()943 return COFFHeader->isImportLibrary() ? 0 : COFFHeader->NumberOfSections; in getNumberOfSections()951 return COFFHeader->isImportLibrary() ? 0 in getPointerToSymbolTable()960 return COFFHeader->isImportLibrary() ? 0 : COFFHeader->NumberOfSymbols; in getRawNumberOfSymbols()
891 if (COFFHeader->isImportLibrary()) in initialize()1037 COFFHeader && COFFHeader->isImportLibrary() ? 0 : getNumberOfSections(); in section_end()