Lines Matching defs:executable
43 struct executable { struct
44 const char *x_path;
45 FILE *x_fp;
47 char *x_buf;
48 size_t x_len;
53 size_t x_headers_len;
55 off_t x_checksum_off;
56 size_t x_checksum_len;
58 off_t x_certificate_entry_off;
59 size_t x_certificate_entry_len;
61 int x_nsections;
62 off_t x_section_off[MAX_SECTIONS];
86 void parse(struct executable *x); argument