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.cpp2638 bool *IsHeaderValid = nullptr) { in checkHashTable() argument
2645 if (IsHeaderValid) in checkHashTable()
2646 *IsHeaderValid = false; in checkHashTable()
2663 if (IsHeaderValid) in checkHashTable()
2664 *IsHeaderValid = Obj.getBufSize() - SecOffset >= HeaderSize; in checkHashTable()
2679 bool *IsHeaderValid = nullptr) { in checkGNUHashTable() argument
2685 if (IsHeaderValid) in checkGNUHashTable()
2686 *IsHeaderValid = TableOffset + /*Header size:*/ 16 < Obj.getBufSize(); in checkGNUHashTable()
2702 bool IsHeaderValid; in printHashTable() local
2703 Error Err = checkHashTable(*this, HashTable, &IsHeaderValid); in printHashTable()
[all …]