Lines Matching refs:executable
142 range_check(const struct executable *x, off_t off, size_t len, in range_check()
165 signature_size(const struct executable *x) in signature_size()
184 show_certificate(const struct executable *x) in show_certificate()
225 parse_section_table(struct executable *x, off_t off, int number_of_sections) in parse_section_table()
262 parse_directory(struct executable *x, off_t off, in parse_directory()
312 compute_checksum(const struct executable *x) in compute_checksum()
348 parse_optional_32_plus(struct executable *x, off_t off, in parse_optional_32_plus()
398 parse_optional_32(struct executable *x, off_t off, int number_of_sections) in parse_optional_32()
447 parse_optional(struct executable *x, off_t off, int number_of_sections) in parse_optional()
468 parse_pe(struct executable *x, off_t off) in parse_pe()
487 parse(struct executable *x) in parse()
501 append(struct executable *x, void *ptr, size_t len, size_t aligment) in append()
517 update(struct executable *x) in update()