OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nr_of_options
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl3/binutils/dist/opcodes/
arc-dis.c
1502
const size_t
nr_of_options
= ARRAY_SIZE (arc_options);
local
1511
= XNEWVEC (const char *,
nr_of_options
+ 1);
1513
= XNEWVEC (const char *,
nr_of_options
+ 1);
1515
= XNEWVEC (const disasm_option_arg_t *,
nr_of_options
+ 1);
1528
for (i = 0; i <
nr_of_options
; ++i)
1537
opts->name[
nr_of_options
] = NULL;
1538
opts->description[
nr_of_options
] = NULL;
1539
opts->arg[
nr_of_options
] = NULL;
arc-dis.c
1502
const size_t
nr_of_options
= ARRAY_SIZE (arc_options);
local
1511
= XNEWVEC (const char *,
nr_of_options
+ 1);
1513
= XNEWVEC (const char *,
nr_of_options
+ 1);
1515
= XNEWVEC (const disasm_option_arg_t *,
nr_of_options
+ 1);
1528
for (i = 0; i <
nr_of_options
; ++i)
1537
opts->name[
nr_of_options
] = NULL;
1538
opts->description[
nr_of_options
] = NULL;
1539
opts->arg[
nr_of_options
] = NULL;
/src/external/gpl3/binutils.old/dist/opcodes/
arc-dis.c
1503
const size_t
nr_of_options
= ARRAY_SIZE (arc_options);
local
1512
= XNEWVEC (const char *,
nr_of_options
+ 1);
1514
= XNEWVEC (const char *,
nr_of_options
+ 1);
1516
= XNEWVEC (const disasm_option_arg_t *,
nr_of_options
+ 1);
1529
for (i = 0; i <
nr_of_options
; ++i)
1538
opts->name[
nr_of_options
] = NULL;
1539
opts->description[
nr_of_options
] = NULL;
1540
opts->arg[
nr_of_options
] = NULL;
arc-dis.c
1503
const size_t
nr_of_options
= ARRAY_SIZE (arc_options);
local
1512
= XNEWVEC (const char *,
nr_of_options
+ 1);
1514
= XNEWVEC (const char *,
nr_of_options
+ 1);
1516
= XNEWVEC (const disasm_option_arg_t *,
nr_of_options
+ 1);
1529
for (i = 0; i <
nr_of_options
; ++i)
1538
opts->name[
nr_of_options
] = NULL;
1539
opts->description[
nr_of_options
] = NULL;
1540
opts->arg[
nr_of_options
] = NULL;
/src/external/gpl3/gdb/dist/opcodes/
arc-dis.c
1503
const size_t
nr_of_options
= ARRAY_SIZE (arc_options);
local
1512
= XNEWVEC (const char *,
nr_of_options
+ 1);
1514
= XNEWVEC (const char *,
nr_of_options
+ 1);
1516
= XNEWVEC (const disasm_option_arg_t *,
nr_of_options
+ 1);
1529
for (i = 0; i <
nr_of_options
; ++i)
1538
opts->name[
nr_of_options
] = NULL;
1539
opts->description[
nr_of_options
] = NULL;
1540
opts->arg[
nr_of_options
] = NULL;
arc-dis.c
1503
const size_t
nr_of_options
= ARRAY_SIZE (arc_options);
local
1512
= XNEWVEC (const char *,
nr_of_options
+ 1);
1514
= XNEWVEC (const char *,
nr_of_options
+ 1);
1516
= XNEWVEC (const disasm_option_arg_t *,
nr_of_options
+ 1);
1529
for (i = 0; i <
nr_of_options
; ++i)
1538
opts->name[
nr_of_options
] = NULL;
1539
opts->description[
nr_of_options
] = NULL;
1540
opts->arg[
nr_of_options
] = NULL;
/src/external/gpl3/gdb.old/dist/opcodes/
arc-dis.c
1526
const size_t
nr_of_options
= ARRAY_SIZE (arc_options);
local
1535
= XNEWVEC (const char *,
nr_of_options
+ 1);
1537
= XNEWVEC (const char *,
nr_of_options
+ 1);
1539
= XNEWVEC (const disasm_option_arg_t *,
nr_of_options
+ 1);
1552
for (i = 0; i <
nr_of_options
; ++i)
1561
opts->name[
nr_of_options
] = NULL;
1562
opts->description[
nr_of_options
] = NULL;
1563
opts->arg[
nr_of_options
] = NULL;
arc-dis.c
1526
const size_t
nr_of_options
= ARRAY_SIZE (arc_options);
local
1535
= XNEWVEC (const char *,
nr_of_options
+ 1);
1537
= XNEWVEC (const char *,
nr_of_options
+ 1);
1539
= XNEWVEC (const disasm_option_arg_t *,
nr_of_options
+ 1);
1552
for (i = 0; i <
nr_of_options
; ++i)
1561
opts->name[
nr_of_options
] = NULL;
1562
opts->description[
nr_of_options
] = NULL;
1563
opts->arg[
nr_of_options
] = NULL;
Completed in 54 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026