Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Ddwarfread.c663 dbbase = xmalloc (dbsize); in dwarf_build_psymtabs()
668 xfree (dbbase); in dwarf_build_psymtabs()
671 back_to = make_cleanup (xfree, dbbase); in dwarf_build_psymtabs()
693 scan_compilation_units (dbbase, dbbase + dbsize, dbfoff, lnoffset, objfile); in dwarf_build_psymtabs()
990 nextdie = dbbase + mbr.at_sibling - dbroff; in struct_type()
2267 dbbase = xmalloc (dbsize); in read_ofile_symtab()
2275 xfree (dbbase); in read_ofile_symtab()
2278 back_to = make_cleanup (xfree, dbbase); in read_ofile_symtab()
2306 process_dies (dbbase, dbbase + dbsize, pst->objfile); in read_ofile_symtab()
2789 curoff = thisdie - dbbase; in scan_compilation_units()
[all …]