1 // SPDX-License-Identifier: GPL-2.0 << 2 #include <libelf.h> 1 #include <libelf.h> 3 2 4 int main(void) 3 int main(void) 5 { 4 { 6 Elf *elf = elf_begin(0, ELF_C_READ, 0) 5 Elf *elf = elf_begin(0, ELF_C_READ, 0); 7 6 8 return (long)elf; 7 return (long)elf; 9 } 8 } 10 9
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.