Searched refs:use_alt_mach_code (Results 1 – 6 of 6) sorted by relevance
188 static unsigned long use_alt_mach_code = 0; variable3485 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()
485 * objcopy.c (use_alt_mach_code): Change type to unsigned long.
494 * objcopy.c (use_alt_mach_code): New variable.
188 static unsigned long use_alt_mach_code = 0; variable3580 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()