freebsd man page for dwarf_reset_section_bytes

Query: dwarf_reset_section_bytes

OS: freebsd

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

DWARF_RESET_SECTION_BYTES(3)				   BSD Library Functions Manual 			      DWARF_RESET_SECTION_BYTES(3)

NAME
dwarf_reset_section_bytes -- reset the internal state of a producer instance
LIBRARY
DWARF Access Library (libdwarf, -ldwarf)
SYNOPSIS
#include <libdwarf.h> void dwarf_reset_section_bytes(Dwarf_P_Debug dbg);
DESCRIPTION
Function dwarf_reset_section_bytes() resets the internal state of a DWARF producer instance, so that the next call to the function dwarf_get_section_bytes(3) will return the byte stream for the first generated section, and the next call to the function dwarf_get_relocation_info(3) will return the first relocation array for the DWARF producer instance. Argument dbg should reference a DWARF producer instance allocated using dwarf_producer_init(3) or dwarf_producer_init_b(3).
RETURN VALUES
Function dwarf_reset_section_bytes() has no return value.
SEE ALSO
dwarf(3), dwarf_get_relocation_info(3), dwarf_get_section_bytes(3), dwarf_producer_init(3), dwarf_producer_init_b(3), dwarf_transform_to_disk_form(3)
BSD
September 3, 2011 BSD
Related Man Pages
dwarf_vendor_ext(3) - freebsd
dwarf_get_relocation_info_count(3) - freebsd
dwarf_add_directory_decl(3) - freebsd
dwarf_add_varname(3) - freebsd
dwarf_transform_to_disk_form(3) - freebsd
Similar Topics in the Unix Linux Community
I am in urgent need of all UNIX-derivates...