Home
last modified time | relevance | path

Searched refs:insn_offset (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DThreadPlanStepRange.cpp255 lldb::addr_t addr, size_t &range_index, size_t &insn_offset) { in GetInstructionsForAddress() argument
278 insn_offset = in GetInstructionsForAddress()
282 if (insn_offset == UINT32_MAX) in GetInstructionsForAddress()
DProcess.cpp5843 size_t insn_offset = in AdvanceAddressToNextBranchInstruction() local
5845 if (insn_offset == UINT32_MAX) { in AdvanceAddressToNextBranchInstruction()
5850 insn_offset, false /* ignore_calls*/, nullptr); in AdvanceAddressToNextBranchInstruction()
5855 if (branch_index > insn_offset) { in AdvanceAddressToNextBranchInstruction()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
DThreadPlanStepRange.h53 size_t &insn_offset);
/freebsd-12-stable/contrib/binutils/bfd/
Delf32-ppc.c5313 size_t insn_offset = 0; in ppc_elf_relax_section() local
5490 insn_offset = 12; in ppc_elf_relax_section()
5496 insn_offset = 0; in ppc_elf_relax_section()
5511 irel->r_offset = trampoff + insn_offset; in ppc_elf_relax_section()