Home
last modified time | relevance | path

Searched defs:exec (Results 1 – 25 of 31) sorted by relevance

12

/linux-2.4.37.9/include/asm-s390/
Da.out.h16 struct exec struct
18 unsigned long a_info; /* Use macros N_MAGIC, etc for access */
19 unsigned a_text; /* length of text, in bytes */
20 unsigned a_data; /* length of data, in bytes */
21 unsigned a_bss; /* length of uninitialized data area for file, in bytes */
22 unsigned a_syms; /* length of symbol table data in file, in bytes */
23 unsigned a_entry; /* start address */
24 unsigned a_trsize; /* length of relocation info for text, in bytes */
25 unsigned a_drsize; /* length of relocation info for data, in bytes */
/linux-2.4.37.9/include/asm-s390x/
Da.out.h16 struct exec struct
18 unsigned long a_info; /* Use macros N_MAGIC, etc for access */
19 unsigned a_text; /* length of text, in bytes */
20 unsigned a_data; /* length of data, in bytes */
21 unsigned a_bss; /* length of uninitialized data area for file, in bytes */
22 unsigned a_syms; /* length of symbol table data in file, in bytes */
23 unsigned a_entry; /* start address */
24 unsigned a_trsize; /* length of relocation info for text, in bytes */
25 unsigned a_drsize; /* length of relocation info for data, in bytes */
/linux-2.4.37.9/include/asm-sh/
Da.out.h4 struct exec struct
6 unsigned long a_info; /* Use macros N_MAGIC, etc for access */
7 unsigned a_text; /* length of text, in bytes */
8 unsigned a_data; /* length of data, in bytes */
9 unsigned a_bss; /* length of uninitialized data area for file, in bytes */
10 unsigned a_syms; /* length of symbol table data in file, in bytes */
11 unsigned a_entry; /* start address */
12 unsigned a_trsize; /* length of relocation info for text, in bytes */
13 unsigned a_drsize; /* length of relocation info for data, in bytes */
/linux-2.4.37.9/include/asm-sh64/
Da.out.h15 struct exec struct
17 unsigned long a_info; /* Use macros N_MAGIC, etc for access */
18 unsigned a_text; /* length of text, in bytes */
19 unsigned a_data; /* length of data, in bytes */
20 unsigned a_bss; /* length of uninitialized data area for file, in bytes */
21 unsigned a_syms; /* length of symbol table data in file, in bytes */
22 unsigned a_entry; /* start address */
23 unsigned a_trsize; /* length of relocation info for text, in bytes */
24 unsigned a_drsize; /* length of relocation info for data, in bytes */
/linux-2.4.37.9/include/asm-parisc/
Da.out.h4 struct exec struct
6 unsigned int a_info; /* Use macros N_MAGIC, etc for access */
7 unsigned a_text; /* length of text, in bytes */
8 unsigned a_data; /* length of data, in bytes */
9 unsigned a_bss; /* length of uninitialized data area for file, in bytes */
10 unsigned a_syms; /* length of symbol table data in file, in bytes */
11 unsigned a_entry; /* start address */
12 unsigned a_trsize; /* length of relocation info for text, in bytes */
13 unsigned a_drsize; /* length of relocation info for data, in bytes */
/linux-2.4.37.9/include/asm-ppc/
Da.out.h8 struct exec struct
10 unsigned long a_info; /* Use macros N_MAGIC, etc for access */
11 unsigned a_text; /* length of text, in bytes */
12 unsigned a_data; /* length of data, in bytes */
13 unsigned a_bss; /* length of uninitialized data area for file, in bytes */
14 unsigned a_syms; /* length of symbol table data in file, in bytes */
15 unsigned a_entry; /* start address */
16 unsigned a_trsize; /* length of relocation info for text, in bytes */
17 unsigned a_drsize; /* length of relocation info for data, in bytes */
/linux-2.4.37.9/include/asm-mips/
Da.out.h4 struct exec struct
6 unsigned long a_info; /* Use macros N_MAGIC, etc for access */
7 unsigned a_text; /* length of text, in bytes */
8 unsigned a_data; /* length of data, in bytes */
9 unsigned a_bss; /* length of uninitialized data area for file, in bytes */
10 unsigned a_syms; /* length of symbol table data in file, in bytes */
11 unsigned a_entry; /* start address */
12 unsigned a_trsize; /* length of relocation info for text, in bytes */
13 unsigned a_drsize; /* length of relocation info for data, in bytes */
/linux-2.4.37.9/include/asm-cris/
Da.out.h13 struct exec struct
15 unsigned long a_info; /* Use macros N_MAGIC, etc for access */
16 unsigned a_text; /* length of text, in bytes */
17 unsigned a_data; /* length of data, in bytes */
18 unsigned a_bss; /* length of uninitialized data area for file, in bytes */
19 unsigned a_syms; /* length of symbol table data in file, in bytes */
20 unsigned a_entry; /* start address */
21 unsigned a_trsize; /* length of relocation info for text, in bytes */
22 unsigned a_drsize; /* length of relocation info for data, in bytes */
/linux-2.4.37.9/include/asm-x86_64/
Da.out.h8 struct exec struct
10 unsigned long a_info; /* Use macros N_MAGIC, etc for access */
11 unsigned a_text; /* length of text, in bytes */
12 unsigned a_data; /* length of data, in bytes */
13 unsigned a_bss; /* length of uninitialized data area for file, in bytes */
14 unsigned a_syms; /* length of symbol table data in file, in bytes */
15 unsigned a_entry; /* start address */
16 unsigned a_trsize; /* length of relocation info for text, in bytes */
17 unsigned a_drsize; /* length of relocation info for data, in bytes */
/linux-2.4.37.9/include/asm-mips64/
Da.out.h11 struct exec struct
13 unsigned long a_info; /* Use macros N_MAGIC, etc for access */
14 unsigned a_text; /* length of text, in bytes */
15 unsigned a_data; /* length of data, in bytes */
16 unsigned a_bss; /* length of uninitialized data area for file, in bytes */
17 unsigned a_syms; /* length of symbol table data in file, in bytes */
18 unsigned a_entry; /* start address */
19 unsigned a_trsize; /* length of relocation info for text, in bytes */
20 unsigned a_drsize; /* length of relocation info for data, in bytes */
/linux-2.4.37.9/include/asm-i386/
Da.out.h4 struct exec struct
6 unsigned long a_info; /* Use macros N_MAGIC, etc for access */
7 unsigned a_text; /* length of text, in bytes */
8 unsigned a_data; /* length of data, in bytes */
9 unsigned a_bss; /* length of uninitialized data area for file, in bytes */
10 unsigned a_syms; /* length of symbol table data in file, in bytes */
11 unsigned a_entry; /* start address */
12 unsigned a_trsize; /* length of relocation info for text, in bytes */
13 unsigned a_drsize; /* length of relocation info for data, in bytes */
/linux-2.4.37.9/include/asm-m68k/
Da.out.h4 struct exec struct
6 unsigned long a_info; /* Use macros N_MAGIC, etc for access */
7 unsigned a_text; /* length of text, in bytes */
8 unsigned a_data; /* length of data, in bytes */
9 unsigned a_bss; /* length of uninitialized data area for file, in bytes */
10 unsigned a_syms; /* length of symbol table data in file, in bytes */
11 unsigned a_entry; /* start address */
12 unsigned a_trsize; /* length of relocation info for text, in bytes */
13 unsigned a_drsize; /* length of relocation info for data, in bytes */
/linux-2.4.37.9/include/asm-ppc64/
Da.out.h15 struct exec struct
17 unsigned long a_info; /* Use macros N_MAGIC, etc for access */
18 unsigned a_text; /* length of text, in bytes */
19 unsigned a_data; /* length of data, in bytes */
20 unsigned a_bss; /* length of uninitialized data area for file, in bytes */
21 unsigned a_syms; /* length of symbol table data in file, in bytes */
22 unsigned a_entry; /* start address */
23 unsigned a_trsize; /* length of relocation info for text, in bytes */
24 unsigned a_drsize; /* length of relocation info for data, in bytes */
/linux-2.4.37.9/include/asm-arm/
Da.out.h7 struct exec struct
9 __u32 a_info; /* Use macros N_MAGIC, etc for access */
10 __u32 a_text; /* length of text, in bytes */
11 __u32 a_data; /* length of data, in bytes */
12 __u32 a_bss; /* length of uninitialized data area for file, in bytes */
13 __u32 a_syms; /* length of symbol table data in file, in bytes */
14 __u32 a_entry; /* start address */
15 __u32 a_trsize; /* length of relocation info for text, in bytes */
16 __u32 a_drsize; /* length of relocation info for data, in bytes */
/linux-2.4.37.9/include/asm-sparc64/
Da.out.h10 struct exec { struct
27 #define N_TXTOFF(x) (N_MAGIC(x) == ZMAGIC ? 0 : sizeof (struct exec)) argument
/linux-2.4.37.9/include/asm-sparc/
Da.out.h8 struct exec { struct
23 #define N_TXTOFF(x) (N_MAGIC(x) == ZMAGIC ? 0 : sizeof (struct exec)) argument
/linux-2.4.37.9/include/asm-ia64/
Da.out.h16 struct exec { struct
17 unsigned long a_info;
18 unsigned long a_text;
19 unsigned long a_data;
20 unsigned long a_bss;
21 unsigned long a_entry;
/linux-2.4.37.9/include/linux/
Da.out.h41 #define N_MAGIC(exec) ((exec).a_info & 0xffff) argument
43 #define N_MACHTYPE(exec) ((enum machine_type)(((exec).a_info >> 16) & 0xff)) argument
44 #define N_FLAGS(exec) (((exec).a_info >> 24) & 0xff) argument
45 #define N_SET_INFO(exec, magic, type, flags) \ argument
49 #define N_SET_MAGIC(exec, magic) \ argument
52 #define N_SET_MACHTYPE(exec, machtype) \ argument
56 #define N_SET_FLAGS(exec, flags) \ argument
Dbinfmts.h32 unsigned long loader, exec; member
Dcyclomx.h58 int (*exec)(struct cycx* card, void* u_cmd, void* u_data); member
/linux-2.4.37.9/include/asm-alpha/
Da.out.h53 struct exec struct
61 * Define's so that the kernel exec code can access the a.out header argument
/linux-2.4.37.9/arch/mips/mm/
Dc-tx39.c183 int exec = vma->vm_flags & VM_EXEC; in tx39_flush_cache_page() local
Dc-r4k.c317 int exec = vma->vm_flags & VM_EXEC; in r4k_flush_cache_page() local
/linux-2.4.37.9/fs/proc/
Darray.c187 unsigned long exec = 0, lib = 0; in task_mem() local
/linux-2.4.37.9/drivers/net/wan/
Dsdlamain.c1060 sdla_exec_t exec; in ioctl_exec() local

12