Home
last modified time | relevance | path

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

/aosp12/system/unwinding/libunwindstack/
H A DSymbols.cpp167 bool Symbols::GetGlobal(Memory* elf_memory, const std::string& name, uint64_t* memory_address) { in GetGlobal() argument
172 *memory_address = it->second.value(); in GetGlobal()
192 *memory_address = entry.st_value; in GetGlobal()
H A DSymbols.h50 bool GetGlobal(Memory* elf_memory, const std::string& name, uint64_t* memory_address);
H A DElfInterface.cpp440 uint64_t* memory_address) { in GetGlobalVariable() argument
446 if (symbol->template GetGlobal<SymType>(memory_, name, memory_address)) { in GetGlobalVariable()
/aosp12/system/unwinding/libunwindstack/include/unwindstack/
H A DElfInterface.h84 virtual bool GetGlobalVariable(const std::string& name, uint64_t* memory_address) = 0;
208 bool GetGlobalVariable(const std::string& name, uint64_t* memory_address) override;