Sign in
android
/
platform
/
hardware
/
bsp
/
kernel
/
imagination
/
v4.1
/
d12b59f861a0eb9b4313ea5a8993989cf6e80f2a
/
.
/
tools
/
build
/
feature
/
test-libelf-getphdrnum.c
blob: d710459306c3aad3d322be3ad9073d5f886691fd [
file
]
#include
<libelf.h>
int
main
(
void
)
{
size_t
dst
;
return
elf_getphdrnum
(
0
,
&
dst
);
}