Home
last modified time | relevance | path

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

/openbmc/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)
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Da.out.h78 #define N_DATADDR(x) ((x).a_datastart) macro
/openbmc/qemu/hw/core/
H A Dloader.c222 #define N_DATADDR(x, target_page_size) \ macro
260 if (N_DATADDR(e, target_page_size) + e.a_data > max_sz) in load_aout()
266 ret = read_targphys(filename, fd, addr + N_DATADDR(e, target_page_size), in load_aout()