| tag | line | file | source code |
|---|---|---|---|
| elf_format | 56 | fs/binfmt_elf.c | struct linux_binfmt elf_format = { |
| elf_format | 601 | fs/binfmt_elf.c | current->binfmt = &elf_format; |
| elf_format | 1179 | fs/binfmt_elf.c | register_binfmt(&elf_format); |
| elf_format | 1190 | fs/binfmt_elf.c | unregister_binfmt(&elf_format); |
| elf_format | 61 | fs/exec.c | extern struct linux_binfmt elf_format; |
| elf_format | 67 | fs/exec.c | &elf_format, NULL, load_aout_binary, load_aout_library, aout_core_dump |