Searched defs:rel_pc (Results 1 – 13 of 13) sorted by relevance
/aosp12/system/unwinding/libunwindstack/ |
H A D | Regs.cpp | 124 uint64_t GetPcAdjustment(uint64_t rel_pc, Elf* elf, ArchEnum arch) { in GetPcAdjustment()
|
H A D | LocalUnwinder.cpp | 90 uint64_t rel_pc = elf->GetRelPc(cur_pc, map_info); in Unwind() local
|
H A D | Unwinder.cpp | 97 FrameData* Unwinder::FillInFrame(MapInfo* map_info, Elf* elf, uint64_t rel_pc, in FillInFrame() 172 uint64_t rel_pc; in Unwind() local
|
H A D | Elf.cpp | 181 bool Elf::StepIfSignalHandler(uint64_t rel_pc, Regs* regs, Memory* process_memory) { in StepIfSignalHandler() 194 bool Elf::Step(uint64_t rel_pc, Regs* regs, Memory* process_memory, bool* finished, in Step()
|
/aosp12/system/unwinding/libunwindstack/include/unwindstack/ |
H A D | LocalUnwinder.h | 49 uint64_t rel_pc; member
|
H A D | Unwinder.h | 45 uint64_t rel_pc; member
|
/aosp12/system/unwinding/libunwindstack/tests/ |
H A D | VerifyBionicTerminationTest.cpp | 48 static DwarfLocationEnum GetReturnAddressLocation(uint64_t rel_pc, DwarfSection* section) { in GetReturnAddressLocation()
|
H A D | RegsTest.cpp | 95 TEST_F(RegsTest, rel_pc) { in TEST_F() argument
|
H A D | ElfTest.cpp | 292 TEST_F(ElfTest, rel_pc) { in TEST_F() argument
|
/aosp12/bionic/libc/malloc_debug/ |
H A D | MapData.cpp | 180 const MapEntry* MapData::find(uintptr_t pc, uintptr_t* rel_pc) { in find()
|
H A D | backtrace.cpp | 148 uintptr_t rel_pc = offset; in backtrace_string() local
|
/aosp12/system/unwinding/libbacktrace/include/backtrace/ |
H A D | Backtrace.h | 87 uint64_t rel_pc; // The relative pc. member
|
/aosp12/art/runtime/dex/ |
H A D | dex_file_annotations.cc | 1707 int32_t GetLineNumFromPC(const DexFile* dex_file, ArtMethod* method, uint32_t rel_pc) { in GetLineNumFromPC()
|