Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2477 bool *IsHeaderValid = nullptr) { in checkHashTable() argument
2484 if (IsHeaderValid) in checkHashTable()
2485 *IsHeaderValid = false; in checkHashTable()
2502 if (IsHeaderValid) in checkHashTable()
2503 *IsHeaderValid = Obj.getBufSize() - SecOffset >= HeaderSize; in checkHashTable()
2518 bool *IsHeaderValid = nullptr) { in checkGNUHashTable() argument
2524 if (IsHeaderValid) in checkGNUHashTable()
2525 *IsHeaderValid = TableOffset + /*Header size:*/ 16 < Obj.getBufSize(); in checkGNUHashTable()
2541 bool IsHeaderValid; in printHashTable() local
2542 Error Err = checkHashTable(*this, HashTable, &IsHeaderValid); in printHashTable()
[all …]