HomeSort by relevance Sort by last modified time
    Searched refs:module_alloc (Results 1 - 4 of 4) sorted by null

  /external/syslinux/com32/lib/sys/module/
exec.c 41 struct elf_module *module = module_alloc(name);
161 struct elf_module *module = module_alloc(name);
common.c 174 struct elf_module *module_alloc(const char *name) { function
  /external/syslinux/com32/include/sys/
module.h 211 * module_alloc - reserves space for a new module descriptor.
217 extern struct elf_module *module_alloc(const char *name);
222 * @module: the module descriptor returned by module_alloc.
284 * @name: the name of the module, as it was specified in module_alloc.
  /external/syslinux/com32/lua/src/
loadlib.c 235 struct elf_module *lib = module_alloc (path);

Completed in 91 milliseconds