*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: elf_aux_info | Section: 3 | Source: OpenBSD | File: elf_aux_info.3
ELF_AUX_INFO(3) FreeBSD Library Functions Manual ELF_AUX_INFO(3) NAME elf_aux_info - extract data from the elf auxiliary vector of the current process SYNOPSIS #include <sys/auxv.h> int elf_aux_info(int aux, void *buf, int buflen); DESCRIPTION The elf_aux_info() function retrieves the auxiliary info vector requested in aux. The information is stored into the provided buffer if it will fit. The following values can be requested (corresponding buffer sizes are specified in parenthesis): AT_HWCAP CPU / hardware feature flags (sizeof(unsigned long)). AT_HWCAP2 CPU / hardware feature flags (sizeof(unsigned long)). AT_PAGESZ Page size in bytes (sizeof(int)). RETURN VALUES Returns zero on success, or an error number on failure. ERRORS [EINVAL] An unknown item was requested. [EINVAL] The provided buffer was not the right size for the requested item. [ENOENT] The requested item is not available. HISTORY The elf_aux_info() function appeared in FreeBSD 12.0 and was first available in OpenBSD 7.6. FreeBSD 14.1-RELEASE-p8 July 14, 2024 FreeBSD 14.1-RELEASE-p8

Navigation Options