Searched refs:dbsize (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | dwarfread.c | 308 static int dbsize; /* Size of dwarf info in bytes */ variable 662 dbsize = dbfsize; in dwarf_build_psymtabs() 663 dbbase = xmalloc (dbsize); in dwarf_build_psymtabs() 666 (bfd_bread (dbbase, dbsize, abfd) != dbsize)) in dwarf_build_psymtabs() 693 scan_compilation_units (dbbase, dbbase + dbsize, dbfoff, lnoffset, objfile); in dwarf_build_psymtabs() 2266 dbsize = DBLENGTH (pst); in read_ofile_symtab() 2267 dbbase = xmalloc (dbsize); in read_ofile_symtab() 2273 (bfd_bread (dbbase, dbsize, abfd) != dbsize)) in read_ofile_symtab() 2306 process_dies (dbbase, dbbase + dbsize, pst->objfile); in read_ofile_symtab() 3467 ((diep + dip->die_length) > (dbbase + dbsize))) in basicdieinfo()
|
| 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() 617 ei.dboffset, ei.dbsize, in elf_symfile_read()
|
| /freebsd-12-stable/sys/kern/ |
| D | vfs_cluster.c | 819 int dbsize = btodb(size); in cluster_wbuild() local 954 ((bp->b_blkno + (dbsize * i)) != in cluster_wbuild()
|