OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:input_arch
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/binutils/
objcopy.c
2675
copy_object (bfd *ibfd, bfd *obfd, const bfd_arch_info_type *
input_arch
)
2806
if (
input_arch
)
2810
iarch =
input_arch
->arch;
2811
imach =
input_arch
->mach;
3632
const bfd_arch_info_type *
input_arch
)
3778
ok = copy_object (this_element, output_element,
input_arch
);
3872
const char *output_target, const bfd_arch_info_type *
input_arch
)
3989
input_arch
))
4070
? !copy_object (ibfd, obfd,
input_arch
)
5370
const bfd_arch_info_type *
input_arch
= NULL
5368
const bfd_arch_info_type *
input_arch
= NULL;
local
[
all
...]
/src/external/gpl3/binutils.old/dist/binutils/
objcopy.c
2673
copy_object (bfd *ibfd, bfd *obfd, const bfd_arch_info_type *
input_arch
)
2804
if (
input_arch
)
2808
iarch =
input_arch
->arch;
2809
imach =
input_arch
->mach;
3627
const bfd_arch_info_type *
input_arch
)
3784
ok = copy_object (this_element, output_element,
input_arch
);
3877
const char *output_target, const bfd_arch_info_type *
input_arch
)
3991
input_arch
))
4046
if (! copy_object (ibfd, obfd,
input_arch
))
5372
const bfd_arch_info_type *
input_arch
= NULL
5370
const bfd_arch_info_type *
input_arch
= NULL;
local
[
all
...]
Completed in 35 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026