Searched refs:opbuf (Results 1 - 25 of 51) sorted by relevance

123

/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dtilepro-dis.c43 bfd_byte opbuf[TILEPRO_BUNDLE_SIZE_IN_BYTES]; local
46 if ((*info->read_memory_func) (memaddr, opbuf,
53 num_instructions = parse_insn_tilepro (bfd_getl64 (opbuf), memaddr, decoded);
84 bfd_byte opbuf[TILEPRO_BUNDLE_SIZE_IN_BYTES]; local
88 status = (*info->read_memory_func) (memaddr, opbuf,
102 num_instructions = parse_insn_tilepro (bfd_getl64 (opbuf), memaddr, decoded);
H A Dtilegx-dis.c36 bfd_byte opbuf[TILEGX_BUNDLE_SIZE_IN_BYTES]; local
40 status = (*info->read_memory_func) (memaddr, opbuf,
55 parse_insn_tilegx (bfd_getl64 (opbuf), memaddr, decoded);
H A Dtic54x-dis.c51 bfd_byte opbuf[2]; local
56 status = (*info->read_memory_func) (memaddr, opbuf, 2, info);
63 opcode = bfd_getl16 (opbuf);
117 bfd_byte opbuf[2]; local
119 int status = (*info->read_memory_func) (addr2, opbuf, 2, info);
123 unsigned short data2 = bfd_getl16 (opbuf);
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dtilepro-dis.c43 bfd_byte opbuf[TILEPRO_BUNDLE_SIZE_IN_BYTES]; local
46 if ((*info->read_memory_func) (memaddr, opbuf,
53 num_instructions = parse_insn_tilepro (bfd_getl64 (opbuf), memaddr, decoded);
84 bfd_byte opbuf[TILEPRO_BUNDLE_SIZE_IN_BYTES]; local
88 status = (*info->read_memory_func) (memaddr, opbuf,
102 num_instructions = parse_insn_tilepro (bfd_getl64 (opbuf), memaddr, decoded);
H A Dtilegx-dis.c36 bfd_byte opbuf[TILEGX_BUNDLE_SIZE_IN_BYTES]; local
40 status = (*info->read_memory_func) (memaddr, opbuf,
55 parse_insn_tilegx (bfd_getl64 (opbuf), memaddr, decoded);
H A Dtic54x-dis.c51 bfd_byte opbuf[2]; local
56 status = (*info->read_memory_func) (memaddr, opbuf, 2, info);
63 opcode = bfd_getl16 (opbuf);
117 bfd_byte opbuf[2]; local
119 int status = (*info->read_memory_func) (addr2, opbuf, 2, info);
123 unsigned short data2 = bfd_getl16 (opbuf);
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dtilepro-dis.c43 bfd_byte opbuf[TILEPRO_BUNDLE_SIZE_IN_BYTES]; local
46 if ((*info->read_memory_func) (memaddr, opbuf,
53 num_instructions = parse_insn_tilepro (bfd_getl64 (opbuf), memaddr, decoded);
84 bfd_byte opbuf[TILEPRO_BUNDLE_SIZE_IN_BYTES]; local
88 status = (*info->read_memory_func) (memaddr, opbuf,
102 num_instructions = parse_insn_tilepro (bfd_getl64 (opbuf), memaddr, decoded);
H A Dtilegx-dis.c36 bfd_byte opbuf[TILEGX_BUNDLE_SIZE_IN_BYTES]; local
40 status = (*info->read_memory_func) (memaddr, opbuf,
55 parse_insn_tilegx (bfd_getl64 (opbuf), memaddr, decoded);
H A Dtic54x-dis.c51 bfd_byte opbuf[2]; local
56 status = (*info->read_memory_func) (memaddr, opbuf, 2, info);
63 opcode = bfd_getl16 (opbuf);
117 bfd_byte opbuf[2]; local
119 int status = (*info->read_memory_func) (addr2, opbuf, 2, info);
123 unsigned short data2 = bfd_getl16 (opbuf);
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dtilepro-dis.c43 bfd_byte opbuf[TILEPRO_BUNDLE_SIZE_IN_BYTES]; local
46 if ((*info->read_memory_func) (memaddr, opbuf,
53 num_instructions = parse_insn_tilepro (bfd_getl64 (opbuf), memaddr, decoded);
84 bfd_byte opbuf[TILEPRO_BUNDLE_SIZE_IN_BYTES]; local
88 status = (*info->read_memory_func) (memaddr, opbuf,
102 num_instructions = parse_insn_tilepro (bfd_getl64 (opbuf), memaddr, decoded);
H A Dtilegx-dis.c36 bfd_byte opbuf[TILEGX_BUNDLE_SIZE_IN_BYTES]; local
40 status = (*info->read_memory_func) (memaddr, opbuf,
55 parse_insn_tilegx (bfd_getl64 (opbuf), memaddr, decoded);
H A Dtic54x-dis.c51 bfd_byte opbuf[2]; local
56 status = (*info->read_memory_func) (memaddr, opbuf, 2, info);
63 opcode = bfd_getl16 (opbuf);
117 bfd_byte opbuf[2]; local
119 int status = (*info->read_memory_func) (addr2, opbuf, 2, info);
123 unsigned short data2 = bfd_getl16 (opbuf);
/netbsd-current/external/gpl3/gdb/dist/sim/m32c/
H A Dtrace.c90 static char opbuf[1000]; variable
99 ret = vsprintf (opbuf + strlen (opbuf), fmt, ap);
111 ret = vsprintf (opbuf + strlen (opbuf), fmt, ap);
319 opbuf[0] = 0;
326 printf ("%-16s ", opbuf);
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dslapschema.c55 OperationBuffer opbuf; local
92 connection_fake_init( &conn, &opbuf, thrctx );
93 op = &opbuf.ob_op;
H A Doperation.c87 OperationBuffer *opbuf; local
137 opbuf = (OperationBuffer *) op;
144 memset( opbuf->ob_controls, 0, sizeof( opbuf->ob_controls ));
145 op->o_controls = opbuf->ob_controls;
H A Dslapauth.c89 OperationBuffer opbuf; local
99 connection_fake_init( &conn, &opbuf, thrctx );
100 op = &opbuf.ob_op;
H A Dslapacl.c75 OperationBuffer opbuf; local
106 connection_fake_init( &conn, &opbuf, thrctx );
107 op = &opbuf.ob_op;
/netbsd-current/external/gpl3/gdb/dist/sim/rx/
H A Dtrace.c98 static char opbuf[1000]; variable
107 ret = vsprintf (opbuf + strlen (opbuf), fmt, ap);
119 ret = vsprintf (opbuf + strlen (opbuf), fmt, ap);
340 opbuf[0] = 0;
365 printf ("%-16s ", opbuf);
/netbsd-current/external/gpl3/gdb/dist/sim/rl78/
H A Dtrace.c93 static char opbuf[1000]; variable
102 ret = vsprintf (opbuf + strlen (opbuf), fmt, ap);
114 ret = vsprintf (opbuf + strlen (opbuf), fmt, ap);
350 opbuf[0] = 0;
369 printf ("%-16s ", opbuf);
/netbsd-current/external/gpl3/gdb.old/dist/sim/m32c/
H A Dtrace.c88 static char opbuf[1000]; variable
97 ret = vsprintf (opbuf + strlen (opbuf), fmt, ap);
304 opbuf[0] = 0;
311 printf ("%-16s ", opbuf);
/netbsd-current/external/gpl3/gdb.old/dist/sim/rx/
H A Dtrace.c96 static char opbuf[1000]; variable
105 ret = vsprintf (opbuf + strlen (opbuf), fmt, ap);
324 opbuf[0] = 0;
349 printf ("%-16s ", opbuf);
/netbsd-current/external/gpl3/gdb.old/dist/sim/rl78/
H A Dtrace.c91 static char opbuf[1000]; variable
100 ret = vsprintf (opbuf + strlen (opbuf), fmt, ap);
334 opbuf[0] = 0;
353 printf ("%-16s ", opbuf);
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/usn/
H A Dusn.c174 OperationBuffer opbuf; local
182 connection_fake_init( &conn, &opbuf, thrctx );
183 op = &opbuf.ob_op;
231 OperationBuffer opbuf; local
242 connection_fake_init( &conn, &opbuf, thrctx );
243 op = &opbuf.ob_op;
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/rbac/
H A Dinit.c159 OperationBuffer opbuf; local
201 connection_fake_init2( &conn, &opbuf, thrctx, 0 );
202 op2 = &opbuf.ob_op;
/netbsd-current/external/gpl3/gdb/dist/sim/arm/
H A Dwrapper.c65 static char opbuf[1000]; variable
74 ret = vsprintf (opbuf + strlen (opbuf), fmt, ap);
87 ret = vsprintf (opbuf + strlen (opbuf), fmt, ap);
114 opbuf[0] = 0;
118 fprintf (stderr, " %*s\n", size, opbuf);

Completed in 339 milliseconds

123