Searched refs:AFLAGS (Results 1 – 18 of 18) sorted by relevance
55 AFLAGS = -Di86pc macro66 CPPFLAGS += $(VFLAGS) $(AFLAGS) $(DFLAGS) $(CFGFLAGS) $(CCVERBOSE) \
60 AFLAGS = -Dsun4u macro71 CPPFLAGS += $(VFLAGS) $(AFLAGS) $(DFLAGS) $(CFGFLAGS) $(CCVERBOSE) \
60 AFLAGS = -Di86pc macro71 CPPFLAGS += $(VFLAGS) $(AFLAGS) $(DFLAGS) $(CFGFLAGS) $(CCVERBOSE) \
301 if ((lml->lm_tflags | AFLAGS(lmp) | AFLAGS(nlmp)) & in elf_bndr()313 if (((lml->lm_tflags | AFLAGS(lmp)) & in elf_bndr()682 AFLAGS(_lmp)) & in elf_reloc()788 AFLAGS(_lmp)) & in elf_reloc()863 if (((LIST(lmp)->lm_tflags | AFLAGS(lmp)) & in elf_reloc()
280 if ((lml->lm_tflags | AFLAGS(lmp) | AFLAGS(nlmp)) & in elf_bndr()292 if (((lml->lm_tflags | AFLAGS(lmp)) & in elf_bndr()658 AFLAGS(_lmp)) & in elf_reloc()764 AFLAGS(_lmp)) & in elf_reloc()838 if (((LIST(lmp)->lm_tflags | AFLAGS(lmp)) & in elf_reloc()
452 if ((lml->lm_tflags | AFLAGS(lmp) | AFLAGS(nlmp)) & in elf_bndr()468 if (((lml->lm_tflags | AFLAGS(lmp)) & in elf_bndr()812 AFLAGS(_lmp)) & in elf_reloc()918 AFLAGS(_lmp)) & in elf_reloc()1044 if (((LIST(lmp)->lm_tflags | AFLAGS(lmp)) & in elf_reloc()
593 if ((lml->lm_tflags | AFLAGS(lmp) | AFLAGS(nlmp)) & in elf_bndr()610 if (((lml->lm_tflags | AFLAGS(lmp)) & in elf_bndr()1041 AFLAGS(_lmp)) & in elf_reloc()1147 AFLAGS(_lmp)) & in elf_reloc()1277 if (((LIST(lmp)->lm_tflags | AFLAGS(lmp)) & in elf_reloc()
1005 AFLAGS(mlmp) |= AUDITORS(mlmp)->ad_flags; in setup()1016 if ((lml_main.lm_tflags | AFLAGS(mlmp)) & LML_TFLG_AUD_MASK) { in setup()1019 (AFLAGS(mlmp) & LML_TFLG_AUD_MASK)) in setup()1112 ((lml_main.lm_tflags | AFLAGS(mlmp)) & LML_TFLG_AUD_ACTIVITY)) in setup()1115 ((lml_main.lm_tflags | AFLAGS(mlmp)) & LML_TFLG_AUD_PREINIT)) in setup()
1430 if ((lml->lm_tflags | AFLAGS(clmp)) & LML_TFLG_AUD_OBJSEARCH) { in _find_file()2132 ((lml->lm_tflags | AFLAGS(clmp)) & LML_TFLG_AUD_ACTIVITY)) in load_trace()2135 if ((lml->lm_tflags | AFLAGS(clmp)) & LML_TFLG_AUD_OBJSEARCH) { in load_trace()2525 if ((lml->lm_tflags | AFLAGS(clmp) | AFLAGS(nlmp)) & in load_path()
427 if ((lml->lm_tflags | AFLAGS(nlmp)) & LML_TFLG_AUD_MASK) { in elf_obj_fini()
738 if (AFLAGS(lmp) & LML_TFLG_AUD_OBJCLOSE) { in add_objclose_list()1200 AFLAGS(clmp) &= ~LML_TFLG_AUD_MASK; in audit_desc_cleanup()
1394 if ((lml->lm_tflags | AFLAGS(clmp) | AFLAGS(*dlmp)) & in dlsym_core()
524 if ((lml->lm_tflags | AFLAGS(clmp)) & LML_TFLG_AUD_OBJCLOSE) { in remove_incomplete()
1051 if (nlmp && ((lml->lm_tflags | AFLAGS(ilmp)) &2278 AFLAGS(lmp) |= AUDITORS(lmp)->ad_flags;
923 if ((lml->lm_tflags | AFLAGS(lmp)) & LML_TFLG_AUD_MASK) { in atexit_fini()1197 ((LIST(clmp)->lm_tflags | AFLAGS(clmp)) & LML_TFLG_AUD_ACTIVITY))) in lm_delete()
484 if (AFLAGS(&rtmap)) { in dcmd_rtmap()485 mdb_printf(MSG_ORIG(MSG_RTMAP_LINE14), AFLAGS(&rtmap)); in dcmd_rtmap()486 mdb_printf(MSG_ORIG(MSG_RTMAP_LINE20), AFLAGS(&rtmap), in dcmd_rtmap()
475 @ MSG_RTMAP_LINE14 " AFLAGS: 0x%08x\n"
939 #define AFLAGS(X) ((X)->rt_aflags) macro