OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:N_SET_MACHTYPE
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/kernel/uapi/linux/
a.out.h
58
#define
N_SET_MACHTYPE
(exec,machtype) ((exec).a_info = ((exec).a_info & 0xff00ffff) | ((((int) (machtype)) & 0xff) << 16))
/external/kernel-headers/original/uapi/linux/
a.out.h
55
#define
N_SET_MACHTYPE
(exec, machtype) \
Completed in 53 milliseconds