Lines Matching defs:hdr
68 struct hdr { struct
69 uint32_t fmt; /* Format */
70 uint32_t flags; /* Bit flags */
71 uint32_t size; /* Size of file */
72 uint32_t text; /* Size of text segment */
73 uint32_t data; /* Size of data segment */
74 uint32_t bss; /* Size of bss segment */
75 uint32_t org; /* Program origin */
76 uint32_t entry; /* Program entry point */
320 gethdr(int fd, struct hdr *hdr) in gethdr()
398 puthdr(int fd, struct hdr *hdr) in puthdr()