Bug 439685 compiler warning in callgrind/main.c
[valgrind.git] / coregrind / m_debuginfo / priv_readexidx.h
blob8dca00f2bf3ccbe82a680feb792d50735b1e2e05
1 /* -*- mode: C; c-basic-offset: 3; -*- */
3 /*--------------------------------------------------------------------*/
4 /*--- Reading of ARM(32) EXIDX unwind information ---*/
5 /*-- priv_readexidx.h ---*/
6 /*--------------------------------------------------------------------*/
8 /*
9 This file is part of Valgrind, a dynamic binary instrumentation
10 framework.
12 Copyright (C) 2014-2017 Mozilla Foundation
14 This program is free software; you can redistribute it and/or
15 modify it under the terms of the GNU General Public License as
16 published by the Free Software Foundation; either version 2 of the
17 License, or (at your option) any later version.
19 This program is distributed in the hope that it will be useful, but
20 WITHOUT ANY WARRANTY; without even the implied warranty of
21 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
22 General Public License for more details.
24 You should have received a copy of the GNU General Public License
25 along with this program; if not, see <http://www.gnu.org/licenses/>.
27 The GNU General Public License is contained in the file COPYING.
30 /* Contributed by Julian Seward <jseward@acm.org> */
32 #ifndef __PRIV_READEXIDX_H
33 #define __PRIV_READEXIDX_H
35 #include "pub_core_debuginfo.h" // DebugInfo
37 extern
38 void ML_(read_exidx) ( /*MOD*/DebugInfo* di,
39 UChar* exidx_img, SizeT exidx_size,
40 UChar* extab_img, SizeT extab_size,
41 Addr text_last_svma,
42 PtrdiffT text_bias );
44 #endif /* ndef __PRIV_READEXIDX_H */
46 /*--------------------------------------------------------------------*/
47 /*--- end priv_readexidx.h ---*/
48 /*--------------------------------------------------------------------*/