Home
last modified time | relevance | path

Searched refs:RT_FL_SILENCERR (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dmove.c59 (((rtld_flags & RT_FL_SILENCERR) == 0) || in elf_move_bad()
H A Delf.c564 if (rtld_flags & RT_FL_SILENCERR) in elf_verify_vers()
669 if ((rtld_flags & RT_FL_SILENCERR) == 0) { in elf_needed()
670 rtld_flags |= RT_FL_SILENCERR; in elf_needed()
712 rtld_flags &= ~RT_FL_SILENCERR; in elf_needed()
1272 ((rtld_flags & (RT_FL_WARNFLTR | RT_FL_SILENCERR)) == 0)) {
1273 rtld_flags |= RT_FL_SILENCERR;
1280 rtld_flags &= ~RT_FL_SILENCERR;
2860 (((rtld_flags & RT_FL_SILENCERR) == 0) ||
H A D_rtld.h298 #define RT_FL_SILENCERR 0x00080000 /* silence error messages */ macro
H A Dutil.c3004 if ((rtld_flags & (RT_FL_APPLIC | RT_FL_SILENCERR)) == 0) { in veprintf()
3024 if ((rtld_flags & RT_FL_SILENCERR) == 0) { in veprintf()
3047 if ((rtld_flags & RT_FL_SILENCERR) == 0) { in veprintf()
H A Dpaths.c976 if (((rtld_flags & RT_FL_SILENCERR) == 0) || in is_path_secure()
H A Danalyze.c417 (((rtld_flags & RT_FL_SILENCERR) == 0) || in _relocate_lmc()
1109 if ((rtld_flags & RT_FL_SILENCERR) && in file_notfound()