/linux-2.6.39/arch/x86/include/asm/ |
D | a.out.h | 4 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.6.39/arch/m68k/include/asm/ |
D | a.out.h | 4 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.6.39/arch/arm/include/asm/ |
D | a.out.h | 7 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.6.39/include/linux/ |
D | a.out.h | 43 #define N_MAGIC(exec) ((exec).a_info & 0xffff) argument 45 #define N_MACHTYPE(exec) ((enum machine_type)(((exec).a_info >> 16) & 0xff)) argument 46 #define N_FLAGS(exec) (((exec).a_info >> 24) & 0xff) argument 47 #define N_SET_INFO(exec, magic, type, flags) \ argument 51 #define N_SET_MAGIC(exec, magic) \ argument 54 #define N_SET_MACHTYPE(exec, machtype) \ argument 58 #define N_SET_FLAGS(exec, flags) \ argument
|
D | cyclomx.h | 54 int (*exec)(struct cycx_device* card, void* u_cmd, void* u_data); member
|
D | cn_proc.h | 78 } exec; member
|
D | binfmts.h | 60 unsigned long loader, exec; member
|
D | i2o.h | 564 struct i2o_device *exec; /* Executive */ member
|
/linux-2.6.39/arch/score/mm/ |
D | cache.c | 82 int exec = (vma->vm_flags & VM_EXEC); in __update_cache() local 175 int exec = vma->vm_flags & VM_EXEC; in flush_cache_range() local 213 int exec = vma->vm_flags & VM_EXEC; in flush_cache_page() local
|
/linux-2.6.39/arch/alpha/include/asm/ |
D | a.out.h | 53 struct exec struct 61 * Define's so that the kernel exec code can access the a.out header argument
|
/linux-2.6.39/drivers/gpu/drm/i915/ |
D | i915_gem_execbuffer.c | 627 struct drm_i915_gem_exec_object2 *exec, in i915_gem_execbuffer_relocate_slow() 864 i915_gem_check_execbuffer(struct drm_i915_gem_execbuffer2 *exec) in i915_gem_check_execbuffer() 870 validate_exec_list(struct drm_i915_gem_exec_object2 *exec, in validate_exec_list() 963 struct drm_i915_gem_exec_object2 *exec) in i915_gem_do_execbuffer()
|
/linux-2.6.39/arch/mips/mm/ |
D | cache.c | 121 int exec = (vma->vm_flags & VM_EXEC) && !cpu_has_ic_fills_f_dc; in __update_cache() local
|
D | c-r4k.c | 397 int exec = vma->vm_flags & VM_EXEC; in local_r4k_flush_cache_range() local 410 int exec = vma->vm_flags & VM_EXEC; in r4k_flush_cache_range() local 460 int exec = vma->vm_flags & VM_EXEC; in local_r4k_flush_cache_page() local
|
D | c-r3k.c | 242 int exec = vma->vm_flags & VM_EXEC; in r3k_flush_cache_page() local
|
D | c-tx39.c | 172 int exec = vma->vm_flags & VM_EXEC; in tx39_flush_cache_page() local
|
/linux-2.6.39/arch/x86/mm/ |
D | pageattr-test.c | 43 long lpg, gpg, spg, exec; member
|
/linux-2.6.39/arch/um/include/asm/ |
D | processor-generic.h | 44 } fork, exec; member
|
/linux-2.6.39/drivers/gpu/drm/nouveau/ |
D | nouveau_object.c | 44 int (*exec)(struct nouveau_channel *, u32 class, u32 mthd, u32 data); member
|
/linux-2.6.39/drivers/net/bna/ |
D | bfi.h | 286 u32 exec; /*!< exec vector */ member
|
/linux-2.6.39/fs/ |
D | binfmt_elf.c | 137 create_elf_tables(struct linux_binprm *bprm, struct elfhdr *exec, in create_elf_tables()
|
/linux-2.6.39/drivers/scsi/bfa/ |
D | bfi.h | 277 u32 exec; /* exec vector */ member
|
/linux-2.6.39/arch/mips/include/asm/ |
D | sgiarcs.h | 190 LONG exec; /* Load and begin execution of a member
|
/linux-2.6.39/arch/ia64/kernel/ |
D | perfmon.c | 615 …nsigned long addr, unsigned long len, unsigned long pgoff, unsigned long flags, unsigned long exec) in pfm_get_unmapped_area()
|