Searched refs:opt_flags (Results 1 – 3 of 3) sorted by relevance
359 register u_int i, class, opt_flags = 0; in ns_rprint() local394 opt_flags = EXTRACT_16BITS(cp); in ns_rprint()513 if (opt_flags & 0x8000) in ns_rprint()
223 void yasm_section_set_opt_flags(yasm_section *sect, unsigned long opt_flags);
66 unsigned long opt_flags; /* storage for optimizer flags */ member408 return sect->opt_flags; in yasm_section_get_opt_flags()412 yasm_section_set_opt_flags(yasm_section *sect, unsigned long opt_flags) in yasm_section_set_opt_flags() argument414 sect->opt_flags = opt_flags; in yasm_section_set_opt_flags()