Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/include/uapi/asm/
H A Da.out.h14 unsigned a_drsize; /* length of relocation info for data, in bytes */ member
18 #define N_DRSIZE(a) ((a).a_drsize)
/openbmc/linux/arch/x86/include/uapi/asm/
H A Da.out.h14 unsigned a_drsize; /* length of relocation info for data, in bytes */ member
18 #define N_DRSIZE(a) ((a).a_drsize)
/openbmc/qemu/hw/core/
H A Dloader.c193 uint32_t a_drsize; /* length of relocation info for data, in bytes */ member
205 bswap32s(&e->a_drsize); in bswap_ahdr()
/openbmc/qemu/linux-user/
H A Delfload.c2164 unsigned int a_drsize; /* length of relocation info for data, in bytes */ member