Searched refs:old_osrel (Results 1 – 1 of 1) sorted by relevance
/freebsd/libexec/rtld-elf/ |
H A D | rtld.c | 509 int argc, fd, i, mib[4], old_osrel, osrel, phnum, rtld_argc; in _rtld() local 980 sz = sizeof(old_osrel); in _rtld() 982 (void)sysctl(mib, 4, &old_osrel, &sz, &osrel, sizeof(osrel)); in _rtld()
|