Searched refs:exec (Results 1 - 6 of 6) sorted by relevance

/bionic/libc/kernel/uapi/linux/
H A Da.out.h60 #define N_MAGIC(exec) ((exec).a_info & 0xffff)
62 #define N_MACHTYPE(exec) ((enum machine_type)(((exec).a_info >> 16) & 0xff))
64 #define N_FLAGS(exec) (((exec).a_info >> 24) & 0xff)
65 #define N_SET_INFO(exec, magic, type, flags) ((exec).a_info = ((magic) & 0xffff) | (((int)(type) & 0xff) << 16) | (((flags) & 0xff) << 24))
66 #define N_SET_MAGIC(exec, magic) ((exec)
[all...]
H A Dcn_proc.h62 } exec; member in union:proc_event::__anon235
/bionic/libc/kernel/uapi/asm-x86/asm/
H A Da.out.h21 struct exec struct
/bionic/libc/kernel/uapi/asm-arm/asm/
H A Da.out.h24 struct exec struct
/bionic/linker/
H A Dlinker_phdr.cpp32 #include <machine/exec.h>
/bionic/libc/
H A DAndroid.mk339 upstream-openbsd/lib/libc/gen/exec.c \

Completed in 2041 milliseconds