Home
last modified time | relevance | path

Searched refs:OFL_ALLOW_LDYNSYM (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsections.c282 int allow_ldynsym = OFL_ALLOW_LDYNSYM(ofl); in ignore_section_processing()
1161 if (OFL_ALLOW_LDYNSYM(ofl)) in make_dynamic()
2147 allow_ldynsym = OFL_ALLOW_LDYNSYM(ofl); in make_dynsym()
2213 if (!OFL_ALLOW_LDYNSYM(ofl)) in make_dynsort()
2284 if (OFL_ALLOW_LDYNSYM(ofl)) { in make_dynsym_shndx()
2382 if (OFL_ALLOW_LDYNSYM(ofl)) { in make_dynstr()
H A Dsyms.c1362 allow_ldynsym = OFL_ALLOW_LDYNSYM(ofl); in ld_sym_validate()
2172 int allow_ldynsym = OFL_ALLOW_LDYNSYM(ofl); in ld_sym_process()
2922 if (weak && (OFL_ALLOW_LDYNSYM(ofl) || (etype == ET_DYN)) && in ld_sym_process()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h570 #define OFL_ALLOW_LDYNSYM(_ofl) (((_ofl)->ofl_flags & \ macro