Searched refs:refsec (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/sgs/libld/common/ |
H A D | place.c | 1202 const Msg *refsec; in ld_place_section() local 1204 for (refsec = RefSecs; *refsec; refsec++) { in ld_place_section() 1205 if (strcmp(osp->os_name, MSG_ORIG(*refsec)) == 0) { in ld_place_section()
|
/titanic_44/usr/src/cmd/sgs/elfdump/common/ |
H A D | elfdump.c | 194 string(Cache *refsec, Word ndx, Cache *strsec, const char *file, Word name) in string() argument 220 if (last_refsec != refsec) { in string() 221 last_refsec = refsec; in string() 229 file, strsec->c_ndx, refsec->c_ndx); in string() 250 file, refsec->c_name, EC_WORD(ndx), strsec->c_name, in string() 3908 hash_entry(Cache *refsec, Cache *strsec, const char *hsecname, Word hashndx, in hash_entry() argument 3923 symname = string(refsec, symndx, strsec, file, sym->st_name); in hash_entry()
|