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

/illumos-gate/usr/src/cmd/sgs/ld/common/
H A Dld.c168 * class_ret, mach_ret - Address of variables to receive ELFCLASS
172 * On success, *class_ret and *mach_ret are filled in, and True (1)
176 archive(int fd, Elf *elf, uchar_t *class_ret, Half *mach_ret) argument
194 found = archive(fd, _elf, class_ret, mach_ret);
204 *mach_ret = ehdr->e_machine;
212 *mach_ret = ehdr->e_machine;

Completed in 57 milliseconds