Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2581 bool *IsHeaderValid = nullptr) { in checkHashTable() argument
2588 if (IsHeaderValid) in checkHashTable()
2589 *IsHeaderValid = false; in checkHashTable()
2606 if (IsHeaderValid) in checkHashTable()
2607 *IsHeaderValid = Obj.getBufSize() - SecOffset >= HeaderSize; in checkHashTable()
2622 bool *IsHeaderValid = nullptr) { in checkGNUHashTable() argument
2628 if (IsHeaderValid) in checkGNUHashTable()
2629 *IsHeaderValid = TableOffset + /*Header size:*/ 16 < Obj.getBufSize(); in checkGNUHashTable()
2645 bool IsHeaderValid; in printHashTable() local
2646 Error Err = checkHashTable(*this, HashTable, &IsHeaderValid); in printHashTable()
[all …]