Lines Matching refs:dbgfile

35     FILE *dbgfile;  member
48 objfmt_dbg->dbgfile = tmpfile(); in dbg_objfmt_create()
49 if (!objfmt_dbg->dbgfile) { in dbg_objfmt_create()
53 fprintf(objfmt_dbg->dbgfile, "create()\n"); in dbg_objfmt_create()
66 rewind(objfmt_dbg->dbgfile); in dbg_objfmt_output()
67 while ((i = fread(buf, 1, 1024, objfmt_dbg->dbgfile))) { in dbg_objfmt_output()
73 fclose(objfmt_dbg->dbgfile); in dbg_objfmt_output()
74 objfmt_dbg->dbgfile = f; in dbg_objfmt_output()
76 fprintf(objfmt_dbg->dbgfile, "output(f, object->\n"); in dbg_objfmt_output()
77 yasm_object_print(object, objfmt_dbg->dbgfile, 1); in dbg_objfmt_output()
78 fprintf(objfmt_dbg->dbgfile, "%d)\n", all_syms); in dbg_objfmt_output()
79 fprintf(objfmt_dbg->dbgfile, " Symbol Table:\n"); in dbg_objfmt_output()
80 yasm_symtab_print(object->symtab, objfmt_dbg->dbgfile, 1); in dbg_objfmt_output()
87 fprintf(objfmt_dbg->dbgfile, "destroy()\n"); in dbg_objfmt_destroy()
96 fprintf(objfmt_dbg->dbgfile, "init_new_section(\"%s\", %lu)\n", in dbg_objfmt_init_new_section()
109 fprintf(objfmt_dbg->dbgfile, "add_default_section()\n"); in dbg_objfmt_add_default_section()
128 fprintf(objfmt_dbg->dbgfile, "section_switch(headp, "); in dbg_objfmt_section_switch()
129 yasm_vps_print(valparams, objfmt_dbg->dbgfile); in dbg_objfmt_section_switch()
130 fprintf(objfmt_dbg->dbgfile, ", "); in dbg_objfmt_section_switch()
131 yasm_vps_print(objext_valparams, objfmt_dbg->dbgfile); in dbg_objfmt_section_switch()
132 fprintf(objfmt_dbg->dbgfile, ", %lu), returning ", line); in dbg_objfmt_section_switch()
136 fprintf(objfmt_dbg->dbgfile, "NULL\n"); in dbg_objfmt_section_switch()
142 fprintf(objfmt_dbg->dbgfile, "(new) "); in dbg_objfmt_section_switch()
145 fprintf(objfmt_dbg->dbgfile, "\"%s\" section\n", vp->val); in dbg_objfmt_section_switch()
154 fprintf(objfmt_dbg->dbgfile, "get_special_sym(object, \"%s\", \"%s\")\n", in dbg_objfmt_get_special_sym()