OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:psymalloc
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb/dist/bfd/
genlink.h
97
size_t *
psymalloc
;
member in struct:generic_write_global_symbol_info
/src/external/gpl3/gdb.old/dist/bfd/
genlink.h
97
size_t *
psymalloc
;
member in struct:generic_write_global_symbol_info
/src/external/gpl3/binutils/dist/bfd/
linker.c
413
size_t *
psymalloc
;
member in struct:generic_write_global_symbol_info
425
(bfd *, size_t *
psymalloc
, asymbol *);
1952
wginfo.
psymalloc
= &outsymalloc;
2055
generic_add_output_symbol (bfd *output_bfd, size_t *
psymalloc
, asymbol *sym)
2060
if (bfd_get_symcount (output_bfd) >= *
psymalloc
)
2065
if (*
psymalloc
== 0)
2066
*
psymalloc
= 124;
2068
*
psymalloc
*= 2;
2069
amt = *
psymalloc
;
2090
size_t *
psymalloc
)
[
all
...]
/src/external/gpl3/binutils.old/dist/bfd/
linker.c
413
size_t *
psymalloc
;
member in struct:generic_write_global_symbol_info
425
(bfd *, size_t *
psymalloc
, asymbol *);
1950
wginfo.
psymalloc
= &outsymalloc;
2053
generic_add_output_symbol (bfd *output_bfd, size_t *
psymalloc
, asymbol *sym)
2058
if (bfd_get_symcount (output_bfd) >= *
psymalloc
)
2063
if (*
psymalloc
== 0)
2064
*
psymalloc
= 124;
2066
*
psymalloc
*= 2;
2067
amt = *
psymalloc
;
2088
size_t *
psymalloc
)
[
all
...]
Completed in 27 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026