Searched refs:allow_ldynsym (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/sgs/libld/common/ |
H A D | sections.c | 44 remove_local(Ofl_desc *ofl, Sym_desc *sdp, int allow_ldynsym) in remove_local() argument 57 if (allow_ldynsym && ldynsym_symtype[type]) { in remove_local() 70 remove_scoped(Ofl_desc *ofl, Sym_desc *sdp, int allow_ldynsym) in remove_scoped() argument 83 if (allow_ldynsym && ldynsym_symtype[type]) { in remove_scoped() 95 ignore_sym(Ofl_desc *ofl, Ifl_desc *ifl, Sym_desc *sdp, int allow_ldynsym) in ignore_sym() argument 122 remove_local(ofl, sdp, allow_ldynsym); in ignore_sym() 141 remove_scoped(ofl, sdp, allow_ldynsym); in ignore_sym() 156 remove_local(ofl, sdp, allow_ldynsym); in ignore_sym() 158 remove_scoped(ofl, sdp, allow_ldynsym); in ignore_sym() 279 int allow_ldynsym = OFL_ALLOW_LDYNSYM(ofl); in ignore_section_processing() local [all …]
|
H A D | syms.c | 1162 int ret, allow_ldynsym; in ld_sym_validate() local 1226 allow_ldynsym = OFL_ALLOW_LDYNSYM(ofl); in ld_sym_validate() 1228 if (allow_ldynsym) { in ld_sym_validate() 1585 if (allow_ldynsym && sym->st_name && in ld_sym_validate() 1604 if (allow_ldynsym) in ld_sym_validate() 2037 int allow_ldynsym = OFL_ALLOW_LDYNSYM(ofl); in ld_sym_process() local 2312 if (allow_ldynsym && sym->st_name && in ld_sym_process()
|