Home
last modified time | relevance | path

Searched refs:flat_hdr (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/fs/
Dbinfmt_flat.c429 struct flat_hdr * hdr; in load_flat_file()
443 hdr = ((struct flat_hdr *) bprm->buf); /* exec-header */ in load_flat_file()
632 result = decompress_exec(bprm, sizeof (struct flat_hdr), in load_flat_file()
633 (((char *) textpos) + sizeof (struct flat_hdr)), in load_flat_file()
635 - sizeof (struct flat_hdr)), in load_flat_file()
668 start_code = textpos + sizeof (struct flat_hdr); in load_flat_file()
696 text_len -= sizeof(struct flat_hdr); /* the real code len */ in load_flat_file()
/linux-4.1.27/include/uapi/linux/
Dflat.h27 struct flat_hdr { struct