Home
last modified time | relevance | path

Searched refs:machtype (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Da.out.h40 #define N_SET_MACHTYPE(exec, machtype) \ argument
42 ((exec).a_info&0xff00ffff) | ((((int)(machtype))&0xff) << 16))
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Da.out.h54 #define N_SET_MACHTYPE(exec, machtype) \ argument
56 ((exec).a_info&0xff00ffff) | ((((int)(machtype))&0xff) << 16))