Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/asm/
H A Da.out.h12 struct exec struct
14 unsigned long a_info; /* Use macros N_MAGIC, etc for access */
15 unsigned a_text; /* length of text, in bytes */
16 unsigned a_data; /* length of data, in bytes */
17 unsigned a_bss; /* length of uninitialized data area for
19 unsigned a_syms; /* length of symbol table data in file,
21 unsigned a_entry; /* start address */
22 unsigned a_trsize; /* length of relocation info for text, in
24 unsigned a_drsize; /* length of relocation info for data, in bytes */
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Da.out.h8 struct exec struct
31 #define N_MAGIC(exec) ((exec).a_info & 0xffff) argument
32 #define N_MACHTYPE(exec) ((enum machine_type)(((exec).a_info >> 16) & 0xff)) argument
33 #define N_FLAGS(exec) (((exec).a_info >> 24) & 0xff) argument
34 #define N_SET_INFO(exec, magic, type, flags) \ argument
38 #define N_SET_MAGIC(exec, magic) \ argument
40 #define N_SET_MACHTYPE(exec, machtype) \ argument
43 #define N_SET_FLAGS(exec, flags) \ argument
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Da.out.h43 #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
H A Dcn_proc.h77 } exec; member