blob: a5324bd1834fb856dec49ac1b2e3bf99f0108d0f [file] [log] [blame]
Roland McGrath366784a2005-07-28 06:20:53 +00001ELFUTILS_0 { };
Roland McGrath71e15a02005-08-27 10:33:26 +00002ELFUTILS_0.115 {
Ulrich Drepperb08d5a82005-07-26 05:00:05 +00003 global:
4 dwarf_abbrevhaschildren;
5 dwarf_addrdie;
6 dwarf_addrloclists;
7 dwarf_attr;
8 dwarf_attr_integrate;
9 dwarf_arrayorder;
10 dwarf_begin;
11 dwarf_begin_elf;
12 dwarf_bitoffset;
13 dwarf_bitsize;
14 dwarf_bytesize;
15 dwarf_child;
16 dwarf_cuoffset;
17 dwarf_diename;
18 dwarf_dieoffset;
19 dwarf_end;
20 dwarf_errmsg;
21 dwarf_errno;
22 dwarf_filesrc;
23 dwarf_formaddr;
24 dwarf_formblock;
25 dwarf_formflag;
26 dwarf_formref;
27 dwarf_formref_die;
28 dwarf_formsdata;
29 dwarf_formstring;
30 dwarf_formudata;
31 dwarf_func_col;
Roland McGrath1ecb6062005-08-15 09:53:04 +000032 dwarf_func_die;
Ulrich Drepperb08d5a82005-07-26 05:00:05 +000033 dwarf_func_entrypc;
34 dwarf_func_file;
35 dwarf_func_highpc;
Roland McGrath1ecb6062005-08-15 09:53:04 +000036 dwarf_func_inline;
37 dwarf_func_inline_instances;
Ulrich Drepperb08d5a82005-07-26 05:00:05 +000038 dwarf_func_line;
39 dwarf_func_lowpc;
40 dwarf_func_name;
41 dwarf_getabbrev;
42 dwarf_getabbrevattr;
43 dwarf_getabbrevcode;
44 dwarf_getabbrevtag;
45 dwarf_getarange_addr;
46 dwarf_getarangeinfo;
47 dwarf_getaranges;
48 dwarf_getattrcnt;
49 dwarf_getattrs;
50 dwarf_getelf;
51 dwarf_getfuncs;
52 dwarf_getloclist;
53 dwarf_getmacros;
54 dwarf_getpubnames;
55 dwarf_getscopes;
Roland McGrath71e15a02005-08-27 10:33:26 +000056 dwarf_getscopes_die;
Ulrich Drepperb08d5a82005-07-26 05:00:05 +000057 dwarf_getscopevar;
58 dwarf_getscn_info;
59 dwarf_getsrc_die;
60 dwarf_getsrc_file;
61 dwarf_getsrcfiles;
62 dwarf_getsrclines;
63 dwarf_getstring;
64 dwarf_hasattr;
65 dwarf_hasattr_integrate;
66 dwarf_haspc;
67 dwarf_haschildren;
68 dwarf_hasform;
69 dwarf_highpc;
70 dwarf_lineaddr;
71 dwarf_linebeginstatement;
72 dwarf_lineblock;
73 dwarf_linecol;
74 dwarf_lineendsequence;
75 dwarf_lineepiloguebegin;
76 dwarf_lineno;
77 dwarf_lineprologueend;
78 dwarf_linesrc;
79 dwarf_lowpc;
80 dwarf_macro_opcode;
81 dwarf_macro_param1;
82 dwarf_macro_param2;
83 dwarf_offabbrev;
84 dwarf_offdie;
85 dwarf_onearange;
86 dwarf_onesrcline;
87 dwarf_nextcu;
88 dwarf_new_oom_handler;
89 dwarf_siblingof;
90 dwarf_srclang;
91 dwarf_tag;
92 dwarf_whatattr;
93 dwarf_whatform;
94
Roland McGrath18385902005-07-28 07:12:38 +000095 # libdwfl_pic.a contributes these symbols.
96 dwfl_addrdie;
97 dwfl_addrdwarf;
98 dwfl_addrmodule;
99 dwfl_begin;
Roland McGrathd17fac72005-08-23 08:20:21 +0000100 dwfl_cumodule;
Roland McGrath18385902005-07-28 07:12:38 +0000101 dwfl_end;
102 dwfl_errmsg;
103 dwfl_errno;
104 dwfl_getdwarf;
105 dwfl_getmodules;
106 dwfl_getsrc;
Roland McGrathd17fac72005-08-23 08:20:21 +0000107 dwfl_getsrclines;
Roland McGrath18385902005-07-28 07:12:38 +0000108 dwfl_lineinfo;
109 dwfl_linemodule;
110 dwfl_linux_kernel_find_elf;
111 dwfl_linux_kernel_module_section_address;
112 dwfl_linux_kernel_report_kernel;
113 dwfl_linux_kernel_report_modules;
Roland McGrathd17fac72005-08-23 08:20:21 +0000114 dwfl_linux_kernel_report_offline;
Roland McGrath18385902005-07-28 07:12:38 +0000115 dwfl_linux_proc_find_elf;
116 dwfl_linux_proc_report;
117 dwfl_module_addrdie;
118 dwfl_module_addrname;
119 dwfl_module_getdwarf;
120 dwfl_module_getelf;
121 dwfl_module_getsrc;
122 dwfl_module_getsrc_file;
123 dwfl_module_info;
124 dwfl_module_nextcu;
Roland McGrathd17fac72005-08-23 08:20:21 +0000125 dwfl_module_relocate_address;
126 dwfl_module_relocation_info;
127 dwfl_module_relocations;
Roland McGrath18385902005-07-28 07:12:38 +0000128 dwfl_nextcu;
Roland McGrathd17fac72005-08-23 08:20:21 +0000129 dwfl_offline_section_address;
130 dwfl_onesrcline;
Roland McGrath18385902005-07-28 07:12:38 +0000131 dwfl_report_begin;
132 dwfl_report_elf;
133 dwfl_report_end;
134 dwfl_report_module;
Roland McGrathd17fac72005-08-23 08:20:21 +0000135 dwfl_report_offline;
Roland McGrath18385902005-07-28 07:12:38 +0000136 dwfl_standard_argp;
137 dwfl_standard_find_debuginfo;
138
Ulrich Drepperb08d5a82005-07-26 05:00:05 +0000139 local:
140 *;
Roland McGrath366784a2005-07-28 06:20:53 +0000141} ELFUTILS_0;