Searched defs:rel_pc (Results  1 – 8 of 8) sorted by relevance
| /system/unwinding/libunwindstack/ | 
| D | Regs.cpp | 173 uint64_t GetPcAdjustment(uint64_t rel_pc, Elf* elf, ArchEnum arch) {  in GetPcAdjustment()
 | 
| D | Unwinder.cpp | 88 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
 
 | 
| D | Elf.cpp | 186 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/ | 
| D | VerifyBionicTerminationTest.cpp | 48 static DwarfLocationEnum GetReturnAddressLocation(uint64_t rel_pc, DwarfSection* section) {  in GetReturnAddressLocation()
 | 
| D | RegsTest.cpp | 98 TEST_F(RegsTest, rel_pc) {  in TEST_F()  argument
 | 
| D | ElfTest.cpp | 302 TEST_F(ElfTest, rel_pc) {  in TEST_F()  argument
 | 
| /system/unwinding/libunwindstack/include/unwindstack/ | 
| D | Unwinder.h | 44   uint64_t rel_pc;  member
 | 
| /system/core/debuggerd/proto/ | 
| D | tombstone.proto | 146   uint64 rel_pc = 1;  field
 |