Sign in
android-kvm
/
linux
/
62210f7509e13a2caa7b080722a45229b8f17a0a
/
.
/
tools
/
build
/
feature
/
test-libelf-getphdrnum.c
blob: 96a7f8d30a595e0e66336358c36ee490f834eaf3 [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0
#include
<libelf.h>
int
main
(
void
)
{
size_t
dst
;
return
elf_getphdrnum
(
0
,
&
dst
);
}