OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sym_out
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/binutils/dist/bfd/
ecofflink.c
764
bfd_byte *
sym_out
;
789
sym_out
= (bfd_byte *) objalloc_alloc (ainfo->memory, sz);
790
if (!
sym_out
)
795
if (!add_memory_shuffle (ainfo, &ainfo->sym, &ainfo->sym_end,
sym_out
,
876
(*swap_sym_out) (output_bfd, &internal_sym,
sym_out
);
877
sym_out
+= external_sym_size;
763
bfd_byte *
sym_out
;
local
/src/external/gpl3/binutils.old/dist/bfd/
ecofflink.c
764
bfd_byte *
sym_out
;
789
sym_out
= (bfd_byte *) objalloc_alloc (ainfo->memory, sz);
790
if (!
sym_out
)
795
if (!add_memory_shuffle (ainfo, &ainfo->sym, &ainfo->sym_end,
sym_out
,
876
(*swap_sym_out) (output_bfd, &internal_sym,
sym_out
);
877
sym_out
+= external_sym_size;
763
bfd_byte *
sym_out
;
local
/src/external/gpl3/gdb.old/dist/bfd/
ecofflink.c
754
bfd_byte *
sym_out
;
779
sym_out
= (bfd_byte *) objalloc_alloc (ainfo->memory, sz);
780
if (!
sym_out
)
785
if (!add_memory_shuffle (ainfo, &ainfo->sym, &ainfo->sym_end,
sym_out
,
866
(*swap_sym_out) (output_bfd, &internal_sym,
sym_out
);
867
sym_out
+= external_sym_size;
752
bfd_byte *
sym_out
;
local
/src/external/gpl3/gdb/dist/bfd/
ecofflink.c
764
bfd_byte *
sym_out
;
789
sym_out
= (bfd_byte *) objalloc_alloc (ainfo->memory, sz);
790
if (!
sym_out
)
795
if (!add_memory_shuffle (ainfo, &ainfo->sym, &ainfo->sym_end,
sym_out
,
876
(*swap_sym_out) (output_bfd, &internal_sym,
sym_out
);
877
sym_out
+= external_sym_size;
763
bfd_byte *
sym_out
;
local
/src/external/gpl3/binutils/dist/gas/
ecoff.c
3869
char *
sym_out
;
3873
sym_out
= *buf + offset;
4179
if ((bfd_size_type)(*bufend -
sym_out
) < external_sym_size)
4180
sym_out
= ecoff_add_bytes (buf, bufend,
4181
sym_out
,
4184
sym_out
);
4185
sym_out
+= external_sym_size;
3837
char *
sym_out
;
local
/src/external/gpl3/binutils.old/dist/gas/
ecoff.c
3866
char *
sym_out
;
3870
sym_out
= *buf + offset;
4176
if ((bfd_size_type)(*bufend -
sym_out
) < external_sym_size)
4177
sym_out
= ecoff_add_bytes (buf, bufend,
4178
sym_out
,
4181
sym_out
);
4182
sym_out
+= external_sym_size;
3834
char *
sym_out
;
local
Completed in 32 milliseconds
Indexes created Sun Mar 15 00:25:29 UTC 2026