Home
last modified time | relevance | path

Searched refs:IsHeaderValid (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2382 bool *IsHeaderValid = nullptr) { in checkHashTable() argument
2389 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() argument
2429 if (IsHeaderValid) in checkGNUHashTable()
2430 *IsHeaderValid = TableOffset + /*Header size:*/ 16 < Obj.getBufSize(); in checkGNUHashTable()
2446 bool IsHeaderValid; in printHashTable() local
2447 Error Err = checkHashTable(*this, HashTable, &IsHeaderValid); in printHashTable()
[all …]