OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:synthcount
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/
elfread.c
1065
long symcount = 0, dynsymcount = 0,
synthcount
, storage_needed;
local
1160
synthcount
= bfd_get_synthetic_symtab (synth_abfd, symcount, symbol_table,
1163
if (
synthcount
> 0)
1168
synth_symbol_table (new asymbol *[
synthcount
]);
1169
for (i = 0; i <
synthcount
; i++)
1171
elf_symtab_read (reader, objfile, ST_SYNTHETIC,
synthcount
,
/src/external/gpl3/gdb.old/dist/gdb/
elfread.c
1066
long symcount = 0, dynsymcount = 0,
synthcount
, storage_needed;
local
1161
synthcount
= bfd_get_synthetic_symtab (synth_abfd, symcount, symbol_table,
1164
if (
synthcount
> 0)
1169
synth_symbol_table (new asymbol *[
synthcount
]);
1170
for (i = 0; i <
synthcount
; i++)
1172
elf_symtab_read (reader, objfile, ST_SYNTHETIC,
synthcount
,
/src/external/gpl3/binutils/dist/binutils/
objdump.c
224
static long
synthcount
= 0;
variable
4159
sorted_syms = (asymbol **) xmalloc ((sorted_symcount +
synthcount
)
4169
for (i = 0; i <
synthcount
; ++i)
5821
synthcount
= bfd_get_synthetic_symtab (abfd, symcount, syms,
5824
if (
synthcount
< 0)
5825
synthcount
= 0;
5899
synthcount
= 0;
/src/external/gpl3/binutils.old/dist/binutils/
objdump.c
224
static long
synthcount
= 0;
variable
4172
sorted_syms = (asymbol **) xmalloc ((sorted_symcount +
synthcount
)
4182
for (i = 0; i <
synthcount
; ++i)
5832
synthcount
= bfd_get_synthetic_symtab (abfd, symcount, syms,
5835
if (
synthcount
< 0)
5836
synthcount
= 0;
5910
synthcount
= 0;
Completed in 36 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026