Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp336 uint64_t SymValue, std::optional<const Elf_Shdr *> FunctionSec);
337 bool printFunctionStackSize(uint64_t SymValue,
6408 uint64_t SymValue, std::optional<const Elf_Shdr *> FunctionSec) { in getSymbolIndexesForFunctionAddress() argument
6442 auto Symbols = this->AddressToIndexMap->find(SymValue); in getSymbolIndexesForFunctionAddress()
6474 uint64_t SymValue, std::optional<const Elf_Shdr *> FunctionSec, in printFunctionStackSize() argument
6477 this->getSymbolIndexesForFunctionAddress(SymValue, FunctionSec); in printFunctionStackSize()
6563 uint64_t SymValue = Resolver(R.Type, Offset, RelocSymValue, in printStackSize() local
6565 this->printFunctionStackSize(SymValue, FunctionSec, StackSizeSec, Data, in printStackSize()
6591 uint64_t SymValue = Data.getAddress(&Offset); in printNonRelocatableStackSizes() local
6592 if (!printFunctionStackSize(SymValue, /*FunctionSec=*/std::nullopt, Sec, in printNonRelocatableStackSizes()