OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:object_only_syms
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/binutils.old/dist/bfd/
plugin.h
38
asymbol **
object_only_syms
;
member in struct:plugin_data_struct
plugin.c
184
asymbol **
object_only_syms
, **added_syms;
local
186
plugin_data->
object_only_syms
= NULL;
261
object_only_syms
= (asymbol **) bfd_malloc (storage);
262
object_only_nsyms = bfd_canonicalize_symtab (nbfd,
object_only_syms
);
271
asection *sec =
object_only_syms
[i]->section;
272
flagword flags =
object_only_syms
[i]->flags;
297
s->name = xstrdup (
object_only_syms
[i]->name);
303
plugin_data->
object_only_syms
= added_syms;
306
free (
object_only_syms
);
923
alocation[i] = plugin_data->
object_only_syms
[j]
[
all
...]
/src/external/gpl3/binutils/dist/bfd/
plugin.c
145
asymbol **
object_only_syms
;
member in struct:plugin_data_struct
191
asymbol **
object_only_syms
, **added_syms;
local
193
plugin_data->
object_only_syms
= NULL;
278
object_only_syms
= (asymbol **) bfd_malloc (storage);
279
object_only_nsyms = bfd_canonicalize_symtab (nbfd,
object_only_syms
);
288
asection *sec =
object_only_syms
[i]->section;
289
flagword flags =
object_only_syms
[i]->flags;
314
s->name = xstrdup (
object_only_syms
[i]->name);
320
plugin_data->
object_only_syms
= added_syms;
323
free (
object_only_syms
);
[
all
...]
Completed in 24 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026