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

dwarf_get_die_infotypes_flag
indicate the originating DWARF section for a DIE

DWARF Access Library (libdwarf, -ldwarf)

#include <libdwarf.h>

Dwarf_Bool
dwarf_get_die_infotypes_flag(Dwarf_Die die);

Function dwarf_get_die_infotypes_flag() returns a flag indicating the originating DWARF section for the debugging information entry referenced by argument die.

Argument die should reference a valid debugging information entry descriptor.

Function dwarf_get_die_infotypes_flag() returns a non-zero value if argument die originates in the “.debug_info” section.

It returns zero if argument die originates in the “.debug_types” section.

Function dwarf_get_die_infotypes_flag() always succeeds.

dwarf(3), dwarf_next_cu_header_c(3), dwarf_offdie_b(3), dwarf_siblingof_b(3)
December 20, 2014 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.