Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dbinfmt_flat.c409 struct flat_hdr *hdr; in load_flat_file()
421 hdr = ((struct flat_hdr *) bprm->buf); /* exec-header */ in load_flat_file()
622 result = decompress_exec(bprm, sizeof(struct flat_hdr), in load_flat_file()
623 (((char *)textpos) + sizeof(struct flat_hdr)), in load_flat_file()
625 - sizeof(struct flat_hdr)), in load_flat_file()
634 long unz_text_len = text_len - sizeof(struct flat_hdr); in load_flat_file()
640 result = decompress_exec(bprm, sizeof(struct flat_hdr), in load_flat_file()
643 (copy_to_user((void __user *)textpos + sizeof(struct flat_hdr), in load_flat_file()
690 start_code = textpos + sizeof(struct flat_hdr); in load_flat_file()
692 text_len -= sizeof(struct flat_hdr); /* the real code len */ in load_flat_file()
/openbmc/qemu/linux-user/
H A Dflatload.c195 struct flat_hdr * hdr; in load_flat_file()
207 hdr = ((struct flat_hdr *) bprm->buf); /* exec-header */ in load_flat_file()
340 start_code = textpos + sizeof (struct flat_hdr); in load_flat_file()
350 text_len -= sizeof(struct flat_hdr); /* the real code len */ in load_flat_file()
H A Dflat.h23 struct flat_hdr { struct
/openbmc/linux/include/linux/
H A Dflat.h20 struct flat_hdr { struct