Lines Matching refs:sh_entsize
2462 info->sechdrs[i].sh_entsize = ~0UL; in layout_sections()
2472 || s->sh_entsize != ~0UL in layout_sections()
2475 s->sh_entsize = get_offset(mod, &mod->core_layout.size, s, i); in layout_sections()
2505 || s->sh_entsize != ~0UL in layout_sections()
2508 s->sh_entsize = (get_offset(mod, &mod->init_layout.size, s, i) in layout_sections()
2705 || (sec->sh_entsize & INIT_OFFSET_MASK)) in is_core_symbol()
2727 symsect->sh_entsize = get_offset(mod, &mod->init_layout.size, symsect, in layout_symtab()
2754 strsect->sh_entsize = get_offset(mod, &mod->init_layout.size, strsect, in layout_symtab()
3352 if (shdr->sh_entsize & INIT_OFFSET_MASK) in move_module()
3354 + (shdr->sh_entsize & ~INIT_OFFSET_MASK); in move_module()
3356 dest = mod->core_layout.base + shdr->sh_entsize; in move_module()