Searched refs:CreateFileMemory (Results 1 – 9 of 9) sorted by relevance
/system/unwinding/libunwindstack/include/unwindstack/ |
D | Memory.h | 41 static std::unique_ptr<Memory> CreateFileMemory(const std::string& path, uint64_t offset,
|
/system/unwinding/libunwindstack/tools/ |
D | unwind_symbols.cpp | 62 unwindstack::Elf elf(unwindstack::Memory::CreateFileMemory(argv[1], 0).release()); in main()
|
D | unwind_info.cpp | 109 Elf elf(Memory::CreateFileMemory(file, offset).release()); in GetElfInfo()
|
D | unwind_reg_info.cpp | 175 Elf elf(Memory::CreateFileMemory(file, offset).release()); in GetInfo()
|
/system/unwinding/libunwindstack/tests/ |
D | VerifyBionicTerminationTest.cpp | 72 Elf elf(Memory::CreateFileMemory(frame.map_name, 0).release()); in VerifyReturnAddress()
|
/system/unwinding/libunwindstack/benchmarks/ |
D | ElfBenchmark.cpp | 45 auto file_memory = unwindstack::Memory::CreateFileMemory(elf_file, 0); in BenchmarkElfCreate()
|
D | SymbolBenchmark.cpp | 48 unwindstack::Elf elf(unwindstack::Memory::CreateFileMemory(elf_file, 0).release()); in BenchmarkSymbolLookup()
|
/system/unwinding/libunwindstack/ |
D | DexFile.cpp | 72 std::unique_ptr<Memory> memory = Memory::CreateFileMemory(map->name(), offset_in_file, size); in CreateFromDisk()
|
D | Memory.cpp | 204 std::unique_ptr<Memory> Memory::CreateFileMemory(const std::string& path, uint64_t offset, in CreateFileMemory() function in unwindstack::Memory
|