Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DSyntheticSections.cpp2483 uint32_t hash = hashSysV(name) % numSymbols; in writeTo()
3059 write32(buf + 8, hashSysV(name)); // vd_hash in writeOne()
3165 vn.vernauxs.push_back({hashSysV(ver), in finalizeContents()
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DELF.h1224 inline unsigned hashSysV(StringRef SymbolName) { in hashSysV() function