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

/bionic/libc/kernel/common/linux/
H A Da.out.h51 #define N_MAGIC(exec) ((exec).a_info & 0xffff)
53 #define N_MACHTYPE(exec) ((enum machine_type)(((exec).a_info >> 16) & 0xff))
54 #define N_FLAGS(exec) (((exec).a_info >> 24) & 0xff)
55 #define N_SET_INFO(exec, magic, type, flags) ((exec).a_info = ((magic) & 0xffff) | (((int)(type) & 0xff) << 16) | (((flags) & 0xff) << 24))
56 #define N_SET_MAGIC(exec, magic) ((exec)
[all...]
/bionic/libc/kernel/arch-x86/asm/
H A Da.out.h15 struct exec struct
/bionic/libc/kernel/arch-arm/asm/
H A Da.out.h18 struct exec struct
/bionic/libc/include/sys/
H A Dexec_elf.h37 #include <machine/exec.h>
/bionic/libc/
H A DAndroid.mk15 unistd/exec.c \

Completed in 102 milliseconds