Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-domain.c359 register u_int i, class, opt_flags = 0; in ns_rprint() local
394 opt_flags = EXTRACT_16BITS(cp); in ns_rprint()
513 if (opt_flags & 0x8000) in ns_rprint()
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dsection.h223 void yasm_section_set_opt_flags(yasm_section *sect, unsigned long opt_flags);
Dsection.c66 unsigned long opt_flags; /* storage for optimizer flags */ member
408 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() argument
414 sect->opt_flags = opt_flags; in yasm_section_set_opt_flags()