Home
last modified time | relevance | path

Searched defs:rel_pc (Results 1 – 8 of 8) sorted by relevance

/system/unwinding/libunwindstack/
DRegs.cpp173 uint64_t GetPcAdjustment(uint64_t rel_pc, Elf* elf, ArchEnum arch) { in GetPcAdjustment()
DUnwinder.cpp88 FrameData* Unwinder::FillInFrame(std::shared_ptr<MapInfo>& map_info, Elf* /*elf*/, uint64_t rel_pc, in FillInFrame()
145 uint64_t rel_pc; in Unwind() local
DElf.cpp186 bool Elf::StepIfSignalHandler(uint64_t rel_pc, Regs* regs, Memory* process_memory) { in StepIfSignalHandler()
199 bool Elf::Step(uint64_t rel_pc, Regs* regs, Memory* process_memory, bool* finished, in Step()
/system/unwinding/libunwindstack/tests/
DVerifyBionicTerminationTest.cpp48 static DwarfLocationEnum GetReturnAddressLocation(uint64_t rel_pc, DwarfSection* section) { in GetReturnAddressLocation()
DRegsTest.cpp98 TEST_F(RegsTest, rel_pc) { in TEST_F() argument
DElfTest.cpp302 TEST_F(ElfTest, rel_pc) { in TEST_F() argument
/system/unwinding/libunwindstack/include/unwindstack/
DUnwinder.h44 uint64_t rel_pc; member
/system/core/debuggerd/proto/
Dtombstone.proto146 uint64 rel_pc = 1; field