Searched defs:flat_hdr (Results 1 – 1 of 1) sorted by relevance
23 struct flat_hdr { struct24 char magic[4];25 abi_ulong rev; /* version (as above) */26 abi_ulong entry; /* Offset of first executable instruction28 abi_ulong data_start; /* Offset of data segment from beginning of30 abi_ulong data_end; /* Offset of end of data segment32 abi_ulong bss_end; /* Offset of end of bss segment from beginning37 abi_ulong stack_size; /* Size of stack, in bytes */38 abi_ulong reloc_start; /* Offset of relocation records from40 abi_ulong reloc_count; /* Number of relocation records */[all …]