GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
ELFTC(3) FreeBSD Library Functions Manual ELFTC(3)

elftc
support routines used in the Elftoolchain project

library “libelftc”

#include <libelftc.h>

The library “libelftc” provides support routines used for developing the utilities in the Elftoolchain source tree.

This manual page serves as an overview of the functionality in this library. Additional reference information may be found in the individual manual pages for the functions listed below.

Binary Object Handling
elftc_bfd_find_target()
Locate a binary object descriptor.
elftc_bfd_target_class()
Query the ELF class for a binary object descriptor.
elftc_bfd_target_byteorder()
Query the byte order for a binary object descriptor.
elftc_bfd_target_flavor()
Query the object format for a binary object descriptor.
elftc_bfd_target_machine()
Query the target machine for a binary object descriptor.
elftc_bfd_target_osabi()
Query the target osabi for a binary object descriptor.
C++ support
elftc_demangle()
Decodes a symbol name encoded according to the encoding rules for the C++ language.
Programming conveniences
elftc_copyfile()
Copies the contents of a file to another.
elftc_set_timestamp()
Portably set the time stamps on a file.
Project Configuration
elftc_version()
Returns a project-wide identifier string that encodes the source revision of the source tree.

dwarf(3), elf(3)
February 12, 2020 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.