Home
last modified time | relevance | path

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

/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dnlist.c88 static int sym_read(int, struct syment *, int);
393 if (sym_read(fd, &sym, SYMESZ) == -1) { in _coff_nlist()
489 sym_read(int fd, struct syment *sym, int size) in sym_read() function