Home
last modified time | relevance | path

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

/external/syslinux/com32/lib/sys/module/
Delf_module.c114 Elf_Sym *ctors_start, *ctors_end; in extract_operations() local
120 ctors_end = module_find_symbol("__ctors_end", module); in extract_operations()
122 if (ctors_start && ctors_end) { in extract_operations()
128 end = module_get_absolute(ctors_end->st_value, module); in extract_operations()