Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Da.out.h94 #if !defined (N_TRELOFF)
95 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data) macro
99 #define N_DRELOFF(x) (N_TRELOFF(x) + N_TRSIZE(x))
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Da.out.h70 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data) macro
71 #define N_DRELOFF(x) (N_TRELOFF(x) + N_TRSIZE(x))