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