Home
last modified time | relevance | path

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

/system/core/libunwindstack/
DElf.cpp115 bool Elf::GetGlobalVariableOffset(const std::string& name, uint64_t* memory_offset) { in GetGlobalVariableOffset() argument
136 *memory_offset = vaddr - vaddr_start + interface_->data_offset(); in GetGlobalVariableOffset()
143 *memory_offset = vaddr - vaddr_start + interface_->dynamic_offset(); in GetGlobalVariableOffset()
/system/core/libunwindstack/include/unwindstack/
DElf.h66 bool GetGlobalVariableOffset(const std::string& name, uint64_t* memory_offset);