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

/opensolaris-onvv-gate/usr/src/lib/libproc/common/
H A DPsymtab_machelf32.c223 DI_SYMTAB, enumerator in enum:__anon4155
242 const int di_req_mask = (1 << DI_SYMTAB) | (1 << DI_HASH) |
296 d[DI_SYMTAB] = &dp[i];
297 di_mask |= (1 << DI_SYMTAB);
334 ((d[DI_SYMTAB]->d_un.d_ptr <= d[DI_SUNW_SYMTAB]->d_un.d_ptr) ||
335 (d[DI_SYMTAB]->d_un.d_ptr >= (d[DI_SUNW_SYMTAB]->d_un.d_ptr +
379 dynsym_size = ldynsym_size - (d[DI_SYMTAB]->d_un.d_ptr
536 sp->sh_addr = d[DI_SYMTAB]->d_un.d_ptr;
618 symtabptr = (Sym *)(uintptr_t)d[DI_SYMTAB]->d_un.d_ptr;

Completed in 37 milliseconds