Searched defs:elf_memory (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/system/unwinding/libunwindstack/ |
H A D | Symbols.cpp | 60 Symbols::Info* Symbols::BinarySearch(uint64_t addr, Memory* elf_memory, uint64_t* func_offset) { in BinarySearch() 106 void Symbols::BuildRemapTable(Memory* elf_memory) { in BuildRemapTable() 149 bool Symbols::GetName(uint64_t addr, Memory* elf_memory, SharedString* name, in GetName() 195 bool Symbols::GetGlobal(Memory* elf_memory, const std::string& name, uint64_t* memory_address) { in GetGlobal()
|
H A D | RegsX86_64.cpp | 139 auto elf_memory = elf->memory(); in StepIfSignalHandler() local
|
H A D | ArmExidx.h | 55 ArmExidx(RegsArm* regs, Memory* elf_memory, Memory* process_memory) in ArmExidx()
|
H A D | MapInfo.cpp | 291 auto elf_memory = CreateMemory(process_memory); in GetElf() local
|
H A D | ElfInterface.cpp | 124 std::shared_ptr<Memory>& elf_memory) { in CreateMemoryFromCompressedSection()
|
/aosp_15_r20/external/elfutils/libelf/ |
H A D | elf_memory.c | 41 elf_memory (char *image, size_t size) in elf_memory() function
|
/aosp_15_r20/system/unwinding/libunwindstack/tools/ |
H A D | unwind_symbols.cpp | 62 auto elf_memory = unwindstack::Memory::CreateFileMemory(argv[1], 0); in main() local
|
H A D | unwind_info.cpp | 109 auto elf_memory = Memory::CreateFileMemory(file, offset); in GetElfInfo() local
|
H A D | unwind_reg_info.cpp | 182 auto elf_memory = Memory::CreateFileMemory(file, offset); in GetInfo() local
|
/aosp_15_r20/system/unwinding/libunwindstack/tests/ |
H A D | ElfInterfaceTest.cpp | 2034 auto elf_memory = Memory::CreateFileMemory(lib_dir + "libc.so", 0); in TEST_F() local 2099 std::shared_ptr<Memory> elf_memory( in TEST_F() local 2124 auto elf_memory = Memory::CreateFileMemory(TestGetFileDirectory() + "libs/elf_bad_compress", 0); in TEST_F() local
|
H A D | UnwinderTest.cpp | 70 std::shared_ptr<Memory> elf_memory(new MemoryFake); in SetUpTestSuite() local
|
/aosp_15_r20/system/unwinding/libunwindstack/benchmarks/ |
H A D | SymbolBenchmark.cpp | 42 auto elf_memory = unwindstack::Memory::CreateFileMemory(elf_file, 0); in RunBenchmark() local
|
/aosp_15_r20/system/core/debuggerd/ |
H A D | debuggerd_test.cpp | 3193 auto elf_memory = unwindstack::Memory::CreateFileMemory(prev_file, 0); in TEST_F() local
|