DEBSOURCES
Skip Quicknav
sources / klibc / 2.0.6-1 / usr / include / elf.h
1234567891011
/* * elf.h */ #ifndef _ELF_H #define _ELF_H #include <sys/elf32.h> #include <sys/elf64.h> #endif /* _ELF_H */