Home
last modified time | relevance | path

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

/aosp12/system/unwinding/libunwindstack/include/unwindstack/
H A DJitDebug.h30 class Elf; variable
H A DLocalUnwinder.h35 class Elf; variable
H A DElf.h45 Elf(Memory* memory) : memory_(memory) {} in Elf() function
H A DRegs.h32 class Elf; variable
H A DUnwinder.h39 class Elf; variable
/aosp12/system/unwinding/libunwindstack/tests/
H A DRegsFake.h57 bool StepIfSignalHandler(uint64_t, Elf*, Memory*) override { return false; } in StepIfSignalHandler() argument
89 bool StepIfSignalHandler(uint64_t, Elf*, Memory*) override { return false; } in StepIfSignalHandler() argument
/aosp12/system/security/keystore2/src/
H A Dasync_task.rs281 struct Elf { in test_shelf() struct
282 pub name: String, in test_shelf()