Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/libld/common/
H A Dplace.c1290 const Msg *refsec; in ld_place_section() local
1292 for (refsec = RefSecs; *refsec; refsec++) { in ld_place_section()
1293 if (strcmp(osp->os_name, MSG_ORIG(*refsec)) == 0) { in ld_place_section()
/titanic_50/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c198 string(Cache *refsec, Word ndx, Cache *strsec, const char *file, Word name) in string() argument
224 if (last_refsec != refsec) { in string()
225 last_refsec = refsec; in string()
233 file, strsec->c_ndx, refsec->c_ndx); in string()
254 file, refsec->c_name, EC_WORD(ndx), strsec->c_name, in string()
3912 hash_entry(Cache *refsec, Cache *strsec, const char *hsecname, Word hashndx, in hash_entry() argument
3927 symname = string(refsec, symndx, strsec, file, sym->st_name); in hash_entry()