http://elfutils.org/
The elfutils-libelf-devel package contains the libraries to create
applications for handling compiled objects. libelf allows you to
access the internals of the ELF object file format, so you can see the
different sections of an ELF file.
Version: 0.192
See also: elfutils, elfutils-debuginfod, elfutils-debuginfod-client, elfutils-debuginfod-client-devel.
Library Functions | |
elf32_checksum | compute the checksum for a 32-bit or 64-bit ELF object file |
elf32_fsize | calculate the file size of an ELF data structure |
elf32_getchdr | retrieve the compression header for a section from a 32-bit or 64-bit ELF object file. |
elf32_getehdr | retrieve the ELF header for a 32-bit ELF descriptor |
elf32_getphdr | retrieve the program header table for a 32-bit or 64-bit ELF object file |
elf32_getshdr | retrieve the section header for a section in 32-bit or 64-bit ELF object file |
elf32_newehdr | create a new ELF header for a 32-bit or 64-bit ELF object file |
elf32_newphdr | create a new program header table for a 32-bit or 64-bit ELF object file |
elf32_offscn | retrieve a section descriptor by file offset for a 32-bit ELF file |
elf32_xlatetof | alias for elf32_xlatetom |
elf32_xlatetom | translate 32-bit or 64-bit ELF data from file representation to memory representation elf32_xlatetof, elf64_xlatetof — translate 32-bit or 64-bit ELF data from… |
elf64_checksum | alias for elf32_checksum |
elf64_fsize | alias for elf32_fsize |
elf64_getchdr | alias for elf32_getchdr |
elf64_getehdr | retrieve the ELF header for a 64-bit ELF descriptor |
elf64_getphdr | alias for elf32_getphdr |
elf64_getshdr | alias for elf32_getshdr |
elf64_newehdr | alias for elf32_newehdr |
elf64_newphdr | alias for elf32_newphdr |
elf64_offscn | retrieve a section descriptor by file offset for a 64-bit ELF file |
elf64_xlatetof | alias for elf32_xlatetom |
elf64_xlatetom | alias for elf32_xlatetom |
elf_begin | Return descriptor for ELF file. |
elf_clone | Create a clone of an existing ELF descriptor. |
elf_errmsg | return the error message string for a given libelf error code. |
elf_errno | retrieve the error code of the last failing libelf function call. |
elf_getdata | Get washed data of section |
elf_getscn | retrieve a descriptor for an ELF section at a specified index. |
elf_ndxscn | retrieve the index of a descriptor for an ELF file section |
elf_update | update an ELF descriptor |
elf_version | set the ELF version for libelf. |
libelf | a library for accessing and manipulating ELF (Executable and Linkable Format) files |