Lines Matching refs:boundto
1968 Word boundto = info->si_boundto;
1970 if ((info->si_flags == 0) && (boundto == 0))
1977 if (boundto >= SYMINFO_BT_LOWRESERVE) {
1988 if ((dyns == NULL) || (boundto >= dynnum)) {
1994 EC_WORD(boundto));
2017 if ((dyns[boundto].d_tag != expect_dt) &&
2022 if (!dynerr[boundto]) {
2027 dyncache->c_name, EC_WORD(boundto),
2030 conv_dyn_tag(dyns[boundto].d_tag, osabi,
2032 dynerr[boundto] = TRUE;
2042 switch (dyns[boundto].d_tag) {
2055 needed = string(infocache, boundto,
2056 strsec, file, dyns[boundto].d_un.d_val);