Lines Matching defs:binding

54 		    elfcpp::STT type, elfcpp::STB binding,
64 this->binding_ = binding;
134 elfcpp::STB binding, elfcpp::STV visibility,
137 this->init_fields(name, version, type, binding, visibility, nonvis);
151 elfcpp::STB binding, elfcpp::STV visibility,
155 this->init_fields(name, version, type, binding, visibility, nonvis);
168 elfcpp::STT type, elfcpp::STB binding,
171 this->init_fields(name, version, type, binding, visibility, nonvis);
182 elfcpp::STT type, elfcpp::STB binding,
185 this->init_fields(name, version, type, binding, visibility, nonvis);
226 elfcpp::STB binding,
231 this->init_base_output_data(name, version, od, type, binding, visibility,
245 elfcpp::STB binding,
250 this->init_base_output_segment(name, version, os, type, binding, visibility,
263 elfcpp::STT type, elfcpp::STB binding,
266 this->init_base_constant(name, version, type, binding, visibility, nonvis);
276 elfcpp::STT type, elfcpp::STB binding,
279 this->init_base_undefined(name, version, type, binding, visibility, nonvis);
671 esym.put_st_info(from->binding(), from->type());
1031 && (ret->binding() == elfcpp::STB_GLOBAL
1032 || ret->binding() == elfcpp::STB_GNU_UNIQUE
1033 || ret->binding() == elfcpp::STB_WEAK)
1341 // Ignore symbols with local binding or that have
1508 if (s1->binding() != s2->binding())
1510 if (s1->binding() == elfcpp::STB_WEAK)
1512 if (s2->binding() == elfcpp::STB_WEAK)
1538 if ((*p)->binding() != elfcpp::STB_WEAK)
1728 elfcpp::STB binding,
1738 value, symsize, type, binding,
1750 value, symsize, type, binding,
1774 elfcpp::STB binding,
1808 sym->init_output_data(name, version, od, value, symsize, type, binding,
1813 if (binding == elfcpp::STB_LOCAL
1843 elfcpp::STB binding,
1854 binding, visibility, nonvis,
1865 binding, visibility, nonvis,
1887 elfcpp::STB binding,
1921 sym->init_output_segment(name, version, os, value, symsize, type, binding,
1926 if (binding == elfcpp::STB_LOCAL
1956 elfcpp::STB binding,
1966 symsize, type, binding,
1977 symsize, type, binding,
1999 elfcpp::STB binding,
2033 sym->init_constant(name, version, value, symsize, type, binding, visibility,
2043 && (binding == elfcpp::STB_LOCAL
2077 p->size, p->type, p->binding,
2083 p->type, p->binding, p->visibility, p->nonvis,
2103 p->size, p->type, p->binding,
2109 p->type, p->binding, p->visibility, p->nonvis,
2134 elfcpp::STB binding = csym->binding();
2135 if (binding == elfcpp::STB_WEAK)
2136 binding = elfcpp::STB_GLOBAL;
2140 csym->type(), binding,
2729 elfcpp::STB binding = sym->binding();
2754 binding = elfcpp::STB_WEAK;
2756 binding = elfcpp::STB_GLOBAL;
2837 binding, sympool, ps);
2846 binding, dynpool, pd);
2864 elfcpp::STB binding,
2881 // A version script may have overridden the default binding.
2885 osym.put_st_info(elfcpp::elf_st_info(binding, type));
2911 && sym->binding() != elfcpp::STB_WEAK