Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/
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()
DSymbols.h50 bool GetGlobal(Memory* elf_memory, const std::string& name, uint64_t* memory_address);
DElfInterface.cpp440 uint64_t* memory_address) { in GetGlobalVariable() argument
446 if (symbol->template GetGlobal<SymType>(memory_, name, memory_address)) { in GetGlobalVariable()
/system/unwinding/libunwindstack/include/unwindstack/
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;