Home
last modified time | relevance | path

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

/linux-3.4.99/kernel/
Dmodule.c90 #define INIT_OFFSET_MASK (1UL << (BITS_PER_LONG-1)) macro
2082 | INIT_OFFSET_MASK); in layout_sections()
2247 || (sec->sh_entsize & INIT_OFFSET_MASK)) in is_core_symbol()
2270 info->index.sym) | INIT_OFFSET_MASK; in layout_symtab()
2296 info->index.str) | INIT_OFFSET_MASK; in layout_symtab()
2706 if (shdr->sh_entsize & INIT_OFFSET_MASK) in move_module()
2708 + (shdr->sh_entsize & ~INIT_OFFSET_MASK); in move_module()
/linux-3.4.99/arch/mips/kernel/
Dvpe.c62 #define INIT_OFFSET_MASK (1UL << (BITS_PER_LONG-1)) macro