Searched refs:filenames_allocated (Results 1 – 6 of 6) sorted by relevance
44 dbgfmt_cv->filenames_allocated = 32; in cv_dbgfmt_create()47 yasm_xmalloc(sizeof(cv_filename)*dbgfmt_cv->filenames_allocated); in cv_dbgfmt_create()48 for (i=0; i<dbgfmt_cv->filenames_allocated; i++) { in cv_dbgfmt_create()
44 size_t filenames_allocated; member
357 if (filenum >= dbgfmt_cv->filenames_allocated) { in cv_dbgfmt_add_file()358 size_t old_allocated = dbgfmt_cv->filenames_allocated; in cv_dbgfmt_add_file()359 dbgfmt_cv->filenames_allocated = filenum+32; in cv_dbgfmt_add_file()361 sizeof(cv_filename)*dbgfmt_cv->filenames_allocated); in cv_dbgfmt_add_file()362 for (i=old_allocated; i<dbgfmt_cv->filenames_allocated; i++) { in cv_dbgfmt_add_file()
91 dbgfmt_dwarf2->filenames_allocated = 32; in dwarf2_dbgfmt_create()94 yasm_xmalloc(sizeof(dwarf2_filename)*dbgfmt_dwarf2->filenames_allocated); in dwarf2_dbgfmt_create()95 for (i=0; i<dbgfmt_dwarf2->filenames_allocated; i++) { in dwarf2_dbgfmt_create()
49 unsigned long filenames_allocated; member
216 if (filenum >= dbgfmt_dwarf2->filenames_allocated) { in dwarf2_dbgfmt_add_file()217 unsigned long old_allocated = dbgfmt_dwarf2->filenames_allocated; in dwarf2_dbgfmt_add_file()218 dbgfmt_dwarf2->filenames_allocated = filenum+32; in dwarf2_dbgfmt_add_file()220 sizeof(dwarf2_filename)*dbgfmt_dwarf2->filenames_allocated); in dwarf2_dbgfmt_add_file()221 for (i=old_allocated; i<dbgfmt_dwarf2->filenames_allocated; i++) { in dwarf2_dbgfmt_add_file()