Main Page
Reference Manual
Namespace List
Compound List
Namespace Members
Compound Members
File Members
libcwd
bfd.h
Go to the documentation of this file.
1
// $Header$
2
//
3
// Copyright (C) 2000 - 2004, by
4
//
5
// Carlo Wood, Run on IRC <carlo@alinoe.com>
6
// RSA-1024 0x624ACAD5 1997-01-26 Sign & Encrypt
7
// Fingerprint16 = 32 EC A7 B6 AC DB 65 A6 F6 F6 55 DD 1C DC FF 61
8
//
9
// This file may be distributed under the terms of the Q Public License
10
// version 1.0 as appearing in the file LICENSE.QPL included in the
11
// packaging of this file.
12
//
13
18
#ifndef LIBCWD_BFD_H
19
#define LIBCWD_BFD_H
20
21
#ifndef LIBCWD_CONFIG_H
22
#include "
config.h
"
23
#endif
24
#ifndef LIBCWD_CLASS_LOCATION_H
25
#include "
class_location.h
"
26
#endif
27
#ifndef LIBCWD_PC_MANGLED_FUNCTION_NAME_H
28
#include "
pc_mangled_function_name.h
"
29
#endif
30
31
#if CWDEBUG_ALLOC
32
namespace
libcwd
{
33
namespace
_private_ {
34
struct
exit_function_list
35
{
36
struct
exit_function_list* next;
37
// More here...
38
};
39
extern
struct
exit_function_list** __exit_funcs_ptr;
40
}
41
}
42
#endif
43
44
#endif
// LIBCWD_BFD_H
class_location.h
config.h
libcwd
namespace for libcwd.
Definition:
debug.cc:87
pc_mangled_function_name.h
Copyright © 2001 - 2004 Carlo Wood. All rights reserved.