/toolchain/binutils/binutils-2.25/gas/config/ |
tc-mmix.c | 203 {"linkrelax", no_argument, NULL, OPTION_RELAX}, 204 {"no-expand", no_argument, NULL, OPTION_NOEXPAND}, 205 {"no-merge-gregs", no_argument, NULL, OPTION_NOMERGEGREG}, 206 {"no-predefined-syms", no_argument, NULL, OPTION_NOSYMS}, 207 {"gnu-syntax", no_argument, NULL, OPTION_GNU_SYNTAX}, 208 {"globalize-symbols", no_argument, NULL, OPTION_GLOBALIZE_SYMBOLS}, 209 {"fixed-special-register-names", no_argument, NULL, 211 {"linker-allocated-gregs", no_argument, NULL, 213 {"no-pushj-stubs", no_argument, NULL, OPTION_NOPUSHJSTUBS}, 214 {"no-stubs", no_argument, NULL, OPTION_NOPUSHJSTUBS} [all...] |
tc-tic4x.c | 88 { "mbig", no_argument, NULL, OPTION_BIG }, 89 { "msmall", no_argument, NULL, OPTION_SMALL }, 90 { "mmemparm", no_argument, NULL, OPTION_MEMPARM }, 91 { "mregparm", no_argument, NULL, OPTION_REGPARM }, 92 { "midle2", no_argument, NULL, OPTION_IDLE2 }, 93 { "mlowpower", no_argument, NULL, OPTION_LOWPOWER }, 94 { "menhanced", no_argument, NULL, OPTION_ENHANCED }, 96 { NULL, no_argument, NULL, 0 } [all...] |
tc-fr30.c | 63 {NULL, no_argument, NULL, 0}
|
tc-xstormy16.c | 64 {NULL, no_argument, NULL, 0}
|
tc-pdp11.c | 1243 { "pic", no_argument, NULL, OPTION_PIC }, 1244 { NULL, no_argument, NULL, 0 }
|
tc-tic6x.c | 69 { "mbig-endian", no_argument, NULL, OPTION_MBIG_ENDIAN }, 70 { "mlittle-endian", no_argument, NULL, OPTION_MLITTLE_ENDIAN }, 71 { "mdsbt", no_argument, NULL, OPTION_MDSBT }, 72 { "mno-dsbt", no_argument, NULL, OPTION_MNO_DSBT }, 74 { "mpic", no_argument, NULL, OPTION_MPIC }, 75 { "mno-pic", no_argument, NULL, OPTION_MNO_PIC }, 76 { "mgenerate-rel", no_argument, NULL, OPTION_MGENERATE_REL }, 77 { NULL, no_argument, NULL, 0 } [all...] |
tc-z8k.c | 1300 {"linkrelax", no_argument, NULL, OPTION_RELAX}, 1301 {NULL, no_argument, NULL, 0} [all...] |
tc-score.c | 227 {"EB" , no_argument, NULL, OPTION_EB}, 230 {"EL" , no_argument, NULL, OPTION_EL}, 232 {"FIXDD" , no_argument, NULL, OPTION_FIXDD}, 233 {"NWARN" , no_argument, NULL, OPTION_NWARN}, 234 {"SCORE5" , no_argument, NULL, OPTION_SCORE5}, 235 {"SCORE5U", no_argument, NULL, OPTION_SCORE5U}, 236 {"SCORE7" , no_argument, NULL, OPTION_SCORE7}, 237 {"USE_R1" , no_argument, NULL, OPTION_R1}, 238 {"O0" , no_argument, NULL, OPTION_O0}, 239 {"V" , no_argument, NULL, OPTION_SCORE_VERSION} [all...] |
tc-i960.c | [all...] |
tc-nios2.c | 75 {"relax-all", no_argument, NULL, OPTION_RELAX_ALL}, 77 {"no-relax", no_argument, NULL, OPTION_NORELAX}, 79 {"relax-section", no_argument, NULL, OPTION_RELAX_SECTION}, 81 {"EB", no_argument, NULL, OPTION_EB}, 83 {"EL", no_argument, NULL, OPTION_EL} [all...] |
tc-microblaze.c | [all...] |
/external/autotest/client/deps/nvmap_compactor/src/ |
nvmap_carveout_compactor.c | 747 {"help", no_argument, 0, 'h'}, 748 {"verbose", no_argument, 0, 'v'},
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
beos.em | 98 {"dll", no_argument, NULL, OPTION_DLL}, 111 {NULL, no_argument, NULL, 0}
|
xtensaelf.em | [all...] |
elf32.em | [all...] |
/external/blktrace/ |
blktrace.c | 369 .has_arg = no_argument, 381 .has_arg = no_argument, 387 .has_arg = no_argument, 411 .has_arg = no_argument, 429 .has_arg = no_argument, [all...] |
/toolchain/binutils/binutils-2.25/binutils/ |
readelf.c | [all...] |
nlmconv.c | 110 { "debug", no_argument, 0, 'd' }, 112 { "help", no_argument, 0, 'h' }, 118 { "version", no_argument, 0, 'V' }, 119 { NULL, no_argument, 0, 0 } [all...] |
/bionic/libc/upstream-freebsd/lib/libc/stdlib/ |
getopt_long.c | 273 if (long_options[match].has_arg == no_argument
|
/device/google/contexthub/util/nanotool/ |
nanotool.cpp | 292 {"log", no_argument, nullptr, 'l'},
|
/external/mesa3d/src/getopt/ |
getopt_long.c | 208 if (long_options[match].has_arg == no_argument
|
/external/tcpdump/missing/ |
getopt_long.c | 270 if (long_options[match].has_arg == no_argument
|
/frameworks/native/cmds/flatland/ |
Main.cpp | 746 {"help", no_argument, 0, 0 },
|
/hardware/intel/common/libva/test/encode/ |
h264encode.c | 733 {"help", no_argument, NULL, 0 }, 744 {"syncmode", no_argument, NULL, 12 }, 745 {"enablePSNR", no_argument, NULL, 13 }, 751 {NULL, no_argument, NULL, 0 }}; [all...] |
/ndk/sources/host-tools/make-3.81/ |
main.c | 428 { "quiet", no_argument, 0, 's' }, 429 { "stop", no_argument, 0, 'S' }, 434 { "dry-run", no_argument, 0, 'n' }, 435 { "recon", no_argument, 0, 'n' }, [all...] |