taglinefilesource code
elf_format47fs/binfmt_elf.cstruct linux_binfmt elf_format = {
elf_format587fs/binfmt_elf.ccurrent->binfmt = &elf_format;
elf_format779fs/binfmt_elf.cregister_binfmt(&elf_format);
elf_format789fs/binfmt_elf.cunregister_binfmt(&elf_format);
elf_format63fs/exec.cextern struct linux_binfmt elf_format;
elf_format69fs/exec.c&elf_format, NULL, load_aout_binary, load_aout_library, aout_core_dump
elf_format656ibcs/binfmt_elf.cstruct linux_binfmt elf_format = { NULL, load_elf_binary, load_elf_library };