Searched refs:AFLAGS (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/uts/intel/sfe/
H A DMakefile60 AFLAGS = -Di86pc macro
71 CPPFLAGS += $(VFLAGS) $(AFLAGS) $(DFLAGS) $(CFGFLAGS) $(CCVERBOSE) \
/illumos-gate/usr/src/uts/sparc/sfe/
H A DMakefile60 AFLAGS = -Dsun4u macro
71 CPPFLAGS += $(VFLAGS) $(AFLAGS) $(DFLAGS) $(CFGFLAGS) $(CCVERBOSE) \
/illumos-gate/usr/src/uts/intel/bfe/
H A DMakefile55 AFLAGS = -Di86pc macro
66 CPPFLAGS += $(VFLAGS) $(AFLAGS) $(DFLAGS) $(CFGFLAGS) $(CCVERBOSE) \
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/
H A Damd64_elf.c301 if ((lml->lm_tflags | AFLAGS(lmp) | AFLAGS(nlmp)) &
313 if (((lml->lm_tflags | AFLAGS(lmp)) &
682 AFLAGS(_lmp)) &
788 AFLAGS(_lmp)) &
863 if (((LIST(lmp)->lm_tflags | AFLAGS(lmp)) &
/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A Di386_elf.c280 if ((lml->lm_tflags | AFLAGS(lmp) | AFLAGS(nlmp)) &
292 if (((lml->lm_tflags | AFLAGS(lmp)) &
658 AFLAGS(_lmp)) &
764 AFLAGS(_lmp)) &
838 if (((LIST(lmp)->lm_tflags | AFLAGS(lmp)) &
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dsparc_elf.c452 if ((lml->lm_tflags | AFLAGS(lmp) | AFLAGS(nlmp)) &
468 if (((lml->lm_tflags | AFLAGS(lmp)) &
812 AFLAGS(_lmp)) &
918 AFLAGS(_lmp)) &
1044 if (((LIST(lmp)->lm_tflags | AFLAGS(lmp)) &
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A Dsparc_elf.c593 if ((lml->lm_tflags | AFLAGS(lmp) | AFLAGS(nlmp)) &
610 if (((lml->lm_tflags | AFLAGS(lmp)) &
1041 AFLAGS(_lmp)) &
1147 AFLAGS(_lmp)) &
1277 if (((LIST(lmp)->lm_tflags | AFLAGS(lmp)) &
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dsetup.c1005 AFLAGS(mlmp) |= AUDITORS(mlmp)->ad_flags;
1016 if ((lml_main.lm_tflags | AFLAGS(mlmp)) & LML_TFLG_AUD_MASK) {
1019 (AFLAGS(mlmp) & LML_TFLG_AUD_MASK))
1112 ((lml_main.lm_tflags | AFLAGS(mlmp)) & LML_TFLG_AUD_ACTIVITY))
1115 ((lml_main.lm_tflags | AFLAGS(mlmp)) & LML_TFLG_AUD_PREINIT))
H A Dobject.c427 if ((lml->lm_tflags | AFLAGS(nlmp)) & LML_TFLG_AUD_MASK) {
H A Danalyze.c1430 if ((lml->lm_tflags | AFLAGS(clmp)) & LML_TFLG_AUD_OBJSEARCH) {
2132 ((lml->lm_tflags | AFLAGS(clmp)) & LML_TFLG_AUD_ACTIVITY))
2135 if ((lml->lm_tflags | AFLAGS(clmp)) & LML_TFLG_AUD_OBJSEARCH) {
2525 if ((lml->lm_tflags | AFLAGS(clmp) | AFLAGS(nlmp)) &
H A Daudit.c43 * if ((lml->lm_tflags | AFLAGS(lmp)) & LML_TFLG_AUD_MASK)
738 if (AFLAGS(lmp) & LML_TFLG_AUD_OBJCLOSE) {
1200 AFLAGS(clmp) &= ~LML_TFLG_AUD_MASK;
H A Ddlfcns.c1394 if ((lml->lm_tflags | AFLAGS(clmp) | AFLAGS(*dlmp)) &
H A Dremove.c524 if ((lml->lm_tflags | AFLAGS(clmp)) & LML_TFLG_AUD_OBJCLOSE) {
H A Delf.c1051 if (nlmp && ((lml->lm_tflags | AFLAGS(ilmp)) &
2278 AFLAGS(lmp) |= AUDITORS(lmp)->ad_flags;
H A Dutil.c923 if ((lml->lm_tflags | AFLAGS(lmp)) & LML_TFLG_AUD_MASK) {
1197 ((LIST(clmp)->lm_tflags | AFLAGS(clmp)) & LML_TFLG_AUD_ACTIVITY)))
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c484 if (AFLAGS(&rtmap)) {
485 mdb_printf(MSG_ORIG(MSG_RTMAP_LINE14), AFLAGS(&rtmap));
486 mdb_printf(MSG_ORIG(MSG_RTMAP_LINE20), AFLAGS(&rtmap),
/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h407 * NOTE: Each auditing module establishes a set of audit flags, AFLAGS(), that
410 * the lm_tflags too. Local auditors only use the AFLAGS(). All tests for
411 * auditing inspect the lm_tflags and AFLAGS() for a specific auditing
939 #define AFLAGS(X) ((X)->rt_aflags) macro

Completed in 115 milliseconds