Searched refs:opt_flags (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dsection.h220 * \param opt_flags optimizer-specific flags.
223 void yasm_section_set_opt_flags(yasm_section *sect, unsigned long opt_flags);
H A Dsection.c66 unsigned long opt_flags; /* storage for optimizer flags */ member in struct:yasm_section
408 return sect->opt_flags;
412 yasm_section_set_opt_flags(yasm_section *sect, unsigned long opt_flags) argument
414 sect->opt_flags = opt_flags;
/external/tcpdump/
H A Dprint-domain.c359 register u_int i, class, opt_flags = 0; local
392 /* if T_OPT, save opt_flags */
394 opt_flags = EXTRACT_16BITS(cp);
513 if (opt_flags & 0x8000)

Completed in 244 milliseconds