Home
last modified time | relevance | path

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

/busybox-1.35.0/miscutils/
Dchat.c451 char *loaded = NULL; // loaded command in chat_main() local
460 buf = loaded = xmalloc_xopen_read_close(buf, NULL); in chat_main()
511 if (loaded) in chat_main()
512 free(loaded); in chat_main()
/busybox-1.35.0/shell/ash_test/ash-signals/
Dsignal1.tests13 # (was getting failure on loaded machine without this)
/busybox-1.35.0/shell/hush_test/hush-signals/
Dsignal1.tests13 # (was getting failure on loaded machine without this)
/busybox-1.35.0/modutils/
DConfig.src49 bool "Skip loading of already loaded modules"
53 Check if the module is already loaded.
91 being loaded into memory.
Dmodutils-24.c2772 int *loaded; in new_create_module_ksymtab() local
2780 loaded = alloca(sizeof(int) * i); in new_create_module_ksymtab()
2782 loaded[i] = (f->sections[i]->header.sh_flags & SHF_ALLOC) != 0; in new_create_module_ksymtab()
2789 && (sym->secidx >= SHN_LORESERVE || loaded[sym->secidx]) in new_create_module_ksymtab()
3713 char *loaded; /* array of booleans */ in print_load_map() local
3739 loaded = alloca(i * sizeof(loaded[0])); in print_load_map()
3741 loaded[i] = ((f->sections[i]->header.sh_flags & SHF_ALLOC) != 0); in print_load_map()
3747 && (sym->secidx >= SHN_LORESERVE || loaded[sym->secidx]) in print_load_map()
3757 && (sym->secidx >= SHN_LORESERVE || loaded[sym->secidx]) in print_load_map()
/busybox-1.35.0/docs/
DKconfig-language.txt218 single driver can be compiled/loaded into the kernel, but all drivers
/busybox-1.35.0/
DConfig.in377 Hardened code option. PIE binaries are loaded at a different