Searched refs:st_insert (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/cmd/sgs/libld/common/ |
H A D | sections.c | 1036 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 D | syms.c | 1582 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 D | sunwmove.c | 263 if (st_insert(ofl->ofl_strtab, in ld_process_move()
|
H A D | version.c | 435 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 D | place.c | 1211 if (st_insert(ofl->ofl_shdrsttab, oname) == -1) in ld_place_section()
|
H A D | files.c | 1236 (st_insert(ofl->ofl_dynstrtab, sdp->sd_name) == -1)) in process_capinfo()
|
/titanic_50/usr/src/cmd/sgs/include/ |
H A D | string_table.h | 49 extern int st_insert(Str_tbl *, const char *);
|
/titanic_50/usr/src/cmd/sgs/tools/common/ |
H A D | string_table.c | 196 st_insert(Str_tbl *stp, const char *str) in st_insert() function
|
H A D | sgsmsg.c | 169 if (st_insert(stp, msg->ms_message) == -1) { in message_append()
|