Home
last modified time | relevance | path

Searched refs:oformat (Results 1 – 12 of 12) sorted by relevance

/dragonfly/sys/dev/video/meteor/
H A Dioctl_meteor.h51 u_long oformat; member
/dragonfly/contrib/binutils-2.34/gold/
H A Dtarget-select.cc193 const char* bfd_name = parameters->options().oformat(); in print_output_format()
H A Dparameters.cc330 const char* bfd_name = parameters->options().oformat(); in parameters_force_valid_target()
H A Doptions.cc1015 return General_options::string_to_object_format(this->oformat()); in oformat_enum()
H A Doptions.h1077 DEFINE_string(oformat, options::EXACTLY_TWO_DASHES, '\0', "elf",
/dragonfly/contrib/binutils-2.27/gold/
H A Dtarget-select.cc193 const char* bfd_name = parameters->options().oformat(); in print_output_format()
H A Dparameters.cc330 const char* bfd_name = parameters->options().oformat(); in parameters_force_valid_target()
H A Doptions.cc967 return General_options::string_to_object_format(this->oformat()); in oformat_enum()
H A Doptions.h980 DEFINE_string(oformat, options::EXACTLY_TWO_DASHES, '\0', "elf",
/dragonfly/contrib/gdb-7/gdb/
H A Dprintcmd.c194 decode_format (char **string_ptr, int oformat, int osize) in decode_format() argument
236 val.format = oformat; in decode_format()
242 val.format = oformat == 'i' ? 'x' : oformat; in decode_format()
/dragonfly/sys/dev/video/bktr/
H A Dbktr_core.c1597 if ((geo->oformat & METEOR_GEO_ODD_ONLY) && in video_ioctl()
1598 (geo->oformat & METEOR_GEO_EVEN_ONLY)) { in video_ioctl()
1605 if (geo->oformat & METEOR_GEO_ODD_ONLY) in video_ioctl()
1609 if (geo->oformat & METEOR_GEO_EVEN_ONLY) in video_ioctl()
1634 ((geo->oformat & METEOR_GEO_FIELD_MASK) && in video_ioctl()
1658 if (geo->oformat & METEOR_GEO_RGB24) temp = temp * 2; in video_ioctl()
1694 switch (geo->oformat & METEOR_GEO_OUTPUT_MASK) { in video_ioctl()
1704 if (geo->oformat & METEOR_GEO_YUV_12) in video_ioctl()
/dragonfly/contrib/binutils-2.27/ld/
H A Dld.texinfo602 @option{-b}, @option{--format}, @option{--oformat} options, the
1709 @kindex --oformat=@var{output-format}
1710 @item --oformat=@var{output-format}
1713 @samp{--oformat} option to specify the binary format for the output
3374 exactly like using @samp{--oformat @var{bfdname}} on the command line