Searched defs:Elf (Results 1 – 11 of 11) sorted by relevance
/system/core/libunwindstack/tests/ |
D | RegsFake.h | 57 uint64_t GetPcAdjustment(uint64_t, Elf*) override { return 2; } in GetPcAdjustment() argument 59 bool StepIfSignalHandler(uint64_t, Elf*, Memory*) override { return false; } in StepIfSignalHandler() argument 89 uint64_t GetPcAdjustment(uint64_t, Elf*) override { return 0; } in GetPcAdjustment() argument 91 bool StepIfSignalHandler(uint64_t, Elf*, Memory*) override { return false; } in StepIfSignalHandler() argument
|
/system/core/libunwindstack/include/unwindstack/ |
D | JitDebug.h | 33 class Elf; variable
|
D | LocalUnwinder.h | 35 class Elf; variable
|
D | Regs.h | 30 class Elf; variable
|
D | Elf.h | 53 Elf(Memory* memory) : memory_(memory) {} in Elf() function
|
D | Unwinder.h | 37 class Elf; variable
|
/system/core/libunwindstack/ |
D | RegsArm64.cpp | 55 uint64_t RegsArm64::GetPcAdjustment(uint64_t rel_pc, Elf*) { in GetPcAdjustment() argument
|
D | RegsMips64.cpp | 55 uint64_t RegsMips64::GetPcAdjustment(uint64_t rel_pc, Elf*) { in GetPcAdjustment() argument
|
D | RegsX86_64.cpp | 54 uint64_t RegsX86_64::GetPcAdjustment(uint64_t rel_pc, Elf*) { in GetPcAdjustment() argument
|
D | RegsMips.cpp | 55 uint64_t RegsMips::GetPcAdjustment(uint64_t rel_pc, Elf*) { in GetPcAdjustment() argument
|
D | RegsX86.cpp | 53 uint64_t RegsX86::GetPcAdjustment(uint64_t rel_pc, Elf*) { in GetPcAdjustment() argument
|