Home
last modified time | relevance | path

Searched refs:a_syms (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/cmd/sgs/include/
H A Da.out.h44 unsigned long a_syms; /* size of symbol table */ member
67 unsigned int a_syms; /* size of symbol table */ member
/titanic_44/usr/src/grub/grub-0.97/stage2/
H A Dboot.c534 if (!errnum && pu.aout->a_syms in load_image()
535 && pu.aout->a_syms < (filemax - filepos)) in load_image()
545 *((int *) RAW_ADDR (cur_addr)) = pu.aout->a_syms; in load_image()
548 printf (", symtab=0x%x", pu.aout->a_syms); in load_image()
550 if (grub_read ((char *) RAW_ADDR (cur_addr), pu.aout->a_syms) in load_image()
551 == pu.aout->a_syms) in load_image()
553 cur_addr += pu.aout->a_syms; in load_image()
554 mbi.syms.a.tabsize = pu.aout->a_syms; in load_image()
H A Dimgact_aout.h113 #define N_STROFF(ex) (N_SYMOFF(ex) + (ex).a_syms)
127 unsigned long a_syms; /* symbol table size */ member
/titanic_44/usr/src/lib/libbc/libc/gen/common/
H A D_nlist.c59 ss = sa + buf.a_syms; in _nlist()
60 n = buf.a_syms; in _nlist()
/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dexec.h44 unsigned long a_syms; /* size of symbol table */ member
/titanic_44/usr/src/lib/storage/liba5k/common/hdrs/
H A Dexec.h65 unsigned long a_syms; /* size of symbol table */ member
/titanic_44/usr/src/uts/common/sys/
H A Dexechdr.h51 uint32_t a_syms; /* size of symbol table */ member
/titanic_44/usr/src/lib/libbc/inc/include/sun4/
H A Da.out.h90 (N_SYMOFF(x) + (x).a_syms)