Searched defs:allow_ldynsym (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsyms.c1162 int ret, allow_ldynsym; local
1226 allow_ldynsym = OFL_ALLOW_LDYNSYM(ofl);
1228 if (allow_ldynsym) {
1585 if (allow_ldynsym && sym->st_name &&
1604 if (allow_ldynsym)
2037 int allow_ldynsym = OFL_ALLOW_LDYNSYM(ofl); local
2312 if (allow_ldynsym && sym->st_name &&
H A Dsections.c44 remove_local(Ofl_desc *ofl, Sym_desc *sdp, int allow_ldynsym) argument
57 if (allow_ldynsym && ldynsym_symtype[type]) {
70 remove_scoped(Ofl_desc *ofl, Sym_desc *sdp, int allow_ldynsym) argument
83 if (allow_ldynsym && ldynsym_symtype[type]) {
95 ignore_sym(Ofl_desc *ofl, Ifl_desc *ifl, Sym_desc *sdp, int allow_ldynsym) argument
122 remove_local(ofl, sdp, allow_ldynsym);
141 remove_scoped(ofl, sdp, allow_ldynsym);
156 remove_local(ofl, sdp, allow_ldynsym);
158 remove_scoped(ofl, sdp, allow_ldynsym);
279 int allow_ldynsym local
2105 int allow_ldynsym; local
[all...]

Completed in 52 milliseconds