Searched refs:table_end (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dui-out.h246 table_end_ftype *table_end; member in struct:ui_out_impl
H A Dwin32-nat.c791 struct section_table *table_end = NULL; local
794 build_section_table (abfd, &table_start, &table_end);
796 for (iter = table_start; iter < table_end; ++iter)
804 table_end);
H A Dui-out.c284 previous table_end.");
305 after a table_begin and before a table_end.");
309 only one table_body after a table_begin and before a table_end.");
326 "misplaced table_end or missing table_begin.");
870 if (!uiout->impl->table_end)
872 uiout->impl->table_end (uiout);

Completed in 112 milliseconds