Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/bfe/
H A DMakefile53 AFLAGS = -Di86pc macro
64 CPPFLAGS += $(VFLAGS) $(AFLAGS) $(DFLAGS) $(CFGFLAGS) $(CCVERBOSE) \
/illumos-gate/usr/src/uts/intel/sfe/
H A DMakefile60 AFLAGS = -Di86pc macro
71 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)) & 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()
/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A Di386_elf.c280 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()
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dsparc_elf.c452 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()
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A Dsparc_elf.c593 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()
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dsetup.c941 AFLAGS(mlmp) |= AUDITORS(mlmp)->ad_flags; in setup()
952 if ((lml_main.lm_tflags | AFLAGS(mlmp)) & LML_TFLG_AUD_MASK) { in setup()
955 (AFLAGS(mlmp) & LML_TFLG_AUD_MASK)) in setup()
1048 ((lml_main.lm_tflags | AFLAGS(mlmp)) & LML_TFLG_AUD_ACTIVITY)) in setup()
1051 ((lml_main.lm_tflags | AFLAGS(mlmp)) & LML_TFLG_AUD_PREINIT)) in setup()
H A Danalyze.c1430 if ((lml->lm_tflags | AFLAGS(clmp)) & LML_TFLG_AUD_OBJSEARCH) { in _find_file()
2122 ((lml->lm_tflags | AFLAGS(clmp)) & LML_TFLG_AUD_ACTIVITY)) in load_trace()
2125 if ((lml->lm_tflags | AFLAGS(clmp)) & LML_TFLG_AUD_OBJSEARCH) { in load_trace()
2515 if ((lml->lm_tflags | AFLAGS(clmp) | AFLAGS(nlmp)) & in load_path()
H A Dobject.c425 if ((lml->lm_tflags | AFLAGS(nlmp)) & LML_TFLG_AUD_MASK) { in elf_obj_fini()
H A Daudit.c738 if (AFLAGS(lmp) & LML_TFLG_AUD_OBJCLOSE) { in add_objclose_list()
1200 AFLAGS(clmp) &= ~LML_TFLG_AUD_MASK; in audit_desc_cleanup()
H A Ddlfcns.c1395 if ((lml->lm_tflags | AFLAGS(clmp) | AFLAGS(*dlmp)) & in dlsym_core()
H A Dremove.c524 if ((lml->lm_tflags | AFLAGS(clmp)) & LML_TFLG_AUD_OBJCLOSE) { in remove_incomplete()
H A Delf.c1025 if (nlmp && ((lml->lm_tflags | AFLAGS(ilmp)) &
2252 AFLAGS(lmp) |= AUDITORS(lmp)->ad_flags;
H A Dutil.c926 if ((lml->lm_tflags | AFLAGS(lmp)) & LML_TFLG_AUD_MASK) { in atexit_fini()
1200 ((LIST(clmp)->lm_tflags | AFLAGS(clmp)) & LML_TFLG_AUD_ACTIVITY))) in lm_delete()
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c484 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()
H A Drtld.msg475 @ MSG_RTMAP_LINE14 " AFLAGS: 0x%08x\n"
/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h941 #define AFLAGS(X) ((X)->rt_aflags) macro