Lines Matching defs:binfo
767 elf_null_find_sym(Slookup *slp, Sresult *srp, uint_t *binfo, int *in_nfavl)
817 _elf_lookup_filtee(Slookup *slp, Sresult *srp, uint_t *binfo, uint_t ndx,
1212 if (((ret = SYMINTP(sl.sl_imap)(&sl, srp, binfo,
1223 *binfo |= DBG_BINFO_FILTEE;
1278 elf_lookup_filtee(Slookup *slp, Sresult *srp, uint_t *binfo, uint_t ndx,
1303 ret = _elf_lookup_filtee(slp, srp, binfo, ndx, in_nfavl);
1346 elf_find_sym(Slookup *slp, Sresult *srp, uint_t *binfo, int *in_nfavl)
1446 *binfo |= DBG_BINFO_FOUND;
1451 *binfo |= DBG_BINFO_INTERPOSE;
1467 *binfo |= (DBG_BINFO_FOUND | DBG_BINFO_PLTADDR);
1472 *binfo |= DBG_BINFO_INTERPOSE;
1502 *binfo |= BINFO_REJSINGLE;
1503 *binfo &= ~DBG_BINFO_MSK;
1518 *binfo |= BINFO_REJDIRECT;
1519 *binfo &= ~DBG_BINFO_MSK;
1547 *binfo |= BINFO_REJGROUP;
1548 *binfo &= ~DBG_BINFO_MSK;
1601 if (elf_lookup_filtee(slp, &sr, binfo, sip->si_boundto,
1631 if (elf_lookup_filtee(slp, &sr, binfo, OBJFLTRNDX(ilmp),
2685 elf_lazy_find_sym(Slookup *slp, Sresult *srp, uint_t *binfo, int *in_nfavl)
2819 if (lookup_sym(&sl1, &sr, binfo, in_nfavl)) {
2847 if (lookup_sym(&sl2, &sr, binfo,
2982 elf_reloc_error(Rt_map *lmp, const char *name, void *rel, uint_t binfo)
2998 if (((binfo & DBG_BINFO_REF_MSK) == 0) ||