Home
last modified time | relevance | path

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

/NextBSD/contrib/elftoolchain/nm/
HDnm.c209 static void sym_elem_print_all(char, const char *,
461 nm_opts.elem_print_fn = &sym_elem_print_all; in get_opt()
474 nm_opts.elem_print_fn = &sym_elem_print_all; in get_opt()
764 nm_opts.elem_print_fn = &sym_elem_print_all; in global_init()
900 else if (nm_opts.elem_print_fn == sym_elem_print_all) in print_header()
904 if (nm_opts.elem_print_fn == sym_elem_print_all) in print_header()
1492 nm_opts.elem_print_fn == sym_elem_print_all) in read_object()
1607 sym_elem_print_all(char type, const char *sec, const GElf_Sym *sym, in sym_elem_print_all() function