Lines Matching refs:sh_entsize
2241 info->sechdrs[i].sh_entsize = ~0UL; in layout_sections()
2251 || s->sh_entsize != ~0UL in layout_sections()
2254 s->sh_entsize = get_offset(mod, &mod->core_size, s, i); in layout_sections()
2280 || s->sh_entsize != ~0UL in layout_sections()
2283 s->sh_entsize = (get_offset(mod, &mod->init_size, s, i) in layout_sections()
2450 || (sec->sh_entsize & INIT_OFFSET_MASK)) in is_core_symbol()
2472 symsect->sh_entsize = get_offset(mod, &mod->init_size, symsect, in layout_symtab()
2496 strsect->sh_entsize = get_offset(mod, &mod->init_size, strsect, in layout_symtab()
3026 if (shdr->sh_entsize & INIT_OFFSET_MASK) in move_module()
3028 + (shdr->sh_entsize & ~INIT_OFFSET_MASK); in move_module()
3030 dest = mod->module_core + shdr->sh_entsize; in move_module()