Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 #include <dwarf.h>
0003 #include <elfutils/libdw.h>
0004 #include <elfutils/version.h>
0005 
0006 int main(void)
0007 {
0008     Dwarf *dbg = dwarf_begin(0, DWARF_C_READ);
0009 
0010     return (long)dbg;
0011 }