tag | line | file | source code |
a_entry | 306 | fs/binfmt_elf.c | elf_entry = interp_ex->a_entry; |
a_entry | 974 | fs/exec.c | start_thread(regs, ex.a_entry, p); |
a_entry | 1012 | fs/exec.c | N_DRSIZE(ex) || ((ex.a_entry & 0xfff) && N_MAGIC(ex) == ZMAGIC) || |
a_entry | 1027 | fs/exec.c | start_addr = ex.a_entry & 0xfffff000; |
a_entry | 11 | include/asm-i386/a.out.h | unsigned a_entry; /* start address */ |
a_entry | 11 | include/asm-mips/a.out.h | unsigned a_entry; /* start address */ |
a_entry | 15 | include/asm-ppc/a.out.h | unsigned a_entry; /* start address */ |
a_entry | 17 | include/asm-sparc/a.out.h | unsigned long a_entry; /* where program begins */ |
a_entry | 32 | include/asm-sparc/a.out.h | ((x).a_entry < SPARC_PGSIZE)) ? \ |