Lines Matching refs:errlog
119 errlog(BEGIN, "symtab_new_function() {"); in symtab_new_function()
132 errlog(END, "}"); in symtab_new_function()
145 errlog(BEGIN, "symtab_clear_function() {"); in symtab_clear_function()
152 errlog(END, "}"); in symtab_clear_function()
163 errlog(BEGIN, "symtab_clear_varargs() {"); in symtab_clear_varargs()
165 errlog(END, "}"); in symtab_clear_varargs()
175 errlog(BEGIN, "symtab_clear_includes() {"); in symtab_clear_includes()
177 errlog(END, "}"); in symtab_clear_includes()
184 errlog(BEGIN, "symtab_clear_globals() {"); in symtab_clear_globals()
186 errlog(END, "}"); in symtab_clear_globals()
193 errlog(BEGIN, "symtab_clear_errval() {"); in symtab_clear_errval()
195 errlog(END, "}"); in symtab_clear_errval()
202 errlog(BEGIN, "symtab_clear_exception() {"); in symtab_clear_exception()
204 errlog(END, "}"); in symtab_clear_exception()
211 errlog(BEGIN, "symtab_clear_print_types() {"); in symtab_clear_print_types()
213 errlog(END, "}"); in symtab_clear_print_types()
223 errlog(BEGIN, "symtab_set_prototype(void) {"); in symtab_set_prototype()
226 errlog(END, "}"); in symtab_set_prototype()
232 errlog(BEGIN, "symtab_get_prototype() {"); errlog(END, "}"); in symtab_get_prototype()
239 errlog(BEGIN, "symtab_set_formals() {"); in symtab_set_formals()
240 errlog(VERBOSE, "p = %s", p); in symtab_set_formals()
243 errlog(END, "}"); in symtab_set_formals()
249 errlog(BEGIN, "symtab_get_formals() {"); errlog(END, "}"); in symtab_get_formals()
256 errlog(BEGIN, "symtab_set_actuals() {"); errlog(END, "}"); in symtab_set_actuals()
257 errlog(VERBOSE, "p = %s", p); in symtab_set_actuals()
265 errlog(BEGIN, "symtab_get_actuals() {"); errlog(END, "}"); in symtab_get_actuals()
272 errlog(BEGIN, "symtab_set_cast() {"); errlog(END, "}"); in symtab_set_cast()
280 errlog(BEGIN, "symtab_get_cast() {"); errlog(END, "}"); in symtab_get_cast()
288 errlog(BEGIN, "symtab_set_filename() {"); errlog(END, "}"); in symtab_set_filename()
296 errlog(BEGIN, "symtab_get_filename() {"); errlog(END, "}"); in symtab_get_filename()
306 errlog(BEGIN, "symtab_set_nonreturn() {"); errlog(END, "}"); in symtab_set_nonreturn()
313 errlog(BEGIN, "symtab_get_nonreturn() {"); errlog(END, "}"); in symtab_get_nonreturn()
320 errlog(BEGIN, "symtab_set_line() {"); errlog(END, "}"); in symtab_set_line()
327 errlog(BEGIN, "symtab_get_line() {"); errlog(END, "}"); in symtab_get_line()
335 errlog(BEGIN, "symtab_set_skip() {"); errlog(END, "}"); in symtab_set_skip()
342 errlog(BEGIN, "symtab_get_skip() {"); errlog(END, "}"); in symtab_get_skip()
355 errlog(BEGIN, "symtab_set_function() {"); in symtab_set_function()
358 errlog(END, "}"); in symtab_set_function()
364 errlog(BEGIN, "symtab_get_function() {"); errlog(END, "}"); in symtab_get_function()
375 errlog(BEGIN, "symtab_set_exception() {"); in symtab_set_exception()
378 errlog(END, "}"); in symtab_set_exception()
385 errlog(BEGIN, "symtab_get_exception() {"); errlog(END, "}"); in symtab_get_exception()
397 errlog(BEGIN, "symtab_set_errval() {"); in symtab_set_errval()
401 errlog(END, "}"); in symtab_set_errval()
408 errlog(BEGIN, "symtab_get_errval() {"); errlog(END, "}"); in symtab_get_errval()
423 errlog(BEGIN, "symtab_add_args() {"); in symtab_add_args()
429 errlog(END, "}"); in symtab_add_args()
438 errlog(BEGIN, "symtab_get_first_arg() {"); errlog(END, "}"); in symtab_get_first_arg()
447 errlog(BEGIN, "symtab_get_next_arg() {"); errlog(END, "}"); in symtab_get_next_arg()
455 errlog(BEGIN, "symtab_get_last_arg() {"); errlog(END, "}"); in symtab_get_last_arg()
463 errlog(BEGIN, "symtab_add_varargs() {"); in symtab_add_varargs()
469 errlog(END, "}"); in symtab_add_varargs()
478 errlog(BEGIN, "symtab_get_first_vararg() {"); errlog(END, "}"); in symtab_get_first_vararg()
487 errlog(BEGIN, "symtab_get_next_vararg() {"); errlog(END, "}"); in symtab_get_next_vararg()
496 errlog(BEGIN, "symtab_add_globals() {"); in symtab_add_globals()
502 errlog(END, "}"); in symtab_add_globals()
512 errlog(BEGIN, "symtab_get_first_global() {"); errlog(END, "}"); in symtab_get_first_global()
521 errlog(BEGIN, "symtab_get_next_global() {"); errlog(END, "}"); in symtab_get_next_global()
540 errlog(BEGIN, "symtab_add_print_types() {"); in symtab_add_print_types()
543 errlog(END, "}"); in symtab_add_print_types()
555 errlog(END, "}"); in symtab_add_print_types()
561 errlog(BEGIN, "symtab_free_print_types() {"); errlog(END, "}"); in symtab_free_print_types()
572 errlog(BEGIN, "symtab_get_first_print_type() {"); errlog(END, "}"); in symtab_get_first_print_type()
581 errlog(BEGIN, "symtab_get_next_print_type() {"); errlog(END, "}"); in symtab_get_next_print_type()
589 errlog(BEGIN, "symtab_add_includes() {"); in symtab_add_includes()
596 errlog(END, "}"); in symtab_add_includes()
605 errlog(BEGIN, "symtab_get_first_include() {"); errlog(END, "}"); in symtab_get_first_include()
614 errlog(BEGIN, "symtab_get_next_include() {"); errlog(END, "}"); in symtab_get_next_include()
622 errlog(BEGIN, "symtab_sort_includes() {"); in symtab_sort_includes()
624 errlog(END, "}"); in symtab_sort_includes()
772 errlog(BEGIN, "allocate_entry() {"); in allocate_entry()
775 errlog(FATAL, "can't allocate space for an ENTRY"); in allocate_entry()
778 errlog(END, "}"); in allocate_entry()
795 errlog(BEGIN, "set_entry() {"); in set_entry()
797 errlog(FATAL, "programmer error: passed a NULL ENTRY"); in set_entry()
817 errlog(FATAL, "programmer error: impossible kind of ENTRY"); in set_entry()
822 errlog(END, "}"); in set_entry()
849 errlog(BEGIN, "create_entry_table() {"); in create_entry_table()
852 errlog(FATAL, "can't allocate space for an ENTRY table"); in create_entry_table()
856 errlog(END, "}"); in create_entry_table()
867 errlog(BEGIN, "add_entry_table() {"); in add_entry_table()
869 errlog(FATAL, "programmer error: tried to add to NULL EHEAD"); in add_entry_table()
876 errlog(FATAL, "out of memory extending an EHEAD"); in add_entry_table()
885 errlog(END, "}"); in add_entry_table()