Lines Matching refs:tbl_print
111 static void tbl_print(const char *, int);
370 tbl_print(buf, 0); in handle_core_note()
375 tbl_print(".reg", 0); in handle_core_note()
390 tbl_print(buf, 0); in handle_core_note()
395 tbl_print(".reg2", 0); in handle_core_note()
409 tbl_print(".auxv", 0); in handle_core_note()
420 tbl_print(buf, 0); in handle_core_note()
425 tbl_print(".reg-xfp", 0); in handle_core_note()
497 tbl_print(buf, 0); in handle_phdr()
508 tbl_print(buf, 0); in handle_phdr()
699 tbl_print("section", 0); in sysv_header()
700 tbl_print("size", 1); in sysv_header()
701 tbl_print("addr", 2); in sysv_header()
716 tbl_print(section_name, 0); in sysv_calc()
726 tbl_print("Total", 0); in sysv_footer()
744 tbl_print("text", 0); in berkeley_header()
745 tbl_print("data", 1); in berkeley_header()
746 tbl_print("bss", 2); in berkeley_header()
748 tbl_print("oct", 3); in berkeley_header()
750 tbl_print("dec", 3); in berkeley_header()
751 tbl_print("hex", 4); in berkeley_header()
752 tbl_print("filename", 5); in berkeley_header()
821 tbl_print(buf, 5); in berkeley_footer()
842 tbl_print(const char *s, int col) in tbl_print() function
862 tbl_print(buf, col); in tbl_print_num()