Searched refs:a_syms (Results 1 – 8 of 8) sorted by relevance
44 unsigned long a_syms; /* size of symbol table */ member67 unsigned int a_syms; /* size of symbol table */ member
534 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()
113 #define N_STROFF(ex) (N_SYMOFF(ex) + (ex).a_syms)127 unsigned long a_syms; /* symbol table size */ member
59 ss = sa + buf.a_syms; in _nlist()60 n = buf.a_syms; in _nlist()
44 unsigned long a_syms; /* size of symbol table */ member
65 unsigned long a_syms; /* size of symbol table */ member
51 uint32_t a_syms; /* size of symbol table */ member
90 (N_SYMOFF(x) + (x).a_syms)