GELF_GETCLASS(3) NetBSD Library Functions Manual GELF_GETCLASS(3)
NAME
gelf_getclass -- retrieve the class of an ELF descriptor
LIBRARY
ELF Object Manipulation Library (libelf, -lelf)
SYNOPSIS
#include <gelf.h> int gelf_getclass(Elf *elf);
DESCRIPTION
Function gelf_getclass() returns the ELF class of the descriptor supplied in argument elf.
RETURN VALUES
Function gelf_getclass() will return one of ELFCLASS32 or ELFCLASS64 if the argument elf is a descriptor for an ELF file. The value ELFCLASSNONE is returned if argument elf was null, or if it was not a descriptor for an ELF file.
SEE ALSO
elf(3), elf_kind(3), gelf(3) NetBSD 7.0 July 3, 2006 NetBSD 7.0
Powered by man-cgi (2026-04-06). Maintained for NetBSD by Kimmo Suominen. Based on man-cgi by Panagiotis Christias.