Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dbinfmt_flat.c91 static int load_flat_binary(struct linux_binprm *);
95 .load_binary = load_flat_binary,
853 static int load_flat_binary(struct linux_binprm *bprm) in load_flat_binary() function