Searched refs:refsec (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | place.c | 1290 const Msg *refsec; local 1292 for (refsec = RefSecs; *refsec; refsec++) { 1293 if (strcmp(osp->os_name, MSG_ORIG(*refsec)) == 0) {
|
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | elfdump.c | 198 string(Cache *refsec, Word ndx, Cache *strsec, const char *file, Word name) argument 221 * input section being processed. If the refsec has changed, reset 224 if (last_refsec != refsec) { 225 last_refsec = refsec; 233 file, strsec->c_ndx, refsec->c_ndx); 254 file, refsec->c_name, EC_WORD(ndx), strsec->c_name, 3934 hash_entry(Cache *refsec, Cache *strsec, const char *hsecname, Word hashndx, argument 3949 symname = string(refsec, symndx, strsec, file, sym->st_name);
|
Completed in 71 milliseconds