Searched refs:execsw (Results 1 – 19 of 19) sorted by relevance
152 struct execsw { struct216 const struct execsw *ep_esch;/* execsw entry */290 int exec_add(struct execsw *, int);291 int exec_remove(struct execsw *, int);
305 const struct execsw *p_execsw; /* :: exec package information */
178 static const struct execsw **execsw = NULL;183 /* list of dynamically loaded execsw entries */189 const struct execsw *ex_sw;249 * Exec lock. Used to control access to execsw[] structures.474 epp->ep_esch = execsw[i]; in check_exec() 475 newerror = (*execsw[i]->es_makecmds)(l, epp); in check_exec() 627 * If no execsw entries are present, we load those likely to be needed1816 * Add execsw[] entries.1819 exec_add(struct execsw *es in exec_add() 177 static const struct execsw **execsw = NULL; global() variable [all...]
48 static struct execsw exec_elf64_execsw[] = {
48 static struct execsw exec_elf32_execsw[] = {86 * If we are on a 64bit system, we don't want the 32bit execsw[] to be in exec_elf32_modcmd()
53 static struct execsw exec_ecoff_execsw = {
52 static struct execsw exec_aout_execsw = {
66 static struct execsw exec_script_execsw = {
45 static struct execsw aoutm68k_execsw = {
58 static struct execsw ultrix_execsw[] = {
48 static struct execsw sunos_execsw = {
51 static struct execsw sunos_execsw = {
59 static struct execsw freebsd_execsw[] = {
65 static struct execsw linux32_execsw[] = {
98 static struct execsw netbsd32_execsw[] = {
74 static struct execsw linux_execsw[] = {
67 static struct execsw exec_vax1k_execsw = {
64 static struct execsw exec_m68k4k_execsw = {
57 static struct execsw exec_coff_execsw[] = {