OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:symbols_alloc
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/binutils/
wrstabs.c
139
size_t
symbols_alloc
;
member in struct:stab_write_handle
363
if (info->symbols_size + STAB_SYMBOL_SIZE > info->
symbols_alloc
)
365
info->
symbols_alloc
*= 2;
366
info->symbols = xrealloc (info->symbols, info->
symbols_alloc
);
476
info.
symbols_alloc
= 500;
477
info.symbols = xmalloc (info.
symbols_alloc
);
/src/external/gpl3/binutils.old/dist/binutils/
wrstabs.c
139
size_t
symbols_alloc
;
member in struct:stab_write_handle
363
if (info->symbols_size + STAB_SYMBOL_SIZE > info->
symbols_alloc
)
365
info->
symbols_alloc
*= 2;
366
info->symbols = xrealloc (info->symbols, info->
symbols_alloc
);
476
info.
symbols_alloc
= 500;
477
info.symbols = xmalloc (info.
symbols_alloc
);
Completed in 24 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026