OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:section_max
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/bfd/
vms-alpha.c
285
unsigned int
section_max
; /* Size of the sections array. */
1295
if (PRIV (section_count) >= PRIV (
section_max
))
1297
if (PRIV (
section_max
) == 0)
1298
PRIV (
section_max
) = 16;
1300
PRIV (
section_max
) *= 2;
1302
(PRIV (sections), PRIV (
section_max
) * sizeof (asection *));
284
unsigned int
section_max
; \/* Size of the sections array. *\/
member in struct:vms_private_data_struct
/src/external/gpl3/binutils.old/dist/bfd/
vms-alpha.c
285
unsigned int
section_max
; /* Size of the sections array. */
1307
if (PRIV (section_count) >= PRIV (
section_max
))
1309
if (PRIV (
section_max
) == 0)
1310
PRIV (
section_max
) = 16;
1312
PRIV (
section_max
) *= 2;
1314
(PRIV (sections), PRIV (
section_max
) * sizeof (asection *));
284
unsigned int
section_max
; \/* Size of the sections array. *\/
member in struct:vms_private_data_struct
/src/external/gpl3/gdb/dist/bfd/
vms-alpha.c
285
unsigned int
section_max
; /* Size of the sections array. */
1307
if (PRIV (section_count) >= PRIV (
section_max
))
1309
if (PRIV (
section_max
) == 0)
1310
PRIV (
section_max
) = 16;
1312
PRIV (
section_max
) *= 2;
1314
(PRIV (sections), PRIV (
section_max
) * sizeof (asection *));
284
unsigned int
section_max
; \/* Size of the sections array. *\/
member in struct:vms_private_data_struct
/src/external/gpl3/gdb.old/dist/bfd/
vms-alpha.c
285
unsigned int
section_max
; /* Size of the sections array. */
1307
if (PRIV (section_count) >= PRIV (
section_max
))
1309
if (PRIV (
section_max
) == 0)
1310
PRIV (
section_max
) = 16;
1312
PRIV (
section_max
) *= 2;
1314
(PRIV (sections), PRIV (
section_max
) * sizeof (asection *));
284
unsigned int
section_max
; \/* Size of the sections array. *\/
member in struct:vms_private_data_struct
Completed in 46 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026