Searched defs:N_DATOFF (Results 1 - 1 of 1) sorted by relevance
/bionic/libc/kernel/common/linux/ | ||
H A D | a.out.h | 84 #ifndef N_DATOFF 85 #define N_DATOFF(x) (N_TXTOFF(x) + (x).a_text) macro 89 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data) |
Completed in 3 milliseconds