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

/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadPlanStepRange.h62 GetInstructionsForAddress(lldb::addr_t addr, size_t &range_index, size_t &insn_offset);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanStepRange.cpp270 ThreadPlanStepRange::GetInstructionsForAddress(lldb::addr_t addr, size_t &range_index, size_t &insn_offset) argument
301 insn_offset = m_instruction_ranges[i]->GetInstructionList().GetIndexOfInstructionAtLoadAddress(addr, GetTarget());
302 if (insn_offset == UINT32_MAX)
/freebsd-10.0-release/contrib/binutils/bfd/
H A Delf32-ppc.c5190 size_t insn_offset = 0;
5367 insn_offset = 12;
5373 insn_offset = 0;
5388 irel->r_offset = trampoff + insn_offset;
5177 size_t insn_offset = 0; local

Completed in 101 milliseconds