Searched refs:input_elf_osabi (Results 1 – 4 of 4) sorted by relevance
57 static int input_elf_osabi = -1; variable377 if (input_elf_osabi != -1 && osabi != input_elf_osabi) in update_elf_header()381 file_name, osabi, input_elf_osabi); in update_elf_header()1032 input_elf_osabi = elf_osabi (optarg); in main()1033 if (input_elf_osabi < 0) in main()
465 * elfedit.c (input_elf_osabi): New.