Home
last modified time | relevance | path

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

/kernel/
Dmodule.c3412 unsigned int ndx; in layout_and_allocate() local
3433 ndx = find_sec(info, ".data..ro_after_init"); in layout_and_allocate()
3434 if (ndx) in layout_and_allocate()
3435 info->sechdrs[ndx].sh_flags |= SHF_RO_AFTER_INIT; in layout_and_allocate()
3442 ndx = find_sec(info, "__jump_table"); in layout_and_allocate()
3443 if (ndx) in layout_and_allocate()
3444 info->sechdrs[ndx].sh_flags |= SHF_RO_AFTER_INIT; in layout_and_allocate()