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

/bionic/libc/kernel/uapi/linux/
H A Da.out.h75 #ifndef N_TRELOFF
76 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data) macro
79 #define N_DRELOFF(x) (N_TRELOFF(x) + N_TRSIZE(x))
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Da.out.h75 #ifndef N_TRELOFF
76 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data) macro
79 #define N_DRELOFF(x) (N_TRELOFF(x) + N_TRSIZE(x))
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/
H A Da.out.h75 #ifndef N_TRELOFF
76 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data) macro
79 #define N_DRELOFF(x) (N_TRELOFF(x) + N_TRSIZE(x))

Completed in 52 milliseconds