OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:map_max
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/bfd/
vms-lib.c
2041
unsigned int
map_max
= 1024; /* Fine initial default. */
local
2044
map = (struct lib_index *) bfd_malloc (
map_max
* sizeof (struct lib_index));
2093
if (map_count ==
map_max
)
2095
map_max
*= 2;
2097
bfd_realloc (map,
map_max
* sizeof (struct lib_index));
/src/external/gpl3/binutils.old/dist/bfd/
vms-lib.c
2037
unsigned int
map_max
= 1024; /* Fine initial default. */
local
2040
map = (struct lib_index *) bfd_malloc (
map_max
* sizeof (struct lib_index));
2089
if (map_count ==
map_max
)
2091
map_max
*= 2;
2093
bfd_realloc (map,
map_max
* sizeof (struct lib_index));
/src/external/gpl3/gdb/dist/bfd/
vms-lib.c
2037
unsigned int
map_max
= 1024; /* Fine initial default. */
local
2040
map = (struct lib_index *) bfd_malloc (
map_max
* sizeof (struct lib_index));
2089
if (map_count ==
map_max
)
2091
map_max
*= 2;
2093
bfd_realloc (map,
map_max
* sizeof (struct lib_index));
/src/external/gpl3/gdb.old/dist/bfd/
vms-lib.c
2037
unsigned int
map_max
= 1024; /* Fine initial default. */
local
2040
map = (struct lib_index *) bfd_malloc (
map_max
* sizeof (struct lib_index));
2089
if (map_count ==
map_max
)
2091
map_max
*= 2;
2093
bfd_realloc (map,
map_max
* sizeof (struct lib_index));
Completed in 38 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026