Home
last modified time | relevance | path

Searched defs:elf_memory (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/system/unwinding/libunwindstack/
H A DSymbols.cpp60 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 DRegsX86_64.cpp139 auto elf_memory = elf->memory(); in StepIfSignalHandler() local
H A DArmExidx.h55 ArmExidx(RegsArm* regs, Memory* elf_memory, Memory* process_memory) in ArmExidx()
H A DMapInfo.cpp291 auto elf_memory = CreateMemory(process_memory); in GetElf() local
H A DElfInterface.cpp124 std::shared_ptr<Memory>& elf_memory) { in CreateMemoryFromCompressedSection()
/aosp_15_r20/external/elfutils/libelf/
H A Delf_memory.c41 elf_memory (char *image, size_t size) in elf_memory() function
/aosp_15_r20/system/unwinding/libunwindstack/tools/
H A Dunwind_symbols.cpp62 auto elf_memory = unwindstack::Memory::CreateFileMemory(argv[1], 0); in main() local
H A Dunwind_info.cpp109 auto elf_memory = Memory::CreateFileMemory(file, offset); in GetElfInfo() local
H A Dunwind_reg_info.cpp182 auto elf_memory = Memory::CreateFileMemory(file, offset); in GetInfo() local
/aosp_15_r20/system/unwinding/libunwindstack/tests/
H A DElfInterfaceTest.cpp2034 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 DUnwinderTest.cpp70 std::shared_ptr<Memory> elf_memory(new MemoryFake); in SetUpTestSuite() local
/aosp_15_r20/system/unwinding/libunwindstack/benchmarks/
H A DSymbolBenchmark.cpp42 auto elf_memory = unwindstack::Memory::CreateFileMemory(elf_file, 0); in RunBenchmark() local
/aosp_15_r20/system/core/debuggerd/
H A Ddebuggerd_test.cpp3193 auto elf_memory = unwindstack::Memory::CreateFileMemory(prev_file, 0); in TEST_F() local