Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A DOpts.td30 def print_armap : FF<"print-armap", "Print the archive map">;
73 def : F<"M", "Deprecated alias for --print-armap">, Alias<print_armap>, Flags<[HelpHidden]>;
/freebsd/contrib/elftoolchain/nm/
H A Dnm.c147 bool print_armap; member
571 nm_opts.print_armap = true; in get_opt()
794 nm_opts.print_armap = false; in global_init()
1537 if (nm_opts.print_armap == true) in read_object()