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-libelf-getshdrstrndx.c
blob
f0c3b47cce281beff4f489d1ffbba23f388b1f95
1
#include <libelf.h>
2
3
int
main
(
void
)
4
{
5
size_t
dst
;
6
7
return
elf_getshdrstrndx
(
0
, &
dst
);
8
}