taglinefilesource code
elf_format47fs/binfmt_elf.cstruct linux_binfmt elf_format = {
elf_format586fs/binfmt_elf.ccurrent->binfmt = &elf_format;
elf_format778fs/binfmt_elf.cregister_binfmt(&elf_format);
elf_format788fs/binfmt_elf.cunregister_binfmt(&elf_format);
elf_format57fs/exec.cextern struct linux_binfmt elf_format;
elf_format63fs/exec.c&elf_format, NULL, load_aout_binary, load_aout_library, aout_core_dump
elf_format655ibcs/binfmt_elf.cstruct linux_binfmt elf_format = { NULL, load_elf_binary, load_elf_library };