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

/linux-4.1.27/arch/mips/boot/
H A Decoff.h60 #define N_DATOFF(f, a) \ macro
H A Delf2ecoff.c472 esecs[1].s_scnptr = N_DATOFF(efh, eah); main()
/linux-4.1.27/include/uapi/linux/
H A Da.out.h90 #if !defined (N_DATOFF)
91 #define N_DATOFF(x) (N_TXTOFF(x) + (x).a_text) macro
95 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data)

Completed in 142 milliseconds