OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_module_type
(Results
1 - 2
of
2
) sorted by null
/external/syslinux/com32/lib/sys/module/
exec.c
23
int
get_module_type
(struct elf_module *module)
function
170
if (
get_module_type
(module) == EXEC_MODULE) {
191
type =
get_module_type
(module);
/external/syslinux/com32/include/sys/
module.h
261
*
get_module_type
- get type of the module
271
extern int
get_module_type
(struct elf_module *module);
Completed in 155 milliseconds