Searched refs:a_text (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/include/uapi/linux/ |
H A D | a.out.h | 92 #define N_DATOFF(x) (N_TXTOFF(x) + (x).a_text) 132 #define _N_TXTENDADDR(x) (N_TXTADDR(x)+(x).a_text)
|
/openbmc/linux/arch/m68k/include/uapi/asm/ |
H A D | a.out.h | 8 unsigned a_text; /* length of text, in bytes */ member
|
/openbmc/linux/arch/x86/include/uapi/asm/ |
H A D | a.out.h | 8 unsigned a_text; /* length of text, in bytes */ member
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | a.out.h | 66 #define a_text ah.tsize macro
|
/openbmc/qemu/hw/core/ |
H A D | loader.c | 187 uint32_t a_text; /* length of text, in bytes */ member 199 bswap32s(&e->a_text); in bswap_ahdr() 220 #define _N_TXTENDADDR(x, target_page_size) (N_TXTADDR(x, target_page_size)+(x).a_text) 252 if (e.a_text + e.a_data > max_sz) in load_aout() 255 size = read_targphys(filename, fd, addr, e.a_text + e.a_data); in load_aout() 263 size = read_targphys(filename, fd, addr, e.a_text); in load_aout()
|
/openbmc/qemu/linux-user/ |
H A D | elfload.c | 2099 unsigned int a_text; /* length of text, in bytes */ member
|