OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:orl_max
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/bfd/
archive.c
2337
unsigned int
orl_max
= 1024; /* Fine initial default. */
2351
amt =
orl_max
* sizeof (struct orl);
2425
if (orl_count ==
orl_max
)
2427
orl_max
*= 2;
2428
amt =
orl_max
* sizeof (struct orl);
2328
unsigned int
orl_max
= 1024; \/* Fine initial default. *\/
local
/src/external/gpl3/binutils.old/dist/bfd/
archive.c
2327
unsigned int
orl_max
= 1024; /* Fine initial default. */
2341
amt =
orl_max
* sizeof (struct orl);
2414
if (orl_count ==
orl_max
)
2416
orl_max
*= 2;
2417
amt =
orl_max
* sizeof (struct orl);
2318
unsigned int
orl_max
= 1024; \/* Fine initial default. *\/
local
/src/external/gpl3/gdb.old/dist/bfd/
archive.c
2318
unsigned int
orl_max
= 1024; /* Fine initial default. */
2332
amt =
orl_max
* sizeof (struct orl);
2405
if (orl_count ==
orl_max
)
2407
orl_max
*= 2;
2408
amt =
orl_max
* sizeof (struct orl);
2309
unsigned int
orl_max
= 1024; \/* Fine initial default. *\/
local
/src/external/gpl3/gdb/dist/bfd/
archive.c
2327
unsigned int
orl_max
= 1024; /* Fine initial default. */
2341
amt =
orl_max
* sizeof (struct orl);
2415
if (orl_count ==
orl_max
)
2417
orl_max
*= 2;
2418
amt =
orl_max
* sizeof (struct orl);
2318
unsigned int
orl_max
= 1024; \/* Fine initial default. *\/
local
Completed in 20 milliseconds
Indexes created Tue Apr 14 00:22:26 UTC 2026