Man Page: dwarf_get_die_infotypes_flag
Operating Environment: freebsd
Section: 3
DWARF_GET_DIE_INFOTYPES_FLAG(3) BSD Library Functions Manual DWARF_GET_DIE_INFOTYPES_FLAG(3)NAMEdwarf_get_die_infotypes_flag -- indicate the originating DWARF section for a DIELIBRARYDWARF Access Library (libdwarf, -ldwarf)SYNOPSIS#include <libdwarf.h> Dwarf_Bool dwarf_get_die_infotypes_flag(Dwarf_Die die);DESCRIPTIONFunction dwarf_get_die_infotypes_flag() returns a flag indicating the originating DWARF section for the debugging information entry refer- enced by argument die. Argument die should reference a valid debugging information entry descriptor.RETURN VALUESFunction 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.ERRORSFunction dwarf_get_die_infotypes_flag() always succeeds.SEE ALSOdwarf(3), dwarf_next_cu_header_c(3), dwarf_offdie_b(3), dwarf_siblingof_b(3)BSDDecember 20, 2014 BSD
| Related Man Pages |
|---|
| dwarf_die_cu_offset(3) - freebsd |
| dwarf_siblingof(3) - freebsd |
| dwarf_add_at_reference(3) - freebsd |
| dwarf_attr(3) - freebsd |
| dwarf_dieoffset(3) - freebsd |
| Similar Topics in the Unix Linux Community |
|---|
| Unix File Permissions |
| Is UNIX an open source OS ? |
| A simple UNIXtime component in Vue.js |
| Reason for no directory creation date |
| Controlling user input |