| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
| H A D | DNBBreakpoint.h | 38 nub_size_t *opcode_offset) const { in IntersectsRange() argument 50 if (intersect_addr || intersect_size || opcode_offset) { in IntersectsRange() 57 if (opcode_offset) in IntersectsRange() 58 *opcode_offset = addr - m_addr; in IntersectsRange() 65 if (opcode_offset) in IntersectsRange() 66 *opcode_offset = 0; in IntersectsRange()
|
| H A D | DNBBreakpoint.cpp | 141 nub_size_t opcode_offset; in RemoveTrapsFromBuffer() local 144 &opcode_offset)) { in RemoveTrapsFromBuffer() 148 assert(opcode_offset + intersect_size <= bp.ByteSize()); in RemoveTrapsFromBuffer() 150 ::memcpy(buf + buf_offset, bp.SavedOpcodeBytes() + opcode_offset, in RemoveTrapsFromBuffer()
|
| /openbsd-src/gnu/llvm/lldb/source/Breakpoint/ |
| H A D | BreakpointSite.cpp | 162 size_t *opcode_offset) const { in IntersectsRange() 179 if (intersect_addr || intersect_size || opcode_offset) { in IntersectsRange() 186 if (opcode_offset) in IntersectsRange() 187 *opcode_offset = addr - m_addr; in IntersectsRange() 194 if (opcode_offset) in IntersectsRange() 195 *opcode_offset = 0; in IntersectsRange()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
| H A D | tc-ns32k.h | 94 unsigned int opcode_offset; \ 103 #define fix_opcode_offset(X) (X)->tc_fix_data.opcode_offset
|
| H A D | tc-ns32k.c | 1324 unsigned int opcode_offset) in fix_new_ns32k() argument 1332 fix_opcode_offset (fixP) = opcode_offset; in fix_new_ns32k() 1353 unsigned int opcode_offset) in fix_new_ns32k_exp() argument 1360 fix_opcode_offset (fixP) = opcode_offset; in fix_new_ns32k_exp()
|
| /openbsd-src/gnu/usr.bin/binutils/gas/config/ |
| H A D | tc-ns32k.h | 110 unsigned int opcode_offset; \ 119 #define fix_opcode_offset(X) (X)->tc_fix_data.opcode_offset
|
| H A D | tc-ns32k.c | 2251 im_disp, bit_fixP, bsr, opcode_frag, opcode_offset) in fix_new_ns32k() argument 2265 unsigned int opcode_offset; 2277 fix_opcode_offset (fixP) = opcode_offset; 2287 im_disp, bit_fixP, bsr, opcode_frag, opcode_offset) in fix_new_ns32k_exp() argument 2300 unsigned int opcode_offset; 2311 fix_opcode_offset (fixP) = opcode_offset;
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointSite.h | 75 size_t *opcode_offset) const;
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | Process.cpp | 1731 size_t opcode_offset; in RemoveBreakpointOpcodesFromBuffer() local 1733 &intersect_size, &opcode_offset)) { in RemoveBreakpointOpcodesFromBuffer() 1737 assert(opcode_offset + intersect_size <= bp_site->GetByteSize()); in RemoveBreakpointOpcodesFromBuffer() 1740 bp_site->GetSavedOpcodeBytes() + opcode_offset, in RemoveBreakpointOpcodesFromBuffer() 2164 size_t opcode_offset; in WriteMemory() local 2166 addr, size, &intersect_addr, &intersect_size, &opcode_offset); in WriteMemory() 2172 assert(opcode_offset + intersect_size <= bp->GetByteSize()); in WriteMemory() 2193 ::memcpy(bp->GetSavedOpcodeBytes() + opcode_offset, ubuf + bytes_written, in WriteMemory()
|
| /openbsd-src/gnu/llvm/lldb/source/Expression/ |
| H A D | DWARFExpression.cpp | 538 lldb::offset_t &opcode_offset, in Evaluate_DW_OP_entry_value() argument 689 const uint32_t subexpr_len = opcodes.GetULEB128(&opcode_offset); in Evaluate_DW_OP_entry_value() 690 const void *subexpr_data = opcodes.GetData(&opcode_offset, subexpr_len); in Evaluate_DW_OP_entry_value()
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/ |
| H A D | MachProcess.mm | 1724 nub_size_t opcode_offset; 1731 addr, size, &intersect_addr, &intersect_size, &opcode_offset); 1737 assert(opcode_offset + intersect_size <= bp->ByteSize()); 1758 ::memcpy(bp->SavedOpcodeBytes() + opcode_offset, ubuf + bytes_written,
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/ |
| H A D | ChangeLog-9697 | 264 opcode_frag and opcode_offset and remove pcrel_adjust. 265 (TC_FIX_TYPE): add opcode_fragP and opcode_offset fields. 284 opcode_offset and remove pcrel_adjust.
|
| /openbsd-src/gnu/usr.bin/binutils/gas/ |
| H A D | ChangeLog-9697 | 264 opcode_frag and opcode_offset and remove pcrel_adjust. 265 (TC_FIX_TYPE): add opcode_fragP and opcode_offset fields. 284 opcode_offset and remove pcrel_adjust.
|