Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/elftoolchain/nm/
Dnm.c230 static void sym_value_hex_print(const GElf_Sym *);
1603 nm_opts.value_print_fn = &sym_value_hex_print; in set_opt_value_print_fn()
2034 sym_value_hex_print(const GElf_Sym *sym) in sym_value_hex_print() function