Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/binutils/
H A Dnm.c164 static int print_width = 0; variable
1083 print_width = bfd_get_arch_size (file); in set_print_width()
1085 if (print_width == -1) in set_print_width()
1094 print_width = 64; in set_print_width()
1096 print_width = 32; in set_print_width()
1228 if (print_width == 32) in print_object_filename_sysv()
1279 if (print_width == 32) in print_archive_member_sysv()
1337 switch (print_width) in print_value()
1382 if (print_width == 64) in print_symbol_info_bsd()
1425 if (print_width == 32) in print_symbol_info_sysv()
[all …]
H A DChangeLog372 given bfd and set the print_width global appropriately.
375 (print_object_filename_sysv): Update use of print_width.
H A DChangeLog-0001487 * nm.c (print_width): New.
488 (display_rel_file): Set `print_width' according to
490 (print_symbol_info_bsd): Check `print_width' instead of BFD64.
H A DChangeLog-02031515 (display_archive): Set print_width for each archive member.
1517 (display_rel_file): Don't set print_width here.
1518 (print_object_filename_sysv): Handle print_width.
/freebsd-12.1/contrib/mandoc/
H A Dmdoc_man.c124 static void print_width(const struct mdoc_bl *,
541 print_width(const struct mdoc_bl *bl, const struct roff_node *child) in print_width() function
1442 print_width(&bln->norm->Bl, NULL); in pre_it()
1454 print_width(&bln->norm->Bl, NULL); in pre_it()
1461 print_width(&bln->norm->Bl, n->child); in pre_it()
1466 print_width(&bln->norm->Bl, n->child); in pre_it()