Searched refs:nm_opts (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/elftoolchain/nm/ |
H A D | nm.c | 242 static struct nm_prog_options nm_opts; variable 255 { "defined-only", no_argument, &nm_opts.def_only, 1}, 262 { "no-demangle", no_argument, &nm_opts.no_demangle, 271 { "size-sort", no_argument, &nm_opts.sort_size, 1}, 429 nm_opts.fileargs = fa; in enter_cap_mode() 490 nm_opts.t = RADIX_HEX; in get_opt() 495 nm_opts.print_name = PRINT_NAME_FULL; in get_opt() 498 nm_opts.elem_print_fn = &sym_elem_print_all; in get_opt() 501 nm_opts.demangle_type = parse_demangle_option(optarg); in get_opt() 504 nm_opts.print_symbol = PRINT_SYM_DYN; in get_opt() [all …]
|