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
DWARF_GET_AT_NAME(3) FreeBSD Library Functions Manual DWARF_GET_AT_NAME(3)

dwarf_get_ACCESS_name, dwarf_get_AT_name, dwarf_get_ATE_name, dwarf_get_CC_name, dwarf_get_CFA_name, dwarf_get_CHILDREN_name, dwarf_get_DS_name, dwarf_get_DSC_name, dwarf_get_EH_name, dwarf_get_END_name, dwarf_get_FORM_name, dwarf_get_ID_name, dwarf_get_INL_name, dwarf_get_LANG_name, dwarf_get_LNE_name, dwarf_get_LNS_name, dwarf_get_MACINFO_name, dwarf_get_OP_name, dwarf_get_ORD_name, dwarf_get_TAG_name, dwarf_get_VIRTUALITY_name, dwarf_get_VIS_name
retrieve the symbolic names of DWARF constants

DWARF Access Library (libdwarf, -ldwarf)

#include <libdwarf.h>

int
dwarf_get_ACCESS_name(unsigned val, char **str);

int
dwarf_get_AT_name(unsigned val, char **str);

int
dwarf_get_ATE_name(unsigned val, char **str);

int
dwarf_get_CC_name(unsigned val, char **str);

int
dwarf_get_CFA_name(unsigned val, char **str);

int
dwarf_get_CHILDREN_name(unsigned val, char **str);

int
dwarf_get_DS_name(unsigned val, char **str);

int
dwarf_get_DSC_name(unsigned val, char **str);

int
dwarf_get_EH_name(unsigned val, char **str);

int
dwarf_get_END_name(unsigned val, char **str);

int
dwarf_get_FORM_name(unsigned val, char **str);

int
dwarf_get_ID_name(unsigned val, char **str);

int
dwarf_get_INL_name(unsigned val, char **str);

int
dwarf_get_LANG_name(unsigned val, char **str);

int
dwarf_get_LNE_name(unsigned val, char **str);

int
dwarf_get_LNS_name(unsigned val, char **str);

int
dwarf_get_MACINFO_name(unsigned val, char **str);

int
dwarf_get_OP_name(unsigned val, char **str);

int
dwarf_get_ORD_name(unsigned val, char **str);

int
dwarf_get_TAG_name(unsigned val, char **str);

int
dwarf_get_VIRTUALITY_name(unsigned val, char **str);

int
dwarf_get_VIS_name(unsigned val, char **str);

These functions return the symbolic name of a numeric DWARF constant.

Argument val specifies the numeric value whose symbolic name is desired.

Argument str should point to a location which will hold the returned NUL-terminated string containing the symbolic name of the specified value.

The list of functions and the DWARF constants that they accept are:

dwarf_get_ACCESS_name()
constants.
dwarf_get_AT_name()
constants.
dwarf_get_ATE_name()
constants.
dwarf_get_CC_name()
constants.
dwarf_get_CFA_name()
constants.
dwarf_get_CHILDREN_name()
constants.
dwarf_get_DS_name()
constants.
dwarf_get_DSC_name()
constants.
dwarf_get_EH_name()
constants.
dwarf_get_END_name()
constants.
dwarf_get_FORM_name()
constants.
dwarf_get_ID_name()
constants.
dwarf_get_INL_name()
constants.
dwarf_get_LANG_name()
constants.
dwarf_get_LNE_name()
constants.
dwarf_get_LNS_name()
constants.
dwarf_get_MACINFO_name()
constants.
dwarf_get_OP_name()
constants.
dwarf_get_ORD_name()
constants.
dwarf_get_TAG_name()
constants.
dwarf_get_VIRTUALITY_name()
constants.
dwarf_get_VIS_name()
constants.

These functions return DW_DLV_OK on success. If the DWARF constant denoted by argument val is not recognized, these function return DW_DLV_NO_ENTRY.

dwarf(3)
April 22, 2011 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.