Home | History | Annotate | Download | only in libdw

Lines Matching refs:table

40   Dwarf_Macro_Op_Table *const table = macro->table;
41 if (table->files == NULL)
43 Dwarf_Off line_offset = table->line_offset;
51 /* If TABLE->comp_dir is NULL that could mean any of the
74 if (__libdw_getsrclines (dbg, line_offset, table->comp_dir,
75 table->is_64bit ? 8 : 4,
76 NULL, &table->files) < 0)
77 table->files = (void *) -1;
80 if (table->files == (void *) -1)
83 *files = table->files;
84 *nfiles = table->files->nfiles;