Sign in
android-kvm
/
linux
/
71c3ffa5d23af0554c27010cf12710da9bf85950
/
.
/
tools
/
build
/
feature
/
test-libelf-getphdrnum.c
blob: d710459306c3aad3d322be3ad9073d5f886691fd [
file
] [
log
] [
blame
]
#include
<libelf.h>
int
main
(
void
)
{
size_t
dst
;
return
elf_getphdrnum
(
0
,
&
dst
);
}