Home
last modified time | relevance | path

Searched defs:N_DATADDR (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/alpha/include/uapi/asm/
H A Da.out.h78 #define N_DATADDR(x) ((x).a_datastart) macro
/openbmc/linux/include/uapi/linux/
H A Da.out.h135 #define N_DATADDR(x) \ macro
/openbmc/qemu/hw/core/
H A Dloader.c222 #define N_DATADDR(x, target_page_size) \ macro