tail head cat sleep
QR code linking to this page

Manual Pages  — DWARF_GET_DIE_INFOTYPES_FLAG

NAME

dwarf_get_die_infotypes_flag – indicate the originating DWARF section for a DIE

CONTENTS

LIBRARY

DWARF Access Library (libdwarf, -ldwarf)

SYNOPSIS

#include <libdwarf.h>

Dwarf_Bool
dwarf_get_die_infotypes_flag(Dwarf_Die die);

DESCRIPTION

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.

RETURN VALUES

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.

ERRORS

Function dwarf_get_die_infotypes_flag() always succeeds.

SEE ALSO

dwarf(3), dwarf_next_cu_header_c(3), dwarf_offdie_b(3), dwarf_siblingof_b(3)

DWARF_GET_DIE_INFOTYPES_FLAG (3) December 20, 2014

tail head cat sleep
QR code linking to this page


Please direct any comments about this manual page service to Ben Bullock. Privacy policy.

Never write it in C if you can do it in `awk';
Never do it in `awk' if `sed' can handle it;
Never use `sed' when `tr' can do the job;
Never invoke `tr' when `cat' is sufficient;
Avoid using `cat' whenever possible.
— Taylor's Laws of Programming