Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Ddwarfread.c318 static char *dbbase; /* Base pointer to dwarf info */ variable
674 dbbase = xmalloc (dbsize); in dwarf_build_psymtabs()
677 (bfd_bread (dbbase, dbsize, abfd) != dbsize)) in dwarf_build_psymtabs()
679 xfree (dbbase); in dwarf_build_psymtabs()
682 back_to = make_cleanup (xfree, dbbase); in dwarf_build_psymtabs()
704 scan_compilation_units (dbbase, dbbase + dbsize, dbfoff, lnoffset, objfile); in dwarf_build_psymtabs()
1001 nextdie = dbbase + mbr.at_sibling - dbroff; in struct_type()
1952 nextdie = dbbase + di.at_sibling - dbroff; in process_dies()
2266 dbbase = xmalloc (dbsize); in read_ofile_symtab()
2272 (bfd_bread (dbbase, dbsize, abfd) != dbsize)) in read_ofile_symtab()
[all …]