DI_SYMTAB
const int di_req_mask = (1 << DI_SYMTAB) |
d[DI_SYMTAB] = &dp[i];
di_mask |= (1 << DI_SYMTAB);
((d[DI_SYMTAB]->d_un.d_ptr <= d[DI_SUNW_SYMTAB]->d_un.d_ptr) ||
(d[DI_SYMTAB]->d_un.d_ptr >= (d[DI_SUNW_SYMTAB]->d_un.d_ptr +
dynsym_size = ldynsym_size - (d[DI_SYMTAB]->d_un.d_ptr
sp->sh_addr = d[DI_SYMTAB]->d_un.d_ptr;
symtabptr = (Sym *)(uintptr_t)d[DI_SYMTAB]->d_un.d_ptr;