Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/
H A Dmodule.c86 #define INIT_OFFSET_MASK (1UL << (BITS_PER_LONG-1)) macro
2554 | INIT_OFFSET_MASK); in layout_sections()
2750 || (sec->sh_entsize & INIT_OFFSET_MASK)) in is_core_symbol()
2773 info->index.sym) | INIT_OFFSET_MASK; in layout_symtab()
2800 info->index.str) | INIT_OFFSET_MASK; in layout_symtab()
3474 if (shdr->sh_entsize & INIT_OFFSET_MASK) in move_module()
3476 + (shdr->sh_entsize & ~INIT_OFFSET_MASK); in move_module()
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dvpe.c43 #define INIT_OFFSET_MASK (1UL << (BITS_PER_LONG-1)) macro