Searched defs:oas (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dgetarsym.c99 Elf_Void *oas; local
142 if ((oas = calloc(n + 1, sizeof (Elf_Arsym))) == NULL) {
148 register Elf_Arsym *as = (Elf_Arsym *)oas;
153 free(oas);
172 return (oas);

Completed in 44 milliseconds