Lines Matching refs:sh_entsize
2428 info->sechdrs[i].sh_entsize = ~0UL; in layout_sections()
2438 || s->sh_entsize != ~0UL in layout_sections()
2441 s->sh_entsize = get_offset(mod, &mod->core_layout.size, s, i); in layout_sections()
2471 || s->sh_entsize != ~0UL in layout_sections()
2474 s->sh_entsize = (get_offset(mod, &mod->init_layout.size, s, i) in layout_sections()
2671 || (sec->sh_entsize & INIT_OFFSET_MASK)) in is_core_symbol()
2693 symsect->sh_entsize = get_offset(mod, &mod->init_layout.size, symsect, in layout_symtab()
2720 strsect->sh_entsize = get_offset(mod, &mod->init_layout.size, strsect, in layout_symtab()
3292 if (shdr->sh_entsize & INIT_OFFSET_MASK) in move_module()
3294 + (shdr->sh_entsize & ~INIT_OFFSET_MASK); in move_module()
3296 dest = mod->core_layout.base + shdr->sh_entsize; in move_module()