Function report |
Source Code:fs\binfmt_em86.c |
Create Date:2022-07-28 20:27:24 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:load_em86
Proto:static int load_em86(struct linux_binprm *bprm)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct linux_binprm * | bprm |
37 | If memcmp( ELF "magic number" , ELFMAG, SELFMAG) != 0 Then Return -ENOEXEC |
44 | Return -ENOEXEC |
48 | If interp_flags & BINPRM_FLAGS_PATH_INACCESSIBLE Then Return -ENOENT |
53 | file = NULL |
58 | interp = EM86_INTERP |
59 | i_name = EM86_I_NAME |
60 | i_arg = NULL |
73 | argc++ |
74 | If i_arg Then |
77 | argc++ |
81 | argc++ |
94 | retval = Fill the binprm structure from the inode.* Check permissions, then read the first BINPRM_BUF_SIZE bytes* This may be called multiple times for binary chains (scripts for example). |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |