OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fb_label_max
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/
symbols.c
2055
static size_t
fb_label_max
;
2098
fb_label_max
= FB_LABEL_BUMP_BY;
2102
else if (fb_label_count ==
fb_label_max
)
2104
fb_label_max
+= FB_LABEL_BUMP_BY;
2105
fb_labels = XRESIZEVEC (fb_ent, fb_labels,
fb_label_max
);
2107
fb_label_max
);
2051
static size_t
fb_label_max
;
variable
/src/external/gpl3/binutils.old/dist/gas/
symbols.c
2055
static size_t
fb_label_max
;
2098
fb_label_max
= FB_LABEL_BUMP_BY;
2102
else if (fb_label_count ==
fb_label_max
)
2104
fb_label_max
+= FB_LABEL_BUMP_BY;
2105
fb_labels = XRESIZEVEC (fb_ent, fb_labels,
fb_label_max
);
2107
fb_label_max
);
2051
static size_t
fb_label_max
;
variable
Completed in 15 milliseconds
Indexes created Thu Mar 26 00:23:24 UTC 2026