Home
last modified time | relevance | path

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

/kernel/
Dmodule.c93 #define INIT_OFFSET_MASK (1UL << (BITS_PER_LONG-1)) macro
2301 | INIT_OFFSET_MASK); in layout_sections()
2472 || (sec->sh_entsize & INIT_OFFSET_MASK)) in is_core_symbol()
2495 info->index.sym) | INIT_OFFSET_MASK; in layout_symtab()
2520 info->index.str) | INIT_OFFSET_MASK; in layout_symtab()
3070 if (shdr->sh_entsize & INIT_OFFSET_MASK) in move_module()
3072 + (shdr->sh_entsize & ~INIT_OFFSET_MASK); in move_module()