Searched refs:dbsize (Results 1 – 6 of 6) sorted by relevance
| /trueos/sys/powerpc/aim/ |
| HD | machdep.c | 247 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()
|
| HD | trap_subr64.S | 796 .globl CNAME(dblow),CNAME(dbsize) 836 CNAME(dbsize) = .-CNAME(dblow)
|
| HD | trap_subr32.S | 887 .globl CNAME(dblow),CNAME(dbsize) 926 CNAME(dbsize) = .-CNAME(dblow)
|
| /trueos/contrib/gdb/gdb/ |
| HD | 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()
|
| HD | 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()
|
| /trueos/sys/kern/ |
| HD | vfs_cluster.c | 784 int dbsize = btodb(size); in cluster_wbuild() local 926 ((bp->b_blkno + (dbsize * i)) != in cluster_wbuild()
|