Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/uapi/linux/
H A Da.out.h91 #if !defined (N_DATOFF)
92 #define N_DATOFF(x) (N_TXTOFF(x) + (x).a_text) macro
96 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data)
/kernel/linux/linux-6.6/include/uapi/linux/
H A Da.out.h91 #if !defined (N_DATOFF)
92 #define N_DATOFF(x) (N_TXTOFF(x) + (x).a_text) macro
96 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data)
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Da.out.h72 #ifndef N_DATOFF
73 #define N_DATOFF(x) (N_TXTOFF(x) + (x).a_text) macro
76 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Da.out.h72 #ifndef N_DATOFF
73 #define N_DATOFF(x) (N_TXTOFF(x) + (x).a_text) macro
76 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data)
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Da.out.h73 #if !defined (N_DATOFF)
74 #define N_DATOFF(x) (N_TXTOFF(x) + (x).a_text) macro
77 #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data)
/kernel/linux/linux-5.10/arch/mips/boot/
H A Decoff.h64 #define N_DATOFF(f, a) \ macro
H A Delf2ecoff.c474 esecs[1].s_scnptr = N_DATOFF(efh, eah); in main()
/kernel/linux/linux-6.6/arch/mips/boot/
H A Decoff.h64 #define N_DATOFF(f, a) \ macro
H A Delf2ecoff.c474 esecs[1].s_scnptr = N_DATOFF(efh, eah); in main()

Completed in 5 milliseconds