Searched refs:sym_ptr (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/ar/common/
H A Dfile.c1428 static ARFILEP *sym_ptr = 0; local
1519 sym_ptr = malloc((SYMCHUNK+1)
1521 if (sym_ptr == NULL) {
1530 *nextsym = (ARFILEP)sym_ptr;
1532 *symlist = sym_ptr;
1533 nextsym = sym_ptr;
1535 sym_ptr = nextsym;
1539 *sym_ptr = fptr;
/illumos-gate/usr/src/cmd/make/bin/
H A Dar.cc101 char sym_ptr[AR_PORT_WORD]; /* sgetl() accessed */ member in struct:__anon13
661 sgetl(arp->ars_5.sym_ptr),

Completed in 63 milliseconds