index
:
delta/linux-next.git
akpm
akpm-base
baserock/edcragg/armv8l-tegra-jetson-tx1-support
master
pending-fixes
stable
git.kernel.org: pub/scm/linux/kernel/git/next/linux-next.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
build
/
feature
/
test-libelf-getphdrnum.c
blob: d710459306c3aad3d322be3ad9073d5f886691fd (
plain
)
1
2
3
4
5
6
7
8
#include <libelf.h> int main(void) { size_t dst; return elf_getphdrnum(0, &dst); }