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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dns32k-dis.c744 int aoffset; /* Bits into arguments. */
791 aoffset = ns32k_opcodes[i].opcode_size;
819 aoffset += 8;
820 index_offset[0] = aoffset;
830 aoffset += 8;
831 index_offset[1] = aoffset;
841 ioffset = print_insn_arg (*d, ioffset, &aoffset, buffer,
871 return aoffset / 8;
738 int aoffset; /* Bits into arguments. */ local
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Dns32k-dis.c744 int aoffset; /* Bits into arguments. */
791 aoffset = ns32k_opcodes[i].opcode_size;
819 aoffset += 8;
820 index_offset[0] = aoffset;
830 aoffset += 8;
831 index_offset[1] = aoffset;
841 ioffset = print_insn_arg (*d, ioffset, &aoffset, buffer,
871 return aoffset / 8;
738 int aoffset; /* Bits into arguments. */ local
/netbsd-6-1-5-RELEASE/usr.sbin/pstat/
H A Dpstat.c898 getfiles(char **abuf, int *alen, char **aoffset) argument
934 *aoffset = (buf + offset);

Completed in 101 milliseconds