Home
last modified time | relevance | path

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

/system/core/libunwindstack/
DSymbols.cpp107 bool Symbols::GetGlobal(Memory* elf_memory, const std::string& name, uint64_t* memory_address) { in GetGlobal()
DElf.cpp115 bool Elf::GetGlobalVariable(const std::string& name, uint64_t* memory_address) { in GetGlobalVariable()
DElfInterface.cpp446 bool ElfInterface::GetGlobalVariableWithTemplate(const std::string& name, uint64_t* memory_address)… in GetGlobalVariableWithTemplate()
/system/core/libunwindstack/include/unwindstack/
DElfInterface.h192 bool GetGlobalVariable(const std::string& name, uint64_t* memory_address) override { in GetGlobalVariable()
222 bool GetGlobalVariable(const std::string& name, uint64_t* memory_address) override { in GetGlobalVariable()