Searched refs:exec_maxhdrsz (Results 1 – 3 of 3) sorted by relevance
50 int exec_maxhdrsz; variable64 execsw[i].es_hdrsz > exec_maxhdrsz) in init_exec()65 exec_maxhdrsz = execsw[i].es_hdrsz; in init_exec()
297 pack.ep_hdr = malloc(exec_maxhdrsz, M_EXEC, M_WAITOK); in sys_execve()298 pack.ep_hdrlen = exec_maxhdrsz; in sys_execve()
192 extern int exec_maxhdrsz;