|
NAMEdwarf_find_macro_value_start —
return the address of the first byte of a macro value
LIBRARYDWARF Access Library (libdwarf, -ldwarf)SYNOPSIS#include <libdwarf.h>
char *
DESCRIPTIONGiven a DWARF macro string, functiondwarf_find_macro_value_start () returns a pointer to
the first byte of the macro value part of the macro string.
Argument macro_string should be a NUL-terminated string conforming to the macro format defined in the DWARF standard; see dwarf(4). RETURN VALUESOn success, functiondwarf_find_macro_value_start ()
returns a pointer to the first byte of the macro value. If the macro value
part was not found, function
dwarf_find_macro_value_start () returns a pointer to
the NUL-byte terminating argument macro_string.
Function SEE ALSOdwarf(3), dwarf_get_macro_details(3)
Visit the GSP FreeBSD Man Page Interface. |