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

/opensolaris-onvv-gate/usr/src/lib/libproc/common/
H A DPsymtab_machelf32.c228 DI_SUNW_SYMTAB, enumerator in enum:__anon4155
308 d[DI_SUNW_SYMTAB] = &dp[i];
333 if ((d[DI_SUNW_SYMTAB] != NULL) && (d[DI_SUNW_SYMSZ] != NULL) &&
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 +
337 d[DI_SUNW_SYMTAB] = NULL;
376 if (d[DI_SUNW_SYMTAB] != NULL) {
380 - d[DI_SUNW_SYMTAB]->d_un.d_ptr);
460 ep->e_shnum = 5 + (pltsz != 0) + (d[DI_SUNW_SYMTAB] != NULL);
504 if (d[DI_SUNW_SYMTAB] !
[all...]

Completed in 91 milliseconds