Home
last modified time | relevance | path

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

/trueos/sys/powerpc/aim/
HDmachdep.c247 extern void *dblow, *dbsize;
497 bcopy(&dblow, (void *)(EXC_MCHK + trap_offset), (size_t)&dbsize); in powerpc_init()
498 bcopy(&dblow, (void *)(EXC_PGM + trap_offset), (size_t)&dbsize); in powerpc_init()
499 bcopy(&dblow, (void *)(EXC_TRC + trap_offset), (size_t)&dbsize); in powerpc_init()
500 bcopy(&dblow, (void *)(EXC_BPT + trap_offset), (size_t)&dbsize); in powerpc_init()
HDtrap_subr64.S796 .globl CNAME(dblow),CNAME(dbsize)
836 CNAME(dbsize) = .-CNAME(dblow)
HDtrap_subr32.S887 .globl CNAME(dblow),CNAME(dbsize)
926 CNAME(dbsize) = .-CNAME(dblow)
/trueos/contrib/gdb/gdb/
HDdwarfread.c308 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()
HDelfread.c48 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()
/trueos/sys/kern/
HDvfs_cluster.c784 int dbsize = btodb(size); in cluster_wbuild() local
926 ((bp->b_blkno + (dbsize * i)) != in cluster_wbuild()