Searched defs:flat_hdr (Results 1 – 3 of 3) sorted by relevance
27 struct flat_hdr { struct28 char magic[4];29 unsigned long rev; /* version (as above) */30 unsigned long entry; /* Offset of first executable instruction32 unsigned long data_start; /* Offset of data segment from beginning of34 unsigned long data_end; /* Offset of end of data segment36 unsigned long bss_end; /* Offset of end of bss segment from beginning41 unsigned long stack_size; /* Size of stack, in bytes */42 unsigned long reloc_start; /* Offset of relocation records from44 unsigned long reloc_count; /* Number of relocation records */[all …]
36906 struct flat_hdr { struct36907 char magic[4];36908 __be32 rev;36909 __be32 entry;36910 __be32 data_start;36911 __be32 data_end;36912 __be32 bss_end;36913 __be32 stack_size;36914 __be32 reloc_start;36915 __be32 reloc_count;[all …]