OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:libdeps_bfd
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/binutils/
ar.c
140
static bfd *
libdeps_bfd
= NULL;
854
libdeps_bfd
= bfd_create (LIBDEPS, arch);
855
if (
libdeps_bfd
== NULL)
858
if (bfd_find_target ("binary",
libdeps_bfd
) == NULL)
861
if (! bfd_set_format (
libdeps_bfd
, bfd_object))
864
if (! bfd_make_writable (
libdeps_bfd
))
867
if (bfd_write (libdeps, reclen,
libdeps_bfd
) != reclen)
870
if (! bfd_make_readable (
libdeps_bfd
))
873
if (bfd_find_target (target,
libdeps_bfd
) == NULL)
1540
if (
libdeps_bfd
!= NUL
139
static bfd *
libdeps_bfd
= NULL;
variable
[
all
...]
/src/external/gpl3/binutils.old/dist/binutils/
ar.c
147
static bfd *
libdeps_bfd
= NULL;
875
libdeps_bfd
= bfd_create (LIBDEPS, arch);
876
if (
libdeps_bfd
== NULL)
879
if (bfd_find_target ("binary",
libdeps_bfd
) == NULL)
882
if (! bfd_set_format (
libdeps_bfd
, bfd_object))
885
if (! bfd_make_writable (
libdeps_bfd
))
888
if (bfd_write (libdeps, reclen,
libdeps_bfd
) != reclen)
891
if (! bfd_make_readable (
libdeps_bfd
))
894
if (bfd_find_target (plugin_target,
libdeps_bfd
) == NULL)
1563
if (
libdeps_bfd
!= NUL
145
static bfd *
libdeps_bfd
= NULL;
variable
[
all
...]
Completed in 18 milliseconds
Indexes created Tue Sep 15 00:24:42 UTC 2026