Home
last modified time | relevance | path

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

/external/syslinux/com32/lib/sys/module/
Delf_module.c124 int nr_ctors = 0; in extract_operations() local
130 nr_ctors = end - start; in extract_operations()
132 size = nr_ctors * sizeof(module_ctor_t); in extract_operations()
142 for (i = 0; i < nr_ctors; i++) in extract_operations()