Lines Matching refs:sh_entsize
2374 info->sechdrs[i].sh_entsize = ~0UL; in layout_sections()
2384 || s->sh_entsize != ~0UL in layout_sections()
2387 s->sh_entsize = get_offset(mod, &mod->core_layout.size, s, i); in layout_sections()
2417 || s->sh_entsize != ~0UL in layout_sections()
2420 s->sh_entsize = (get_offset(mod, &mod->init_layout.size, s, i) in layout_sections()
2603 || (sec->sh_entsize & INIT_OFFSET_MASK)) in is_core_symbol()
2625 symsect->sh_entsize = get_offset(mod, &mod->init_layout.size, symsect, in layout_symtab()
2650 strsect->sh_entsize = get_offset(mod, &mod->init_layout.size, strsect, in layout_symtab()
3183 if (shdr->sh_entsize & INIT_OFFSET_MASK) in move_module()
3185 + (shdr->sh_entsize & ~INIT_OFFSET_MASK); in move_module()
3187 dest = mod->core_layout.base + shdr->sh_entsize; in move_module()