| tag | line | file | source code |
| elf_format | 47 | fs/binfmt_elf.c | struct linux_binfmt elf_format = { |
| elf_format | 587 | fs/binfmt_elf.c | current->binfmt = &elf_format; |
| elf_format | 779 | fs/binfmt_elf.c | register_binfmt(&elf_format); |
| elf_format | 789 | fs/binfmt_elf.c | unregister_binfmt(&elf_format); |
| elf_format | 63 | fs/exec.c | extern struct linux_binfmt elf_format; |
| elf_format | 69 | fs/exec.c | &elf_format, NULL, load_aout_binary, load_aout_library, aout_core_dump |
| elf_format | 656 | ibcs/binfmt_elf.c | struct linux_binfmt elf_format = { NULL, load_elf_binary, load_elf_library }; |