Home
last modified time | relevance | path

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

/aosp12/system/unwinding/libunwindstack/
H A DRegs.cpp124 uint64_t GetPcAdjustment(uint64_t rel_pc, Elf* elf, ArchEnum arch) { in GetPcAdjustment()
H A DLocalUnwinder.cpp90 uint64_t rel_pc = elf->GetRelPc(cur_pc, map_info); in Unwind() local
H A DUnwinder.cpp97 FrameData* Unwinder::FillInFrame(MapInfo* map_info, Elf* elf, uint64_t rel_pc, in FillInFrame()
172 uint64_t rel_pc; in Unwind() local
H A DElf.cpp181 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 DLocalUnwinder.h49 uint64_t rel_pc; member
H A DUnwinder.h45 uint64_t rel_pc; member
/aosp12/system/unwinding/libunwindstack/tests/
H A DVerifyBionicTerminationTest.cpp48 static DwarfLocationEnum GetReturnAddressLocation(uint64_t rel_pc, DwarfSection* section) { in GetReturnAddressLocation()
H A DRegsTest.cpp95 TEST_F(RegsTest, rel_pc) { in TEST_F() argument
H A DElfTest.cpp292 TEST_F(ElfTest, rel_pc) { in TEST_F() argument
/aosp12/bionic/libc/malloc_debug/
H A DMapData.cpp180 const MapEntry* MapData::find(uintptr_t pc, uintptr_t* rel_pc) { in find()
H A Dbacktrace.cpp148 uintptr_t rel_pc = offset; in backtrace_string() local
/aosp12/system/unwinding/libbacktrace/include/backtrace/
H A DBacktrace.h87 uint64_t rel_pc; // The relative pc. member
/aosp12/art/runtime/dex/
H A Ddex_file_annotations.cc1707 int32_t GetLineNumFromPC(const DexFile* dex_file, ArtMethod* method, uint32_t rel_pc) { in GetLineNumFromPC()