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

/freebsd-10.1-release/contrib/gdb/gdb/
H A Ddwarfread.c307 static char *dbbase; /* Base pointer to dwarf info */ variable
663 dbbase = xmalloc (dbsize);
666 (bfd_bread (dbbase, dbsize, abfd) != dbsize))
668 xfree (dbbase);
671 back_to = make_cleanup (xfree, dbbase);
693 scan_compilation_units (dbbase, dbbase + dbsize, dbfoff, lnoffset, objfile);
990 nextdie = dbbase + mbr.at_sibling - dbroff;
1953 nextdie = dbbase + di.at_sibling - dbroff;
2267 dbbase
[all...]

Completed in 91 milliseconds