Home
last modified time | relevance | path

Searched defs:pc (Results 1 – 25 of 44) sorted by relevance

12

/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
Ddfx_accessors.cpp46 bool DfxAccessors::GetMapByPcAndCtx(uintptr_t pc, std::shared_ptr<DfxMap>& map, void *arg) in GetMapByPcAndCtx()
131 int DfxAccessorsLocal::FindUnwindTable(uintptr_t pc, UnwindTableInfo& uti, void *arg) in FindUnwindTable()
155 int DfxAccessorsLocal::GetMapByPc(uintptr_t pc, std::shared_ptr<DfxMap>& map, void *arg) in GetMapByPc()
228 int DfxAccessorsRemote::FindUnwindTable(uintptr_t pc, UnwindTableInfo& uti, void *arg) in FindUnwindTable()
253 int DfxAccessorsRemote::GetMapByPc(uintptr_t pc, std::shared_ptr<DfxMap>& map, void *arg) in GetMapByPc()
277 int DfxAccessorsCustomize::FindUnwindTable(uintptr_t pc, UnwindTableInfo& uti, void *arg) in FindUnwindTable()
285 int DfxAccessorsCustomize::GetMapByPc(uintptr_t pc, std::shared_ptr<DfxMap>& map, void *arg) in GetMapByPc()
Ddfx_hap.cpp43 bool DfxHap::ParseHapInfo(pid_t pid, uint64_t pc, uintptr_t methodid, std::shared_ptr<DfxMap> map, in ParseHapInfo()
74 bool DfxHap::ParseHapFileInfo(uint64_t pc, uintptr_t methodid, std::shared_ptr<DfxMap> map, JsFunct… in ParseHapFileInfo()
92 bool DfxHap::ParseHapMemInfo(pid_t pid, uint64_t pc, uintptr_t methodid, std::shared_ptr<DfxMap> ma… in ParseHapMemInfo()
Ddfx_regs.cpp165 void DfxRegs::SetSpecialRegs(uintptr_t fp, uintptr_t lr, uintptr_t sp, uintptr_t pc) in SetSpecialRegs()
190 void DfxRegs::SetPc(uintptr_t pc) in SetPc()
213 uintptr_t fp = 0, lr = 0, sp = 0, pc = 0; in GetSpecialRegsName() local
248 uintptr_t fp = 0, lr = 0, sp = 0, pc = 0; in PrintSpecialRegs() local
Ddwarf_cfa_instructions.cpp35 bool DwarfCfaInstructions::Iterate(uintptr_t pc, FrameDescEntry fde, in Iterate()
309 bool DwarfCfaInstructions::Parse(uintptr_t pc, FrameDescEntry fde, RegLocState &rsState) in Parse()
Ddwarf_section.cpp36 bool DwarfSection::LinearSearchEntry(uintptr_t pc, struct UnwindTableInfo uti, struct UnwindEntryIn… in LinearSearchEntry()
60 bool DwarfSection::SearchEntry(uintptr_t pc, struct UnwindTableInfo uti, struct UnwindEntryInfo& ue… in SearchEntry()
117 bool DwarfSection::Step(uintptr_t pc, uintptr_t fdeAddr, std::shared_ptr<RegLocState> rs) in Step()
Dunwinder.cpp207 uintptr_t pc = 0; member
379 bool Unwinder::Step(uintptr_t& pc, uintptr_t& sp, void *ctx) in Step()
384 bool Unwinder::FpStep(uintptr_t& fp, uintptr_t& pc, void *ctx) in FpStep()
419 bool Unwinder::GetFrameByPc(uintptr_t pc, std::shared_ptr<DfxMaps> maps, DfxFrame& frame) in GetFrameByPc()
820 uintptr_t pc = regs_->GetPc(); in UnwindByFp() local
835 bool Unwinder::Impl::FpStep(uintptr_t& fp, uintptr_t& pc, void *ctx) in FpStep()
866 bool Unwinder::Impl::Step(uintptr_t& pc, uintptr_t& sp, void *ctx) in Step()
1100 void Unwinder::Impl::DoPcAdjust(uintptr_t& pc) in DoPcAdjust()
1272 bool Unwinder::Impl::GetFrameByPc(uintptr_t pc, std::shared_ptr<DfxMaps> maps, DfxFrame &frame) in GetFrameByPc()
1350 bool Unwinder::GetSymbolByPc(uintptr_t pc, std::shared_ptr<DfxMaps> maps, std::string& funcName, ui… in GetSymbolByPc()
Ddfx_regs_arm64.cpp141 bool DfxRegsArm64::StepIfSignalFrame(uintptr_t pc, std::shared_ptr<DfxMemory> memory) in StepIfSignalFrame()
Ddfx_regs_x86_64.cpp97 bool DfxRegsX86_64::StepIfSignalFrame(uintptr_t pc, std::shared_ptr<DfxMemory> memory) in StepIfSignalFrame()
Ddfx_regs_riscv64.cpp141 bool DfxRegsRiscv64::StepIfSignalFrame(uintptr_t pc, std::shared_ptr<DfxMemory> memory) in StepIfSignalFrame()
Ddfx_frame_formatter.cpp57 uint64_t pc = frame->relPc == 0 ? frame->pc : frame->relPc; in GetFrameStr() local
Ddfx_regs_arm.cpp126 bool DfxRegsArm::StepIfSignalFrame(uintptr_t pc, std::shared_ptr<DfxMemory> memory) in StepIfSignalFrame()
Ddfx_ark.cpp185 uintptr_t *fp, uintptr_t *sp, uintptr_t *pc, uintptr_t* methodid, bool *isJsFrame) in StepArkFrame()
231 int DfxArk::GetArkNativeFrameInfo(int pid, uintptr_t& pc, uintptr_t& fp, uintptr_t& sp, JsFrame* fr… in GetArkNativeFrameInfo()
Ddfx_elf.cpp399 uint64_t DfxElf::GetRelPc(uint64_t pc, uint64_t mapStart, uint64_t mapOffset) in GetRelPc()
766 int DfxElf::FindUnwindTableInfo(uintptr_t pc, std::shared_ptr<DfxMap> map, struct UnwindTableInfo& … in FindUnwindTableInfo()
821 int DfxElf::FindUnwindTableLocal(uintptr_t pc, struct UnwindTableInfo& uti) in FindUnwindTableLocal()
867 uintptr_t pc = cbData->pc; in DlPhdrCb() local
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
Dfp_unwinder_test.cpp49 uintptr_t pc = regs[0]; variable
81 uintptr_t pc = regs[0]; variable
Ddfx_hap_test.cpp46 uint64_t pc = 1; variable
117 uint64_t pc = 1; variable
Dmaps_test.cpp143 uint64_t pc = 0xf6d83001; variable
146 uint64_t pc = 0x7f0ab40016; variable
Dark_test.cpp195 uintptr_t *pc = &zero; variable
219 uintptr_t *pc = &zero; variable
265 uintptr_t& pc = zero; variable
/base/hiviewdfx/faultloggerd/test/fuzztest/faultloggerdunwinder_fuzzer/
Dfaultloggerdunwinder_fuzzer.cpp43 uintptr_t pc; in TestGetArkNativeFrameInfo() local
64 uintptr_t pc; in TestStepArkFrame() local
86 uintptr_t pc; in TestStepArkFrameWithJit() local
126 uintptr_t pc; in TestParseArkFrameInfoLocal() local
182 uint64_t pc; in TestDfxHap() local
/base/hiviewdfx/faultloggerd/test/funchook/
Ddfx_hook_utils.c54 unw_word_t pc; in LogBacktrace() local
/base/hiviewdfx/faultloggerd/interfaces/common/
Ddfx_frame.h64 DfxFrame(uint64_t pc, uint64_t sp = 0) : pc(pc), sp(sp) {} in pc() function
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
Ddfx_elf.h27 uintptr_t pc; member
/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/include/
Dsample_stack_printer.h30 uintptr_t pc; member
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwind/
Dunwind_local_benchmark.cpp68 unw_word_t pc = 0; in UnwindLocal() local
/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/
Dthread_sampler.cpp58 int ThreadSampler::FindUnwindTable(uintptr_t pc, UnwindTableInfo& outTableInfo, void *arg) in FindUnwindTable()
103 int ThreadSampler::GetMapByPc(uintptr_t pc, std::shared_ptr<DfxMap>& map, void *arg) in GetMapByPc()
/base/hiviewdfx/faultloggerd/tools/process_dump/
Ddfx_unwind_async_thread.cpp144 auto createFrame = [maps, unwinder] (size_t index, uintptr_t pc, uintptr_t sp = 0) { in UnwindThreadFallback()

12