DI_STRTAB
(1 << DI_SYMENT) | (1 << DI_STRTAB) | (1 << DI_STRSZ);
d[DI_STRTAB] = &dp[i];
di_mask |= (1 << DI_STRTAB);
sp->sh_addr = d[DI_STRTAB]->d_un.d_ptr;
strtabptr = d[DI_STRTAB]->d_un.d_ptr;