![]() |
|
|||
0001 // SPDX-License-Identifier: GPL-2.0 0002 #include <stdlib.h> 0003 #include <elfutils/libdw.h> 0004 0005 int main(void) 0006 { 0007 Dwarf_Addr base, start, end; 0008 Dwarf_Attribute attr; 0009 Dwarf_Op *op; 0010 size_t nops; 0011 ptrdiff_t offset = 0; 0012 return (int)dwarf_getlocations(&attr, offset, &base, &start, &end, &op, &nops); 0013 }
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |