Searched refs:ofl_dtsfltrs (Results 1 – 5 of 5) sorted by relevance
1375 idx = nitems = alist_nitems(ofl->ofl_dtsfltrs); in ld_map_sym_enter()1376 for (ALIST_TRAVERSE(ofl->ofl_dtsfltrs, _idx, dftp)) { in ld_map_sym_enter()1396 if (alist_append(&ofl->ofl_dtsfltrs, &dft, in ld_map_sym_enter()
1057 cnt += alist_nitems(ofl->ofl_dtsfltrs); in make_dynamic()2387 if (ofl->ofl_dtsfltrs != NULL) { in make_dynstr()2391 for (ALIST_TRAVERSE(ofl->ofl_dtsfltrs, idx, dftp)) in make_dynstr()
2139 if (ofl->ofl_dtsfltrs != NULL) { in update_odynamic()2142 for (ALIST_TRAVERSE(ofl->ofl_dtsfltrs, idx, dftp)) { in update_odynamic()2907 dftp = alist_item(ofl->ofl_dtsfltrs, sftp->sft_idx); in update_osyminfo()
678 if ((ofl->ofl_filtees == NULL) && (ofl->ofl_dtsfltrs == NULL)) in check_flags()
398 Alist *ofl_dtsfltrs; /* associated .dynamic/.dynstrs */ member