OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAX_MNEMONIC_LEN
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/binutils/dist/opcodes/
s390-mkopc.c
33
#define
MAX_MNEMONIC_LEN
15
61
char mnemonic[
MAX_MNEMONIC_LEN
+ 1];
127
strncpy (op_array[ix].mnemonic, mnemonic,
MAX_MNEMONIC_LEN
);
128
op_array[ix].mnemonic[
MAX_MNEMONIC_LEN
] = '\0';
204
char prefix[
MAX_MNEMONIC_LEN
+ 1];
205
char suffix[
MAX_MNEMONIC_LEN
+ 1];
206
char number[
MAX_MNEMONIC_LEN
+ 1];
287
char new_mnemonic[
MAX_MNEMONIC_LEN
+ 1];
378
char mnemonic[
MAX_MNEMONIC_LEN
+ 1];
395
"%" STRINGIFY (
MAX_MNEMONIC_LEN
) "s
[
all
...]
/src/external/gpl3/binutils.old/dist/opcodes/
s390-mkopc.c
33
#define
MAX_MNEMONIC_LEN
15
61
char mnemonic[
MAX_MNEMONIC_LEN
+ 1];
127
strncpy (op_array[ix].mnemonic, mnemonic,
MAX_MNEMONIC_LEN
);
128
op_array[ix].mnemonic[
MAX_MNEMONIC_LEN
] = '\0';
204
char prefix[
MAX_MNEMONIC_LEN
+ 1];
205
char suffix[
MAX_MNEMONIC_LEN
+ 1];
206
char number[
MAX_MNEMONIC_LEN
+ 1];
287
char new_mnemonic[
MAX_MNEMONIC_LEN
+ 1];
378
char mnemonic[
MAX_MNEMONIC_LEN
+ 1];
395
"%" STRINGIFY (
MAX_MNEMONIC_LEN
) "s
[
all
...]
/src/external/gpl3/gdb.old/dist/opcodes/
s390-mkopc.c
33
#define
MAX_MNEMONIC_LEN
15
61
char mnemonic[
MAX_MNEMONIC_LEN
+ 1];
127
strncpy (op_array[ix].mnemonic, mnemonic,
MAX_MNEMONIC_LEN
);
128
op_array[ix].mnemonic[
MAX_MNEMONIC_LEN
] = '\0';
204
char prefix[
MAX_MNEMONIC_LEN
+ 1];
205
char suffix[
MAX_MNEMONIC_LEN
+ 1];
206
char number[
MAX_MNEMONIC_LEN
+ 1];
287
char new_mnemonic[
MAX_MNEMONIC_LEN
+ 1];
378
char mnemonic[
MAX_MNEMONIC_LEN
+ 1];
395
"%" STRINGIFY (
MAX_MNEMONIC_LEN
) "s
[
all
...]
/src/external/gpl3/gdb/dist/opcodes/
s390-mkopc.c
33
#define
MAX_MNEMONIC_LEN
15
61
char mnemonic[
MAX_MNEMONIC_LEN
+ 1];
127
strncpy (op_array[ix].mnemonic, mnemonic,
MAX_MNEMONIC_LEN
);
128
op_array[ix].mnemonic[
MAX_MNEMONIC_LEN
] = '\0';
204
char prefix[
MAX_MNEMONIC_LEN
+ 1];
205
char suffix[
MAX_MNEMONIC_LEN
+ 1];
206
char number[
MAX_MNEMONIC_LEN
+ 1];
287
char new_mnemonic[
MAX_MNEMONIC_LEN
+ 1];
378
char mnemonic[
MAX_MNEMONIC_LEN
+ 1];
395
"%" STRINGIFY (
MAX_MNEMONIC_LEN
) "s
[
all
...]
/src/external/gpl3/binutils/dist/gas/config/
tc-metag.c
62
#define
MAX_MNEMONIC_LEN
16
6298
char buf[
MAX_MNEMONIC_LEN
];
6492
char mnemonic[
MAX_MNEMONIC_LEN
];
6505
if (mnemonic_len >=
MAX_MNEMONIC_LEN
)
/src/external/gpl3/binutils.old/dist/gas/config/
tc-metag.c
62
#define
MAX_MNEMONIC_LEN
16
6298
char buf[
MAX_MNEMONIC_LEN
];
6492
char mnemonic[
MAX_MNEMONIC_LEN
];
6505
if (mnemonic_len >=
MAX_MNEMONIC_LEN
)
Completed in 20 milliseconds
Indexes created Sat May 16 00:24:39 UTC 2026