HomeSort by relevance Sort by last modified time
    Searched refs:N_SET_INFO (Results 1 - 2 of 2) sorted by null

  /bionic/libc/kernel/uapi/linux/
a.out.h 56 #define N_SET_INFO(exec,magic,type,flags) ((exec).a_info = ((magic) & 0xffff) | (((int) (type) & 0xff) << 16) | (((flags) & 0xff) << 24))
  /external/kernel-headers/original/uapi/linux/
a.out.h 48 #define N_SET_INFO(exec, magic, type, flags) \

Completed in 68 milliseconds