Home
last modified time | relevance | path

Searched refs:st_insert (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/cmd/sgs/libld/common/
H A Dsections.c1036 if (st_insert(strtbl, ifl->ifl_soname) == -1) in make_dynamic()
1083 if (st_insert(strtbl, ofl->ofl_soname) == -1) in make_dynamic()
1088 if (st_insert(strtbl, ofl->ofl_filtees) == -1) in make_dynamic()
1105 if (st_insert(strtbl, ofl->ofl_rpath) == -1) in make_dynamic()
1124 if (st_insert(strtbl, ofl->ofl_config) == -1) in make_dynamic()
1138 if (st_insert(strtbl, ofl->ofl_depaudit) == -1) in make_dynamic()
1143 if (st_insert(strtbl, ofl->ofl_audit) == -1) in make_dynamic()
1709 if (st_insert(strtbl, ocapset->oc_id.cs_str) == -1) in make_cap()
1723 if (st_insert(strtbl, capstr->cs_str) == -1) in make_cap()
1738 if (st_insert(strtbl, capstr->cs_str) == -1) in make_cap()
[all …]
H A Dsyms.c1582 sym->st_name) && (st_insert(ofl->ofl_strtab, in ld_sym_validate()
1588 if (st_insert(ofl->ofl_dynstrtab, in ld_sym_validate()
1624 if (st_insert(ofl->ofl_strtab, in ld_sym_validate()
1629 (st_insert(ofl->ofl_dynstrtab, in ld_sym_validate()
2308 sym->st_name) && (st_insert(ofl->ofl_strtab, in ld_sym_process()
2315 if (st_insert(ofl->ofl_dynstrtab, in ld_sym_process()
2990 if (st_insert(ofl->ofl_strtab, cname) == -1) in ld_sym_process()
H A Dsunwmove.c263 if (st_insert(ofl->ofl_strtab, in ld_process_move()
H A Dversion.c435 if (st_insert(strtbl, vip->vi_name) == -1) in ld_vers_check_need()
444 if (st_insert(strtbl, ifl->ifl_soname) == -1) in ld_vers_check_need()
H A Dplace.c1123 if (st_insert(ofl->ofl_shdrsttab, oname) == -1) in ld_place_section()
H A Dfiles.c1236 (st_insert(ofl->ofl_dynstrtab, sdp->sd_name) == -1)) in process_capinfo()
/titanic_41/usr/src/cmd/sgs/include/
H A Dstring_table.h49 extern int st_insert(Str_tbl *, const char *);
/titanic_41/usr/src/cmd/sgs/tools/common/
H A Dstring_table.c196 st_insert(Str_tbl *stp, const char *str) in st_insert() function
H A Dsgsmsg.c169 if (st_insert(stp, msg->ms_message) == -1) { in message_append()