elf_kind - determine file type
cc [ flag ... ] file ... -lelf [ library ... ] #include <libelf.h> Elf_Kind elf_kind(Elf *elf);
This function returns a value identifying the kind of file associated with an ELF descriptor (elf). Defined values are below:
ELF_K_AR
ELF_K_COFF
ELF_K_ELF
ELF_K_NONE
Other values are reserved, to be assigned as needed to new kinds of files. elf should be a value previously returned by elf_begin(). A null pointer is allowed, to simplify error handling, and causes elf_kind() to return ELF_K_NONE.
See attributes(5) for descriptions of the following attributes:
|
ar.h(3HEAD), elf(3ELF), elf32_getehdr(3ELF), elf_begin(3ELF), elf_getident(3ELF), libelf(3LIB), attributes(5)
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |