Searched refs:auxv_fd (Results 1 – 1 of 1) sorted by relevance
52 int auxv_fd = open("/proc/self/auxv", O_RDONLY); in _rte_cpu_getauxval() local55 if (auxv_fd == -1) in _rte_cpu_getauxval()59 while (read(auxv_fd, &auxv, sizeof(auxv)) == sizeof(auxv)) { in _rte_cpu_getauxval()68 close(auxv_fd); in _rte_cpu_getauxval()