Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp6137 uint64_t RelocSymValue = 0; in printStackSize() local
6153 RelocSymValue = Sym->st_value; in printStackSize()
6165 uint64_t SymValue = Resolver(R.Type, Offset, RelocSymValue, in printStackSize()