man.bsd.lv manual page server

Manual Page Search Parameters

DWARF_GET_DIE_INFOTYPES_FLAG(3) Library Functions Manual DWARF_GET_DIE_INFOTYPES_FLAG(3)

dwarf_get_die_infotypes_flagindicate the originating DWARF section for a DIE

library “libdwarf”

#include <libdwarf.h>

Dwarf_Bool
dwarf_get_die_infotypes_flag(Dwarf_Die die);

Function () 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.0