Home
last modified time | relevance | path

Searched defs:Elf (Results 1 – 7 of 7) sorted by relevance

/system/unwinding/libunwindstack/include/unwindstack/
DJitDebug.h29 class Elf; variable
DElf.h40 Elf(std::shared_ptr<Memory>& memory) : memory_(memory) {} in Elf() function
DRegs.h32 class Elf; variable
DUnwinder.h38 class Elf; variable
/system/security/keystore2/src/async_task/
Dtests.rs35 struct Elf { in test_shelf() struct
36 pub name: String, in test_shelf()
/system/unwinding/libunwindstack/utils/
DRegsFake.h56 bool StepIfSignalHandler(uint64_t, Elf*, Memory*) override { return false; } in StepIfSignalHandler() argument
88 bool StepIfSignalHandler(uint64_t, Elf*, Memory*) override { return false; } in StepIfSignalHandler() argument
/system/unwinding/libunwindstack/
DUnwinder.cpp93 FrameData* Unwinder::FillInFrame(std::shared_ptr<MapInfo>& map_info, Elf* /*elf*/, uint64_t rel_pc, in FillInFrame() argument