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_INSN_FIXUPS
(Results
1 - 18
of
18
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-mn10200.c
78
#define
MAX_INSN_FIXUPS
5
87
struct mn10200_fixup fixups[
MAX_INSN_FIXUPS
];
1090
if (fc >=
MAX_INSN_FIXUPS
)
tc-d10v.c
44
#define
MAX_INSN_FIXUPS
5
58
struct d10v_fixup fix[
MAX_INSN_FIXUPS
];
548
if (fixups->fc >=
MAX_INSN_FIXUPS
)
tc-mn10300.c
97
#define
MAX_INSN_FIXUPS
5
105
struct mn10300_fixup fixups[
MAX_INSN_FIXUPS
];
1755
if (fc >=
MAX_INSN_FIXUPS
)
tc-d30v.c
60
#define
MAX_INSN_FIXUPS
5
74
struct d30v_fixup fix[
MAX_INSN_FIXUPS
];
535
if (fixups->fc >=
MAX_INSN_FIXUPS
)
tc-s390.c
1425
#define
MAX_INSN_FIXUPS
(4)
1434
struct s390_fixup fixups[
MAX_INSN_FIXUPS
];
1513
if (fc >=
MAX_INSN_FIXUPS
)
1678
if (fc >=
MAX_INSN_FIXUPS
)
1845
if (fc >=
MAX_INSN_FIXUPS
)
tc-v850.c
149
#define
MAX_INSN_FIXUPS
5
158
struct v850_fixup fixups[
MAX_INSN_FIXUPS
];
2504
if (fc >
MAX_INSN_FIXUPS
)
2575
if (fc >
MAX_INSN_FIXUPS
)
2622
if (fc >=
MAX_INSN_FIXUPS
)
2659
if (fc >=
MAX_INSN_FIXUPS
)
2696
if (fc >=
MAX_INSN_FIXUPS
)
2960
if (fc >=
MAX_INSN_FIXUPS
)
tc-alpha.c
74
#define
MAX_INSN_FIXUPS
2
99
struct alpha_fixup fixups[
MAX_INSN_FIXUPS
];
1382
gas_assert (insn.nfixups + 1 <=
MAX_INSN_FIXUPS
);
1413
gas_assert (insn.nfixups + 1 <=
MAX_INSN_FIXUPS
);
1571
gas_assert (insn.nfixups <
MAX_INSN_FIXUPS
);
2087
if (insn->nfixups >=
MAX_INSN_FIXUPS
)
2111
if (insn->nfixups >=
MAX_INSN_FIXUPS
)
2189
gas_assert (insn.nfixups <
MAX_INSN_FIXUPS
);
2238
gas_assert (insn.nfixups <
MAX_INSN_FIXUPS
);
2284
gas_assert (insn.nfixups <
MAX_INSN_FIXUPS
);
[
all
...]
tc-arc.c
36
#define
MAX_INSN_FIXUPS
2
323
struct arc_fixup fixups[
MAX_INSN_FIXUPS
];
4064
if (insn->nfixups >=
MAX_INSN_FIXUPS
)
4136
if (insn->nfixups >=
MAX_INSN_FIXUPS
)
tc-ppc.c
2958
#define
MAX_INSN_FIXUPS
(5)
3293
struct ppc_fixup fixups[
MAX_INSN_FIXUPS
];
3577
if (ex.X_op == O_symbol && *str == '(' && fc <
MAX_INSN_FIXUPS
3917
if (ex.X_op == O_symbol && *str == '(' && fc <
MAX_INSN_FIXUPS
3926
if (fc >=
MAX_INSN_FIXUPS
)
/src/external/gpl3/binutils.old/dist/gas/config/
tc-mn10200.c
78
#define
MAX_INSN_FIXUPS
5
87
struct mn10200_fixup fixups[
MAX_INSN_FIXUPS
];
1091
if (fc >=
MAX_INSN_FIXUPS
)
tc-d10v.c
44
#define
MAX_INSN_FIXUPS
5
58
struct d10v_fixup fix[
MAX_INSN_FIXUPS
];
548
if (fixups->fc >=
MAX_INSN_FIXUPS
)
tc-mn10300.c
97
#define
MAX_INSN_FIXUPS
5
105
struct mn10300_fixup fixups[
MAX_INSN_FIXUPS
];
1755
if (fc >=
MAX_INSN_FIXUPS
)
tc-d30v.c
58
#define
MAX_INSN_FIXUPS
5
72
struct d30v_fixup fix[
MAX_INSN_FIXUPS
];
533
if (fixups->fc >=
MAX_INSN_FIXUPS
)
tc-s390.c
1425
#define
MAX_INSN_FIXUPS
(4)
1434
struct s390_fixup fixups[
MAX_INSN_FIXUPS
];
1513
if (fc >=
MAX_INSN_FIXUPS
)
1678
if (fc >=
MAX_INSN_FIXUPS
)
1845
if (fc >=
MAX_INSN_FIXUPS
)
tc-v850.c
149
#define
MAX_INSN_FIXUPS
5
158
struct v850_fixup fixups[
MAX_INSN_FIXUPS
];
2509
if (fc >
MAX_INSN_FIXUPS
)
2580
if (fc >
MAX_INSN_FIXUPS
)
2627
if (fc >=
MAX_INSN_FIXUPS
)
2664
if (fc >=
MAX_INSN_FIXUPS
)
2701
if (fc >=
MAX_INSN_FIXUPS
)
2965
if (fc >=
MAX_INSN_FIXUPS
)
tc-alpha.c
74
#define
MAX_INSN_FIXUPS
2
99
struct alpha_fixup fixups[
MAX_INSN_FIXUPS
];
1382
gas_assert (insn.nfixups + 1 <=
MAX_INSN_FIXUPS
);
1413
gas_assert (insn.nfixups + 1 <=
MAX_INSN_FIXUPS
);
1571
gas_assert (insn.nfixups <
MAX_INSN_FIXUPS
);
2087
if (insn->nfixups >=
MAX_INSN_FIXUPS
)
2111
if (insn->nfixups >=
MAX_INSN_FIXUPS
)
2189
gas_assert (insn.nfixups <
MAX_INSN_FIXUPS
);
2238
gas_assert (insn.nfixups <
MAX_INSN_FIXUPS
);
2284
gas_assert (insn.nfixups <
MAX_INSN_FIXUPS
);
[
all
...]
tc-arc.c
36
#define
MAX_INSN_FIXUPS
2
323
struct arc_fixup fixups[
MAX_INSN_FIXUPS
];
4072
if (insn->nfixups >=
MAX_INSN_FIXUPS
)
4144
if (insn->nfixups >=
MAX_INSN_FIXUPS
)
tc-ppc.c
2994
#define
MAX_INSN_FIXUPS
(5)
3329
struct ppc_fixup fixups[
MAX_INSN_FIXUPS
];
3613
if (ex.X_op == O_symbol && *str == '(' && fc <
MAX_INSN_FIXUPS
3953
if (ex.X_op == O_symbol && *str == '(' && fc <
MAX_INSN_FIXUPS
3962
if (fc >=
MAX_INSN_FIXUPS
)
Completed in 91 milliseconds
Indexes created Thu May 14 00:25:00 UTC 2026