tag | line | file | source code |
---|---|---|---|
elf_format | 62 | fs/binfmt_elf.c | struct linux_binfmt elf_format = { |
elf_format | 623 | fs/binfmt_elf.c | current->binfmt = &elf_format; |
elf_format | 1214 | fs/binfmt_elf.c | register_binfmt(&elf_format); |
elf_format | 1225 | fs/binfmt_elf.c | unregister_binfmt(&elf_format); |
elf_format | 60 | fs/exec.c | extern struct linux_binfmt elf_format; |
elf_format | 66 | fs/exec.c | &elf_format, NULL, load_aout_binary, load_aout_library, aout_core_dump |