OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cached_size
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl3/binutils/dist/bfd/
aoutx.h
1734
bfd_size_type
cached_size
;
1745
cached_size
= obj_aout_external_sym_count (abfd);
1746
if (
cached_size
== 0)
1749
cached_size
*= sizeof (aout_symbol_type);
1750
cached = (aout_symbol_type *) bfd_zmalloc (
cached_size
);
1732
bfd_size_type
cached_size
;
local
pdp11.c
1607
bfd_size_type
cached_size
;
1618
cached_size
= obj_aout_external_sym_count (abfd);
1619
cached_size
*= sizeof (aout_symbol_type);
1620
cached = bfd_zmalloc (
cached_size
);
1621
if (cached == NULL &&
cached_size
!= 0)
1605
bfd_size_type
cached_size
;
local
/src/external/gpl3/binutils.old/dist/bfd/
aoutx.h
1734
bfd_size_type
cached_size
;
1745
cached_size
= obj_aout_external_sym_count (abfd);
1746
if (
cached_size
== 0)
1749
cached_size
*= sizeof (aout_symbol_type);
1750
cached = (aout_symbol_type *) bfd_zmalloc (
cached_size
);
1732
bfd_size_type
cached_size
;
local
pdp11.c
1607
bfd_size_type
cached_size
;
1618
cached_size
= obj_aout_external_sym_count (abfd);
1619
cached_size
*= sizeof (aout_symbol_type);
1620
cached = bfd_zmalloc (
cached_size
);
1621
if (cached == NULL &&
cached_size
!= 0)
1605
bfd_size_type
cached_size
;
local
/src/external/gpl3/gdb.old/dist/bfd/
aoutx.h
1734
bfd_size_type
cached_size
;
1745
cached_size
= obj_aout_external_sym_count (abfd);
1746
if (
cached_size
== 0)
1749
cached_size
*= sizeof (aout_symbol_type);
1750
cached = (aout_symbol_type *) bfd_zmalloc (
cached_size
);
1732
bfd_size_type
cached_size
;
local
pdp11.c
1607
bfd_size_type
cached_size
;
1618
cached_size
= obj_aout_external_sym_count (abfd);
1619
cached_size
*= sizeof (aout_symbol_type);
1620
cached = bfd_zmalloc (
cached_size
);
1621
if (cached == NULL &&
cached_size
!= 0)
1605
bfd_size_type
cached_size
;
local
/src/external/gpl3/gdb/dist/bfd/
aoutx.h
1734
bfd_size_type
cached_size
;
1745
cached_size
= obj_aout_external_sym_count (abfd);
1746
if (
cached_size
== 0)
1749
cached_size
*= sizeof (aout_symbol_type);
1750
cached = (aout_symbol_type *) bfd_zmalloc (
cached_size
);
1732
bfd_size_type
cached_size
;
local
pdp11.c
1607
bfd_size_type
cached_size
;
1618
cached_size
= obj_aout_external_sym_count (abfd);
1619
cached_size
*= sizeof (aout_symbol_type);
1620
cached = bfd_zmalloc (
cached_size
);
1621
if (cached == NULL &&
cached_size
!= 0)
1605
bfd_size_type
cached_size
;
local
Completed in 32 milliseconds
Indexes created Mon May 04 00:23:20 UTC 2026