Home
last modified time | relevance | path

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

/Linux-v5.4/fs/
Dbinfmt_flat.c428 struct flat_hdr *hdr; in load_flat_file()
440 hdr = ((struct flat_hdr *) bprm->buf); /* exec-header */ in load_flat_file()
645 result = decompress_exec(bprm, sizeof(struct flat_hdr), in load_flat_file()
646 (((char *)textpos) + sizeof(struct flat_hdr)), in load_flat_file()
648 - sizeof(struct flat_hdr)), in load_flat_file()
658 long unz_text_len = text_len - sizeof(struct flat_hdr); in load_flat_file()
664 result = decompress_exec(bprm, sizeof(struct flat_hdr), in load_flat_file()
667 (copy_to_user((void __user *)textpos + sizeof(struct flat_hdr), in load_flat_file()
713 start_code = textpos + sizeof(struct flat_hdr); in load_flat_file()
715 text_len -= sizeof(struct flat_hdr); /* the real code len */ in load_flat_file()
/Linux-v5.4/include/linux/
Dflat.h20 struct flat_hdr { struct