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

  /bionic/libc/kernel/uapi/linux/
a.out.h 103 #ifndef N_BSSADDR
104 #define N_BSSADDR(x) (N_DATADDR(x) + (x).a_data)
  /external/kernel-headers/original/uapi/linux/
a.out.h 141 #if !defined (N_BSSADDR)
142 #define N_BSSADDR(x) (N_DATADDR(x) + (x).a_data)

Completed in 90 milliseconds