Searched defs:N_DRELOFF (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/kernel/common/linux/
H A Da.out.h91 #ifndef N_DRELOFF
92 #define N_DRELOFF(x) (N_TRELOFF(x) + N_TRSIZE(x)) macro
96 #define N_SYMOFF(x) (N_DRELOFF(x) + N_DRSIZE(x))

Completed in 19 milliseconds