Searched refs:CreateFileMemory (Results  1 – 10 of 10) sorted by relevance
| /system/unwinding/libunwindstack/include/unwindstack/ | 
| D | Memory.h | 40   static std::unique_ptr<Memory> CreateFileMemory(const std::string& path, uint64_t offset,
  | 
| /system/unwinding/libunwindstack/tools/ | 
| D | unwind_symbols.cpp | 59   unwindstack::Elf elf(unwindstack::Memory::CreateFileMemory(argv[1], 0).release());  in main()
  | 
| D | unwind_info.cpp | 106   Elf elf(Memory::CreateFileMemory(file, offset).release());  in GetElfInfo()
  | 
| D | unwind_reg_info.cpp | 174   Elf elf(Memory::CreateFileMemory(file, offset).release());  in GetInfo()
  | 
| /system/unwinding/libunwindstack/tests/ | 
| D | VerifyBionicTerminationTest.cpp | 72   Elf elf(Memory::CreateFileMemory(frame.map_info->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 | 70   std::unique_ptr<Memory> memory = Memory::CreateFileMemory(map->name(), offset_in_file, size);  in CreateFromDisk()
  | 
| D | Memory.cpp | 193 std::unique_ptr<Memory> Memory::CreateFileMemory(const std::string& path, uint64_t offset,  in CreateFileMemory()  function in unwindstack::Memory
  | 
| /system/core/debuggerd/ | 
| D | debuggerd_test.cpp | 2696     unwindstack::Elf elf(unwindstack::Memory::CreateFileMemory(prev_file, 0).release());  in TEST_F()
  |