Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dcodetag.h48 bool (*needs_section_mem)(struct module *mod, unsigned long size); member
/linux/lib/
H A Dcodetag.c248 if (!cttype->desc.needs_section_mem) in codetag_needs_module_section()
252 ret = cttype->desc.needs_section_mem(mod, size); in codetag_needs_module_section()