Blame dwarfdump/print_sections.h

Packit cdaae3
/*
Packit cdaae3
    Copyright (C) 2006 Silicon Graphics, Inc.  All Rights Reserved.
Packit cdaae3
    Portions Copyright (C) 2009-2011 David Anderson. All Rights Reserved.
Packit cdaae3
Packit cdaae3
    This program is free software; you can redistribute it and/or modify it
Packit cdaae3
    under the terms of version 2 of the GNU General Public License as
Packit cdaae3
    published by the Free Software Foundation.
Packit cdaae3
Packit cdaae3
    This program is distributed in the hope that it would be useful, but
Packit cdaae3
    WITHOUT ANY WARRANTY; without even the implied warranty of
Packit cdaae3
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Packit cdaae3
Packit cdaae3
    Further, this software is distributed without any warranty that it is
Packit cdaae3
    free of the rightful claim of any third person regarding infringement
Packit cdaae3
    or the like.  Any license provided herein, whether implied or
Packit cdaae3
    otherwise, applies only to this software file.  Patent licenses, if
Packit cdaae3
    any, provided herein do not apply to combinations of this program with
Packit cdaae3
    other software, or any other product whatsoever.
Packit cdaae3
Packit cdaae3
    You should have received a copy of the GNU General Public License along
Packit cdaae3
    with this program; if not, write the Free Software Foundation, Inc., 51
Packit cdaae3
    Franklin Street - Fifth Floor, Boston MA 02110-1301, USA.
Packit cdaae3
*/
Packit cdaae3
Packit cdaae3
Packit cdaae3
extern int dwarf_names_print_on_error;
Packit cdaae3
Packit cdaae3
void deal_with_name_offset_err(Dwarf_Debug dbg,
Packit cdaae3
    char *err_loc,
Packit cdaae3
    char *name,
Packit cdaae3
    Dwarf_Unsigned die_off,
Packit cdaae3
    int nres,
Packit cdaae3
    Dwarf_Error err);
Packit cdaae3
Packit cdaae3
Dwarf_Unsigned get_info_max_offset(Dwarf_Debug dbg);
Packit cdaae3
Packit cdaae3
void print_pubname_style_entry(Dwarf_Debug dbg,
Packit cdaae3
    char *line_title,
Packit cdaae3
    char *name,
Packit cdaae3
    Dwarf_Unsigned die_off,
Packit cdaae3
    Dwarf_Unsigned cu_off,
Packit cdaae3
    Dwarf_Unsigned global_cu_off,
Packit cdaae3
    Dwarf_Unsigned maxoff);