Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/module/
Dkallsyms.c97 || (sec->sh_entsize & INIT_OFFSET_MASK)) in is_core_symbol()
120 info->index.sym) | INIT_OFFSET_MASK; in layout_symtab()
148 info->index.str) | INIT_OFFSET_MASK; in layout_symtab()
Dinternal.h21 #define INIT_OFFSET_MASK (1UL << (BITS_PER_LONG - 1)) macro
Dmain.c1485 | INIT_OFFSET_MASK); in layout_sections()
2181 if (shdr->sh_entsize & INIT_OFFSET_MASK) in move_module()
2183 + (shdr->sh_entsize & ~INIT_OFFSET_MASK); in move_module()
/linux-6.1.9/arch/mips/kernel/
Dvpe.c43 #define INIT_OFFSET_MASK (1UL << (BITS_PER_LONG-1)) macro