_PATH_KSYMS
Dict_name = _PATH_KSYMS;
fd = open(_PATH_KSYMS, O_RDONLY | O_CLOEXEC);
if (unveil(_PATH_KSYMS, "r") == -1)
err(1, "unveil %s", _PATH_KSYMS);
if (unveil(_PATH_KSYMS, "r") == -1)
err(1, "unveil %s", _PATH_KSYMS);
kelf = kelf_open_kernel(_PATH_KSYMS);
if (unveil(_PATH_KSYMS, "r") == -1)
err(1, "unveil %s", _PATH_KSYMS);
if ((fd = open((nlistpath = _PATH_KSYMS), O_RDONLY)) == -1 ||
warnx("can't open %s", _PATH_KSYMS);
if (strcmp(name, _PATH_KSYMS) == 0) {