Home
last modified time | relevance | path

Searched defs:N_DATOFF (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/arch/mips/boot/
Decoff.h64 #define N_DATOFF(f, a) \ macro
/Linux-v6.6/include/uapi/linux/
Da.out.h92 #define N_DATOFF(x) (N_TXTOFF(x) + (x).a_text) macro