Lines Matching defs:flat_hdr
28 struct flat_hdr { struct
29 char magic[4];
30 unsigned long rev; /* version (as above) */
31 unsigned long entry; /* Offset of first executable instruction
33 unsigned long data_start; /* Offset of data segment from beginning of
35 unsigned long data_end; /* Offset of end of data segment
37 unsigned long bss_end; /* Offset of end of bss segment from beginning
42 unsigned long stack_size; /* Size of stack, in bytes */
43 unsigned long reloc_start; /* Offset of relocation records from
45 unsigned long reloc_count; /* Number of relocation records */
46 unsigned long flags;
47 unsigned long build_date; /* When the program/library was built */
48 unsigned long filler[5]; /* Reservered, set to zero */