Lines Matching defs:executable
40 struct executable { struct
41 const char *x_path;
42 FILE *x_fp;
44 char *x_buf;
45 size_t x_len;
50 size_t x_headers_len;
52 off_t x_checksum_off;
53 size_t x_checksum_len;
55 off_t x_certificate_entry_off;
56 size_t x_certificate_entry_len;
58 int x_nsections;
59 off_t x_section_off[MAX_SECTIONS];
83 void parse(struct executable *x); argument