| /src/external/gpl3/binutils/dist/opcodes/ |
| tilepro-dis.c | 43 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);
|
| tilegx-dis.c | 36 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);
|
| tic54x-dis.c | 51 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);
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| tilepro-dis.c | 43 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);
|
| tilegx-dis.c | 36 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);
|
| tic54x-dis.c | 51 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);
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| tilepro-dis.c | 43 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);
|
| tilegx-dis.c | 36 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);
|
| tic54x-dis.c | 51 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);
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| tilepro-dis.c | 43 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);
|
| tilegx-dis.c | 36 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);
|
| tic54x-dis.c | 51 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);
|
| /src/external/gpl3/gdb.old/dist/sim/m32c/ |
| trace.c | 90 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);
|
| /src/external/gpl3/gdb/dist/sim/m32c/ |
| trace.c | 90 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);
|
| /src/external/bsd/openldap/dist/servers/slapd/ |
| slapschema.c | 55 OperationBuffer opbuf; local 92 connection_fake_init( &conn, &opbuf, thrctx ); 93 op = &opbuf.ob_op;
|
| operation.c | 87 OperationBuffer *opbuf; local 137 opbuf = (OperationBuffer *) op; 144 memset( opbuf->ob_controls, 0, sizeof( opbuf->ob_controls )); 145 op->o_controls = opbuf->ob_controls;
|
| slapauth.c | 89 OperationBuffer opbuf; local 99 connection_fake_init( &conn, &opbuf, thrctx ); 100 op = &opbuf.ob_op;
|
| slapacl.c | 87 OperationBuffer opbuf; local 118 connection_fake_init( &conn, &opbuf, thrctx ); 119 op = &opbuf.ob_op;
|
| /src/external/gpl3/gdb.old/dist/sim/rl78/ |
| trace.c | 93 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);
|
| /src/external/gpl3/gdb.old/dist/sim/rx/ |
| trace.c | 98 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);
|
| /src/external/gpl3/gdb/dist/sim/rl78/ |
| trace.c | 93 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);
|
| /src/external/gpl3/gdb/dist/sim/rx/ |
| trace.c | 98 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);
|
| /src/external/bsd/openldap/dist/contrib/slapd-modules/usn/ |
| usn.c | 174 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;
|
| /src/external/bsd/openldap/dist/contrib/slapd-modules/rbac/ |
| init.c | 159 OperationBuffer opbuf; local 201 connection_fake_init2( &conn, &opbuf, thrctx, 0 ); 202 op2 = &opbuf.ob_op;
|
| /src/external/gpl3/gdb.old/dist/sim/arm/ |
| wrapper.c | 66 static char opbuf[1000]; variable 75 ret = vsprintf (opbuf + strlen (opbuf), fmt, ap); 88 ret = vsprintf (opbuf + strlen (opbuf), fmt, ap); 115 opbuf[0] = 0; 119 fprintf (stderr, " %*s\n", size, opbuf);
|