Home
last modified time | relevance | path

Searched refs:N_DATADDR (Results 1 – 2 of 2) sorted by relevance

/linux/include/uapi/linux/
H A Da.out.h134 #ifndef N_DATADDR
135 #define N_DATADDR(x) \ macro
142 #define N_BSSADDR(x) (N_DATADDR(x) + (x).a_data)
/linux/arch/alpha/include/uapi/asm/
H A Da.out.h78 #define N_DATADDR(x) ((x).a_datastart) macro