Home
last modified time | relevance | path

Searched defs:flat_hdr (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/linux-user/
H A Dflat.h23 struct flat_hdr { struct
24 char magic[4];
25 abi_ulong rev; /* version (as above) */
26 abi_ulong entry; /* Offset of first executable instruction
28 abi_ulong data_start; /* Offset of data segment from beginning of
30 abi_ulong data_end; /* Offset of end of data segment
32 abi_ulong bss_end; /* Offset of end of bss segment from beginning
37 abi_ulong stack_size; /* Size of stack, in bytes */
38 abi_ulong reloc_start; /* Offset of relocation records from
40 abi_ulong reloc_count; /* Number of relocation records */
[all …]
/openbmc/linux/include/linux/
H A Dflat.h20 struct flat_hdr { struct
21 char magic[4];
22 __be32 rev; /* version (as above) */
23 __be32 entry; /* Offset of first executable instruction
25 __be32 data_start; /* Offset of data segment from beginning of
27 __be32 data_end; /* Offset of end of data segment from beginning
29 __be32 bss_end; /* Offset of end of bss segment from beginning
34 __be32 stack_size; /* Size of stack, in bytes */
35 __be32 reloc_start; /* Offset of relocation records from beginning of
37 __be32 reloc_count; /* Number of relocation records */
[all …]