OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nopcodes
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/gpl3/binutils/dist/opcodes/
avr-dis.c
368
unsigned int
nopcodes
;
local
376
nopcodes
= sizeof (avr_opcodes) / sizeof (struct avr_opcodes_s);
378
avr_bin_masks = xmalloc (
nopcodes
* sizeof (unsigned int));
h8300-dis.c
45
unsigned int
nopcodes
;
local
49
nopcodes
= sizeof (h8_opcodes) / sizeof (struct h8_opcode);
51
h8_instructions = xmalloc (
nopcodes
* sizeof (struct h8_instruction));
/src/external/gpl3/binutils.old/dist/opcodes/
avr-dis.c
368
unsigned int
nopcodes
;
local
376
nopcodes
= sizeof (avr_opcodes) / sizeof (struct avr_opcodes_s);
378
avr_bin_masks = xmalloc (
nopcodes
* sizeof (unsigned int));
h8300-dis.c
45
unsigned int
nopcodes
;
local
49
nopcodes
= sizeof (h8_opcodes) / sizeof (struct h8_opcode);
51
h8_instructions = xmalloc (
nopcodes
* sizeof (struct h8_instruction));
/src/external/gpl3/gdb.old/dist/opcodes/
avr-dis.c
368
unsigned int
nopcodes
;
local
376
nopcodes
= sizeof (avr_opcodes) / sizeof (struct avr_opcodes_s);
378
avr_bin_masks = xmalloc (
nopcodes
* sizeof (unsigned int));
h8300-dis.c
45
unsigned int
nopcodes
;
local
49
nopcodes
= sizeof (h8_opcodes) / sizeof (struct h8_opcode);
51
h8_instructions = xmalloc (
nopcodes
* sizeof (struct h8_instruction));
/src/external/gpl3/gdb/dist/opcodes/
avr-dis.c
368
unsigned int
nopcodes
;
local
376
nopcodes
= sizeof (avr_opcodes) / sizeof (struct avr_opcodes_s);
378
avr_bin_masks = xmalloc (
nopcodes
* sizeof (unsigned int));
h8300-dis.c
45
unsigned int
nopcodes
;
local
49
nopcodes
= sizeof (h8_opcodes) / sizeof (struct h8_opcode);
51
h8_instructions = xmalloc (
nopcodes
* sizeof (struct h8_instruction));
/src/external/gpl3/binutils/dist/gas/config/
tc-h8300.c
237
unsigned int
nopcodes
;
local
247
nopcodes
= sizeof (h8_opcodes) / sizeof (struct h8_opcode);
249
h8_instructions = XNEWVEC (struct h8_instruction,
nopcodes
);
/src/external/gpl3/binutils.old/dist/gas/config/
tc-h8300.c
237
unsigned int
nopcodes
;
local
247
nopcodes
= sizeof (h8_opcodes) / sizeof (struct h8_opcode);
249
h8_instructions = XNEWVEC (struct h8_instruction,
nopcodes
);
Completed in 29 milliseconds
Indexes created Sat Mar 21 00:23:06 UTC 2026