Home | History | Annotate | Download | only in unwindstack

Lines Matching defs:memory

22 #include <memory>
29 #include <unwindstack/Memory.h>
53 Elf(Memory* memory) : memory_(memory) {}
68 bool Step(uint64_t rel_pc, uint64_t adjusted_rel_pc, Regs* regs, Memory* process_memory,
71 ElfInterface* CreateInterfaceFromMemory(Memory* memory);
89 Memory* memory() { return memory_.get(); }
95 static bool IsValidElf(Memory* memory);
97 static void GetInfo(Memory* memory, bool* valid, uint64_t* size);
99 static uint64_t GetLoadBias(Memory* memory);
114 std::unique_ptr<Memory> memory_;
121 std::unique_ptr<Memory> gnu_debugdata_memory_;