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

  /bionic/libc/kernel/uapi/linux/
a.out.h 68 #define _N_HDROFF(x) (1024 - sizeof(struct exec))
70 #define N_TXTOFF(x) (N_MAGIC(x) == ZMAGIC ? _N_HDROFF((x)) + sizeof(struct exec) : (N_MAGIC(x) == QMAGIC ? 0 : sizeof(struct exec)))
  /external/kernel-headers/original/uapi/linux/
a.out.h 83 #define _N_HDROFF(x) (1024 - sizeof (struct exec))
87 (N_MAGIC(x) == ZMAGIC ? _N_HDROFF((x)) + sizeof (struct exec) : \

Completed in 77 milliseconds