Lines Matching refs:allow_ldynsym
47 remove_local(Ofl_desc *ofl, Sym_desc *sdp, int allow_ldynsym) in remove_local() argument
60 if (allow_ldynsym && ldynsym_symtype[type]) { in remove_local()
73 remove_scoped(Ofl_desc *ofl, Sym_desc *sdp, int allow_ldynsym) in remove_scoped() argument
86 if (allow_ldynsym && ldynsym_symtype[type]) { in remove_scoped()
98 ignore_sym(Ofl_desc *ofl, Ifl_desc *ifl, Sym_desc *sdp, int allow_ldynsym) in ignore_sym() argument
125 remove_local(ofl, sdp, allow_ldynsym); in ignore_sym()
144 remove_scoped(ofl, sdp, allow_ldynsym); in ignore_sym()
159 remove_local(ofl, sdp, allow_ldynsym); in ignore_sym()
161 remove_scoped(ofl, sdp, allow_ldynsym); in ignore_sym()
282 int allow_ldynsym = OFL_ALLOW_LDYNSYM(ofl); in ignore_section_processing() local
345 ignore_sym(ofl, ifl, sdp, allow_ldynsym); in ignore_section_processing()
2131 int allow_ldynsym; in make_dynsym() local
2147 allow_ldynsym = OFL_ALLOW_LDYNSYM(ofl); in make_dynsym()
2153 if (allow_ldynsym && new_section(ofl, SHT_SUNW_LDYNSYM, in make_dynsym()
2165 if (allow_ldynsym && in make_dynsym()
2189 if (allow_ldynsym) { in make_dynsym()