Lines Matching refs:sh_entsize
2442 info->sechdrs[i].sh_entsize = ~0UL; in layout_sections()
2452 || s->sh_entsize != ~0UL in layout_sections()
2455 s->sh_entsize = get_offset(mod, &mod->core_layout.size, s, i); in layout_sections()
2485 || s->sh_entsize != ~0UL in layout_sections()
2488 s->sh_entsize = (get_offset(mod, &mod->init_layout.size, s, i) in layout_sections()
2685 || (sec->sh_entsize & INIT_OFFSET_MASK)) in is_core_symbol()
2707 symsect->sh_entsize = get_offset(mod, &mod->init_layout.size, symsect, in layout_symtab()
2734 strsect->sh_entsize = get_offset(mod, &mod->init_layout.size, strsect, in layout_symtab()
3426 if (shdr->sh_entsize & INIT_OFFSET_MASK) in move_module()
3428 + (shdr->sh_entsize & ~INIT_OFFSET_MASK); in move_module()
3430 dest = mod->core_layout.base + shdr->sh_entsize; in move_module()