repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mm, oom: do not rely on TIF_MEMDIE for memory reserves access
[linux/fpc-iii.git]
/
tools
/
build
/
feature
/
test-dwarf.c
blob
3fc1801ce4a9760dce3a2db564747ace639e88aa
1
#include <dwarf.h>
2
#include <elfutils/libdw.h>
3
#include <elfutils/version.h>
4
5
int
main
(
void
)
6
{
7
Dwarf
*
dbg
=
dwarf_begin
(
0
,
DWARF_C_READ
);
8
9
return
(
long
)
dbg
;
10
}