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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Da.out.h88 #if !defined(N_DATOFF)
89 #define N_DATOFF(x) (N_TXTOFF(x) + (x).a_text) macro
93 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/boot/
H A Decoff.h61 #define N_DATOFF(f, a) \ macro
H A Delf2ecoff.c468 esecs[1].s_scnptr = N_DATOFF(efh, eah);

Completed in 177 milliseconds