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

/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadPlanStepRange.h61 GetInstructionsForAddress(lldb::addr_t addr, size_t &range_index, size_t &insn_offset);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanStepRange.cpp293 ThreadPlanStepRange::GetInstructionsForAddress(lldb::addr_t addr, size_t &range_index, size_t &insn_offset) argument
325 insn_offset = m_instruction_ranges[i]->GetInstructionList().GetIndexOfInstructionAtLoadAddress(addr, GetTarget());
326 if (insn_offset == UINT32_MAX)
H A DProcess.cpp6551 size_t insn_offset = insn_list->GetIndexOfInstructionAtAddress (default_stop_addr);
6552 if (insn_offset == UINT32_MAX)
6557 uint32_t branch_index = insn_list->GetIndexOfNextBranchInstruction (insn_offset, target);
6563 if (branch_index > insn_offset)
/freebsd-11.0-release/contrib/binutils/bfd/
H A Delf32-ppc.c5326 size_t insn_offset = 0;
5503 insn_offset = 12;
5509 insn_offset = 0;
5524 irel->r_offset = trampoff + insn_offset;
5313 size_t insn_offset = 0; local

Completed in 88 milliseconds