mm, oom: do not rely on TIF_MEMDIE for memory reserves access
[linux/fpc-iii.git] / tools / build / feature / test-dwarf_getlocations.c
blob70162699dd4345032ed8dd388b52ecbbc322f184
1 #include <stdlib.h>
2 #include <elfutils/libdw.h>
4 int main(void)
6 Dwarf_Addr base, start, end;
7 Dwarf_Attribute attr;
8 Dwarf_Op *op;
9 size_t nops;
10 ptrdiff_t offset = 0;
11 return (int)dwarf_getlocations(&attr, offset, &base, &start, &end, &op, &nops);