Searched refs:N_TRELOFF (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/kernel/uapi/linux/
H A Da.out.h89 #ifndef N_TRELOFF
90 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data) macro
94 #define N_DRELOFF(x) (N_TRELOFF(x) + N_TRSIZE(x))

Completed in 4 milliseconds