Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/binutils/
H A Dobjcopy.c152 static unsigned long use_alt_mach_code = 0; variable
1780 if (use_alt_mach_code != 0) in copy_object()
1782 if (! bfd_alt_mach_code (obfd, use_alt_mach_code)) in copy_object()
1785 use_alt_mach_code); in copy_object()
1789 elf_elfheader (obfd)->e_machine = use_alt_mach_code; in copy_object()
3267 use_alt_mach_code = strtoul (optarg, NULL, 0); in copy_main()
3268 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.