Searched defs:DI_SYMTAB (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libproc/common/
H A DPsymtab_machelf32.c227 DI_SYMTAB, enumerator in enum:__anon30
246 const int di_req_mask = (1 << DI_SYMTAB) |
300 d[DI_SYMTAB] = &dp[i];
301 di_mask |= (1 << DI_SYMTAB);
339 ((d[DI_SYMTAB]->d_un.d_ptr <= d[DI_SUNW_SYMTAB]->d_un.d_ptr) ||
340 (d[DI_SYMTAB]->d_un.d_ptr >= (d[DI_SUNW_SYMTAB]->d_un.d_ptr +
384 dynsym_size = ldynsym_size - (d[DI_SYMTAB]->d_un.d_ptr
543 sp->sh_addr = d[DI_SYMTAB]->d_un.d_ptr;
625 symtabptr = (Sym *)(uintptr_t)d[DI_SYMTAB]->d_un.d_ptr;

Completed in 44 milliseconds