Home
last modified time | relevance | path

Searched refs:op_ptr (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/gdb/gdb/
HDdwarf2expr.c255 execute_stack_op (struct dwarf_expr_context *ctx, unsigned char *op_ptr, in execute_stack_op() argument
261 while (op_ptr < op_end) in execute_stack_op()
263 enum dwarf_location_atom op = *op_ptr++; in execute_stack_op()
307 result = dwarf2_read_address (op_ptr, op_end, &bytes_read); in execute_stack_op()
308 op_ptr += bytes_read; in execute_stack_op()
312 result = extract_unsigned_integer (op_ptr, 1); in execute_stack_op()
313 op_ptr += 1; in execute_stack_op()
316 result = extract_signed_integer (op_ptr, 1); in execute_stack_op()
317 op_ptr += 1; in execute_stack_op()
320 result = extract_unsigned_integer (op_ptr, 2); in execute_stack_op()
[all …]
/NextBSD/contrib/gcc/
HDunwind-dw2.c433 execute_stack_op (const unsigned char *op_ptr, const unsigned char *op_end, in execute_stack_op() argument
442 while (op_ptr < op_end) in execute_stack_op()
444 enum dwarf_location_atom op = *op_ptr++; in execute_stack_op()
486 result = (_Unwind_Word) (_Unwind_Ptr) read_pointer (op_ptr); in execute_stack_op()
487 op_ptr += sizeof (void *); in execute_stack_op()
491 result = read_1u (op_ptr); in execute_stack_op()
492 op_ptr += 1; in execute_stack_op()
495 result = read_1s (op_ptr); in execute_stack_op()
496 op_ptr += 1; in execute_stack_op()
499 result = read_2u (op_ptr); in execute_stack_op()
[all …]
/NextBSD/contrib/binutils/opcodes/
HDia64-opc.c353 int op_ptr[41]; in locate_opcode_ent() local
359 op_ptr[currstatenum] = 0; in locate_opcode_ent()
364 int op_pointer = op_ptr[currstatenum]; in locate_opcode_ent()
519 op_ptr[currstatenum] = next_op; in locate_opcode_ent()