Home
last modified time | relevance | path

Searched refs:show_common (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dsize.c67 static int show_common = 0; variable
120 {"common", no_argument, &show_common, 1},
613 if (show_common) in print_sysv_format()
639 if (show_common) in print_sysv_format()
653 if (show_common) in print_sizes()
H A DChangeLog-2007451 (show_common, common_size): New vars.
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dsize.c67 static int show_common = 0; variable
119 {"common", no_argument, &show_common, 1},
616 if (show_common) in print_sysv_format()
642 if (show_common) in print_sysv_format()
656 if (show_common) in print_sizes()
H A DChangeLog-2007451 (show_common, common_size): New vars.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Ddump-parse-tree.c1217 show_common (gfc_symtree *st) in show_common() function
3127 gfc_traverse_symtree (ns->common_root, show_common); in show_namespace()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Ddump-parse-tree.cc1244 show_common (gfc_symtree *st) in show_common() function
3461 gfc_traverse_symtree (ns->common_root, show_common); in show_namespace()
H A DChangeLog-20041714 * dump-parse-tree.c (show_common): New function.