tag | line | file | source code |
passed_fileno | 283 | arch/i386/ibcs/binfmt_elf.c | char passed_fileno[6]; |
passed_fileno | 407 | arch/i386/ibcs/binfmt_elf.c | sprintf(passed_fileno, "%d", elf_exec_fileno); |
passed_fileno | 408 | arch/i386/ibcs/binfmt_elf.c | passed_p = passed_fileno; |
passed_fileno | 532 | arch/i386/ibcs/binfmt_elf.c | current->mm->arg_start += strlen(passed_fileno) + 1; |
passed_fileno | 320 | fs/binfmt_elf.c | char passed_fileno[6]; |
passed_fileno | 461 | fs/binfmt_elf.c | sprintf(passed_fileno, "%d", elf_exec_fileno); |
passed_fileno | 462 | fs/binfmt_elf.c | passed_p = passed_fileno; |
passed_fileno | 593 | fs/binfmt_elf.c | current->mm->arg_start += strlen(passed_fileno) + 1; |