Home
last modified time | relevance | path

Searched refs:N_DRELOFF (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.h98 #if !defined (N_DRELOFF)
99 #define N_DRELOFF(x) (N_TRELOFF(x) + N_TRSIZE(x)) macro
103 #define N_SYMOFF(x) (N_DRELOFF(x) + N_DRSIZE(x))
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Da.out.h71 #define N_DRELOFF(x) (N_TRELOFF(x) + N_TRSIZE(x)) macro
72 #define N_SYMOFF(x) (N_DRELOFF(x) + N_DRSIZE(x))