Home
last modified time | relevance | path

Searched refs:a_trsize (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/m68k/include/uapi/asm/
H A Da.out.h13 unsigned a_trsize; /* length of relocation info for text, in bytes */ member
17 #define N_TRSIZE(a) ((a).a_trsize)
/openbmc/linux/arch/x86/include/uapi/asm/
H A Da.out.h13 unsigned a_trsize; /* length of relocation info for text, in bytes */ member
17 #define N_TRSIZE(a) ((a).a_trsize)
/openbmc/qemu/hw/core/
H A Dloader.c192 uint32_t a_trsize; /* length of relocation info for text, in bytes */ member
204 bswap32s(&e->a_trsize); in bswap_ahdr()
/openbmc/qemu/linux-user/
H A Delfload.c2104 unsigned int a_trsize; /* length of relocation info for text, in bytes */ member