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

/freebsd-10.1-release/sys/powerpc/aim/
H A Dmachdep.c247 extern void *dblow, *dbsize;
497 bcopy(&dblow, (void *)(EXC_MCHK + trap_offset), (size_t)&dbsize);
498 bcopy(&dblow, (void *)(EXC_PGM + trap_offset), (size_t)&dbsize);
499 bcopy(&dblow, (void *)(EXC_TRC + trap_offset), (size_t)&dbsize);
500 bcopy(&dblow, (void *)(EXC_BPT + trap_offset), (size_t)&dbsize);
H A Dtrap_subr32.S887 .globl CNAME(dblow),CNAME(dbsize)
926 CNAME(dbsize) = .-CNAME(dblow)
H A Dtrap_subr64.S796 .globl CNAME(dblow),CNAME(dbsize)
836 CNAME(dbsize) = .-CNAME(dblow)
/freebsd-10.1-release/contrib/gdb/gdb/
H A Ddwarfread.c308 static int dbsize; /* Size of dwarf info in bytes */ variable
662 dbsize = dbfsize;
663 dbbase = xmalloc (dbsize);
666 (bfd_bread (dbbase, dbsize, abfd) != dbsize))
693 scan_compilation_units (dbbase, dbbase + dbsize, dbfoff, lnoffset, objfile);
2266 dbsize = DBLENGTH (pst);
2267 dbbase = xmalloc (dbsize);
2273 (bfd_bread (dbbase, dbsize, abfd) != dbsize))
[all...]
H A Delfread.c48 unsigned int dbsize; /* Size of dwarf debug section */ member in struct:elfinfo
86 ei->dbsize = bfd_get_section_size (sectp);
617 ei.dboffset, ei.dbsize,
/freebsd-10.1-release/sys/kern/
H A Dvfs_cluster.c786 int dbsize = btodb(size); local
928 ((bp->b_blkno + (dbsize * i)) !=

Completed in 170 milliseconds