Searched defs:memory_address (Results 1 – 3 of 3) sorted by relevance
203 bool GetGlobalVariable(const std::string& name, uint64_t* memory_address) override { in GetGlobalVariable()231 bool GetGlobalVariable(const std::string& name, uint64_t* memory_address) override { in GetGlobalVariable()
150 bool Symbols::GetGlobal(Memory* elf_memory, const std::string& name, uint64_t* memory_address) { in GetGlobal()
489 bool ElfInterface::GetGlobalVariableWithTemplate(const std::string& name, uint64_t* memory_address)… in GetGlobalVariableWithTemplate()