diff options
Diffstat (limited to 'libdwfl/libdwfl.map')
-rw-r--r-- | libdwfl/libdwfl.map | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/libdwfl/libdwfl.map b/libdwfl/libdwfl.map new file mode 100644 index 00000000..1cf3d3fe --- /dev/null +++ b/libdwfl/libdwfl.map @@ -0,0 +1,39 @@ +ELFUTILS_1.0 { + global: + dwfl_addrdie; + dwfl_addrdwarf; + dwfl_addrmodule; + dwfl_begin; + dwfl_end; + dwfl_errmsg; + dwfl_errno; + dwfl_getdwarf; + dwfl_getsrc; + dwfl_linecu; + dwfl_lineinfo; + dwfl_linemodule; + dwfl_linux_kernel_find_elf; + dwfl_linux_kernel_module_section_address; + dwfl_linux_kernel_report_kernel; + dwfl_linux_kernel_report_modules; + dwfl_linux_proc_find_elf; + dwfl_linux_proc_report; + dwfl_module_addrdie; + dwfl_module_addrname; + dwfl_module_getdwarf; + dwfl_module_getelf; + dwfl_module_getsrc; + dwfl_module_getsrc_file; + dwfl_module_info; + dwfl_module_nextcu; + dwfl_nextcu; + dwfl_report_begin; + dwfl_report_elf; + dwfl_report_end; + dwfl_report_module; + dwfl_standard_argp; + dwfl_standard_find_debuginfo; + + local: + *; +}; |