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

/opensolaris-onvv-gate/usr/src/cmd/sgs/libld/common/
H A Dplace.c1168 const Msg *refsec; local
1170 for (refsec = RefSecs; *refsec; refsec++) {
1171 if (strcmp(osp->os_name, MSG_ORIG(*refsec)) == 0) {
/opensolaris-onvv-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c194 string(Cache *refsec, Word ndx, Cache *strsec, const char *file, Word name) argument
217 * input section being processed. If the refsec has changed, reset
220 if (last_refsec != refsec) {
221 last_refsec = refsec;
229 file, strsec->c_ndx, refsec->c_ndx);
250 file, refsec->c_name, EC_WORD(ndx), strsec->c_name,
3830 hash_entry(Cache *refsec, Cache *strsec, const char *hsecname, Word hashndx, argument
3845 symname = string(refsec, symndx, strsec, file, sym->st_name);

Completed in 109 milliseconds