Searched defs:rel_pc (Results 1 – 10 of 10) sorted by relevance
/system/core/libunwindstack/ |
D | Regs.cpp | 124 uint64_t GetPcAdjustment(uint64_t rel_pc, Elf* elf, ArchEnum arch) { in GetPcAdjustment()
|
D | LocalUnwinder.cpp | 105 uint64_t rel_pc = elf->GetRelPc(cur_pc, map_info); in Unwind() local
|
D | Unwinder.cpp | 95 FrameData* Unwinder::FillInFrame(MapInfo* map_info, Elf* elf, uint64_t rel_pc, in FillInFrame() 160 uint64_t rel_pc; in Unwind() local
|
D | Elf.cpp | 178 bool Elf::StepIfSignalHandler(uint64_t rel_pc, Regs* regs, Memory* process_memory) { in StepIfSignalHandler() 191 bool Elf::Step(uint64_t rel_pc, Regs* regs, Memory* process_memory, bool* finished) { in Step()
|
/system/core/libunwindstack/include/unwindstack/ |
D | LocalUnwinder.h | 49 uint64_t rel_pc; member
|
D | Unwinder.h | 43 uint64_t rel_pc; member
|
/system/core/libunwindstack/tests/ |
D | VerifyBionicTerminationTest.cpp | 48 static DwarfLocationEnum GetReturnAddressLocation(uint64_t rel_pc, DwarfSection* section) { in GetReturnAddressLocation()
|
D | RegsTest.cpp | 95 TEST_F(RegsTest, rel_pc) { in TEST_F() argument
|
D | ElfTest.cpp | 271 TEST_F(ElfTest, rel_pc) { in TEST_F() argument
|
/system/core/libbacktrace/include/backtrace/ |
D | Backtrace.h | 87 uint64_t rel_pc; // The relative pc. member
|