Home
last modified time | relevance | path

Searched refs:use_alt_mach_code (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dobjcopy.c188 static unsigned long use_alt_mach_code = 0; variable
3485 if (use_alt_mach_code != 0) in copy_object()
3487 if (! bfd_alt_mach_code (obfd, use_alt_mach_code)) in copy_object()
3490 use_alt_mach_code); in copy_object()
3494 elf_elfheader (obfd)->e_machine = use_alt_mach_code; in copy_object()
5733 use_alt_mach_code = strtoul (optarg, NULL, 0); in copy_main()
5734 if (use_alt_mach_code == 0) in copy_main()
H A DChangeLog-2006485 * objcopy.c (use_alt_mach_code): Change type to unsigned long.
H A DChangeLog-0001494 * objcopy.c (use_alt_mach_code): New variable.
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dobjcopy.c188 static unsigned long use_alt_mach_code = 0; variable
3580 if (use_alt_mach_code != 0) in copy_object()
3582 if (! bfd_alt_mach_code (obfd, use_alt_mach_code)) in copy_object()
3585 use_alt_mach_code); in copy_object()
3589 elf_elfheader (obfd)->e_machine = use_alt_mach_code; in copy_object()
5851 use_alt_mach_code = strtoul (optarg, NULL, 0); in copy_main()
5852 if (use_alt_mach_code == 0) in copy_main()
H A DChangeLog-2006485 * objcopy.c (use_alt_mach_code): Change type to unsigned long.
H A DChangeLog-0001494 * objcopy.c (use_alt_mach_code): New variable.