DEBSOURCES
Skip Quicknav
sources / linux / 4.9.25-1 / tools / build / feature / test-libelf-getphdrnum.c
12345678
#include <libelf.h> int main(void) { size_t dst; return elf_getphdrnum(0, &dst); }