Lines Matching defs:option

12    (at your option) any later version.
4178 static struct option options[] =
4224 fprintf (stream, _("Usage: readelf <option(s)> elf-file(s)\n"));
4512 error (_("Invalid option '-%c'\n"), c);
12598 FIXME: Maybe we ought to have an option that dumps a section with
12738 FIXME: Maybe we ought to have an option that dumps a section with
12969 stripped with the --only-keep-debug command line option. */
14853 Elf_Internal_Options * option;
14880 option = iopt;
14888 option->kind = BYTE_GET (eoption->kind);
14889 option->size = BYTE_GET (eoption->size);
14890 option->section = BYTE_GET (eoption->section);
14891 option->info = BYTE_GET (eoption->info);
14894 if (option->size < sizeof (* eopt)
14895 || offset + option->size > sect->sh_size)
14897 error (_("Invalid size (%u) for MIPS option\n"), option->size);
14900 offset += option->size;
14902 ++option;
14909 option = iopt;
14916 switch (option->kind)
14920 printf (" NULL %d %lx", option->section, option->info);
14930 ereg = (Elf32_External_RegInfo *) (option + 1);
14951 ereg = (Elf64_External_RegInfo *) (option + 1);
14968 ++option;
14972 process_mips_fpe_exception (option->info & OEX_FPU_MIN);
14974 process_mips_fpe_exception ((option->info & OEX_FPU_MAX) >> 8);
14977 if (option->info & OEX_PAGE0)
14979 if (option->info & OEX_SMM)
14981 if (option->info & OEX_FPDBUG)
14983 if (option->info & OEX_DISMISS)
14988 if (option->info & OPAD_PREFIX)
14990 if (option->info & OPAD_POSTFIX)
14992 if (option->info & OPAD_SYMBOL)
14997 if (option->info & OHW_R4KEOP)
14999 if (option->info & OHW_R8KPFETCH)
15001 if (option->info & OHW_R5KEOP)
15003 if (option->info & OHW_R5KCVTL)
15016 if (option->info & OHWA0_R4KEOP_CHECKED)
15018 if (option->info & OHWA0_R4KEOP_CLEAN)
15023 if (option->info & OHWA0_R4KEOP_CHECKED)
15025 if (option->info & OHWA0_R4KEOP_CLEAN)
15030 option->info & OGP_GROUP,
15031 (option->info & OGP_SELF) >> 16);
15035 option->info & OGP_GROUP,
15036 (option->info & OGP_SELF) >> 16);
15041 option->kind, option->section, option->info);
15046 while (len < option->size)
15058 offset += option->size;
15059 ++option;