Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dnm.c209 static int print_width = 0; variable
1518 print_width = bfd_get_arch_size (file); in set_print_format()
1520 if (print_width == -1) in set_print_format()
1529 print_width = 64; in set_print_format()
1531 print_width = 32; in set_print_format()
1540 else if (print_width == 32) in set_print_format()
1552 if (print_width == 32) in set_print_format()
1694 if (print_width == 32) in print_object_filename_sysv()
1755 if (print_width == 32) in print_archive_member_sysv()
1827 switch (print_width) in print_value()
[all …]
H A DChangeLog-2007837 given bfd and set the print_width global appropriately.
840 (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.
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dnm.c209 static int print_width = 0; variable
1551 else if (print_width == 32) in get_print_format()
1574 print_width = bfd_get_arch_size (file); in set_print_width()
1576 if (print_width == -1) in set_print_width()
1585 print_width = 64; in set_print_width()
1587 print_width = 32; in set_print_width()
1721 if (print_width == 32) in print_object_filename_sysv()
1782 if (print_width == 32) in print_archive_member_sysv()
1854 switch (print_width) in print_value()
1862 fatal (_("Print width has not been initialized (%d)"), print_width); in print_value()
[all …]
H A DChangeLog-2007837 given bfd and set the print_width global appropriately.
840 (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.
/netbsd-src/external/bsd/mdocml/dist/
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()
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git9751 print_width is 32, set up print_format_string for an int32_t