Searched refs:st_insert (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | sections.c | 1039 if (st_insert(strtbl, ifl->ifl_soname) == -1) in make_dynamic() 1086 if (st_insert(strtbl, ofl->ofl_soname) == -1) in make_dynamic() 1091 if (st_insert(strtbl, ofl->ofl_filtees) == -1) in make_dynamic() 1108 if (st_insert(strtbl, ofl->ofl_rpath) == -1) in make_dynamic() 1127 if (st_insert(strtbl, ofl->ofl_config) == -1) in make_dynamic() 1141 if (st_insert(strtbl, ofl->ofl_depaudit) == -1) in make_dynamic() 1146 if (st_insert(strtbl, ofl->ofl_audit) == -1) in make_dynamic() 1730 if (st_insert(strtbl, ocapset->oc_id.cs_str) == -1) in make_cap() 1744 if (st_insert(strtbl, capstr->cs_str) == -1) in make_cap() 1759 if (st_insert(strtbl, capstr->cs_str) == -1) in make_cap() [all …]
|
H A D | syms.c | 1718 sym->st_name) && (st_insert(ofl->ofl_strtab, in ld_sym_validate() 1725 if (st_insert(ofl->ofl_dynstrtab, in ld_sym_validate() 1761 if (st_insert(ofl->ofl_strtab, in ld_sym_validate() 1766 (st_insert(ofl->ofl_dynstrtab, in ld_sym_validate() 2452 sym->st_name) && (st_insert(ofl->ofl_strtab, in ld_sym_process() 2465 if (st_insert(ofl->ofl_dynstrtab, in ld_sym_process() 3172 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 | 1341 if (st_insert(ofl->ofl_shdrsttab, oname) == -1) in ld_place_section()
|
H A D | files.c | 1276 (st_insert(ofl->ofl_dynstrtab, sdp->sd_name) == -1)) in process_capinfo()
|
/illumos-gate/usr/src/cmd/sgs/include/ |
H A D | string_table.h | 47 extern int st_insert(Str_tbl *, const char *);
|
/illumos-gate/usr/src/cmd/sgs/common/ |
H A D | string_table.c | 196 st_insert(Str_tbl *stp, const char *str) in st_insert() function
|
/illumos-gate/usr/src/tools/sgs/sgsmsg/ |
H A D | sgsmsg.c | 169 if (st_insert(stp, msg->ms_message) == -1) { in message_append()
|