Searched refs:IsHeaderValid (Results 1 – 1 of 1) sorted by relevance
2382 bool *IsHeaderValid = nullptr) { in checkHashTable() argument2389 if (IsHeaderValid) in checkHashTable()2390 *IsHeaderValid = false; in checkHashTable()2407 if (IsHeaderValid) in checkHashTable()2408 *IsHeaderValid = Obj.getBufSize() - SecOffset >= HeaderSize; in checkHashTable()2423 bool *IsHeaderValid = nullptr) { in checkGNUHashTable() argument2429 if (IsHeaderValid) in checkGNUHashTable()2430 *IsHeaderValid = TableOffset + /*Header size:*/ 16 < Obj.getBufSize(); in checkGNUHashTable()2446 bool IsHeaderValid; in printHashTable() local2447 Error Err = checkHashTable(*this, HashTable, &IsHeaderValid); in printHashTable()[all …]