Searched refs:dbsize (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | dwarfread.c | 319 static int dbsize; /* Size of dwarf info in bytes */ variable 673 dbsize = dbfsize; in dwarf_build_psymtabs() 674 dbbase = xmalloc (dbsize); in dwarf_build_psymtabs() 677 (bfd_bread (dbbase, dbsize, abfd) != dbsize)) in dwarf_build_psymtabs() 704 scan_compilation_units (dbbase, dbbase + dbsize, dbfoff, lnoffset, objfile); in dwarf_build_psymtabs() 2265 dbsize = DBLENGTH (pst); in read_ofile_symtab() 2266 dbbase = xmalloc (dbsize); in read_ofile_symtab() 2272 (bfd_bread (dbbase, dbsize, abfd) != dbsize)) in read_ofile_symtab() 2305 process_dies (dbbase, dbbase + dbsize, pst->objfile); in read_ofile_symtab() 3466 ((diep + dip->die_length) > (dbbase + dbsize))) in basicdieinfo()
|
| H A D | elfread.c | 48 unsigned int dbsize; /* Size of dwarf debug section */ member 86 ei->dbsize = bfd_get_section_size (sectp); in elf_locate_sections() 588 ei.dboffset, ei.dbsize, in elf_symfile_read()
|
| H A D | ChangeLog-1992 | 1803 * dwarfread.c (dbsize): New variable to hold size of dwarf info. 1804 * dwarfread.c (dwarf_build_psymtabs): Rename dbsize parameter to 1805 dbfsize and use it to initialize new local file scope dbsize. 1806 * dwarfread.c (read_ofile_symtab): Initialize dbsize and use it. 1807 * dwarfread.c (basicdieinfo): Use dbsize to check for oversize
|