_PATH_KSYMS
kd->nlfd = open(_PATH_KSYMS, O_RDONLY | O_CLOEXEC, 0);
strlcpy(kd->kernelname, _PATH_KSYMS, sizeof(kd->kernelname));
{ _PATH_KSYMS, PATH_DEV | PATH_ROOT },
nlistf = _PATH_KSYMS;
if ((fd = open(_PATH_KSYMS, O_RDONLY)) >= 0) {
nlistpath = _PATH_KSYMS;
strncmp(name, _PATH_KSYMS, sizeof(_PATH_KSYMS)) == 0;
nlfd = open(_PATH_KSYMS, O_RDONLY);
err(EXIT_FAILURE, "cannot open " _PATH_KSYMS " or %s",
fd = open(_PATH_KSYMS, O_RDONLY);
err(EXIT_FAILURE, "open " _PATH_KSYMS);