Lines Matching refs:sh_entsize
2070 info->sechdrs[i].sh_entsize = ~0UL; in layout_sections()
2080 || s->sh_entsize != ~0UL in layout_sections()
2083 s->sh_entsize = get_offset(mod, &mod->core_size, s, i); in layout_sections()
2109 || s->sh_entsize != ~0UL in layout_sections()
2112 s->sh_entsize = (get_offset(mod, &mod->init_size, s, i) in layout_sections()
2279 || (sec->sh_entsize & INIT_OFFSET_MASK)) in is_core_symbol()
2301 symsect->sh_entsize = get_offset(mod, &mod->init_size, symsect, in layout_symtab()
2325 strsect->sh_entsize = get_offset(mod, &mod->init_size, strsect, in layout_symtab()
2871 if (shdr->sh_entsize & INIT_OFFSET_MASK) in move_module()
2873 + (shdr->sh_entsize & ~INIT_OFFSET_MASK); in move_module()
2875 dest = mod->module_core + shdr->sh_entsize; in move_module()