Home
last modified time | relevance | path

Searched refs:M_CLASS (Results 1 – 19 of 19) sorted by relevance

/titanic_44/usr/src/cmd/sgs/include/sparc/
H A Dmachdep_sparc.h50 #define M_CLASS ELFCLASS64 macro
53 #define M_CLASS ELFCLASS32
/titanic_44/usr/src/cmd/sgs/include/i386/
H A Dmachdep_x86.h50 #define M_CLASS ELFCLASS64 macro
53 #define M_CLASS ELFCLASS32
/titanic_44/usr/src/cmd/sgs/elfwrap/common/
H A Dmachine.c62 tdp->td_class = M_CLASS; /* e_ident[EI_CLASS] */ in target_init()
/titanic_44/usr/src/cmd/sgs/crle/common/
H A Dprint.c140 #if M_CLASS == ELFCLASS64 in fablib()
157 #if M_CLASS == ELFCLASS64 in fablib()
510 #if M_CLASS == ELFCLASS64 in scanconfig()
577 #if M_CLASS == ELFCLASS64 in scanconfig()
1064 conv_ehdr_class(M_CLASS, in inspectconfig()
1080 #if M_CLASS == ELFCLASS64 in inspectconfig()
H A Ddump.c59 orgapp = conv_lddstub(M_CLASS); in dump()
H A Ddepend.c143 exename = conv_lddstub(M_CLASS); in depend()
H A Dcrle.c140 c_class = M_CLASS; in main()
H A Dconfig.c200 M_CLASS, M_DATA, M_MACH, in genconfig()
H A Dinspect.c717 (!((ehdr.e_ident[EI_CLASS] == M_CLASS) || in inspect_file()
/titanic_44/usr/src/cmd/auditreduce/
H A Dauditrt.h119 #define M_CLASS 0x0004 /* 'c' event class */ macro
H A Dproc.c688 if (flags & M_CLASS) {
691 checkflags |= M_CLASS;
H A Doption.c673 if (flags & M_CLASS) { in proc_class()
677 flags |= M_CLASS; in proc_class()
/titanic_44/usr/src/lib/libc/port/regex/
H A Dglob.c142 #define M_CLASS ':' /* Plus M_QUOTE */ macro
527 (bufnext++)->w_wc = M_CLASS; in g_charclass()
1132 if (c.w_at == M_QUOTE && c.w_wc == M_CLASS) { in match()
/titanic_44/usr/src/cmd/sgs/rtld/common/
H A Dobject.c46 M_CLASS, M_DATA }, 0, M_MACH, EV_CURRENT };
H A Dconfig_elf.c294 if ((id->id_class != M_CLASS) || (id->id_data != M_DATA) || in elf_config()
H A Delf.c256 if (ehdr->e_ident[EI_CLASS] != M_CLASS) { in elf_verify()
/titanic_44/usr/src/cmd/sgs/libld/common/
H A Dmachrel.amd.c1593 M_CLASS, /* m_class */ in ld_targ_init_x86()
H A Dmachrel.intel.c1589 M_CLASS, /* m_class */ in ld_targ_init_x86()
H A Dmachrel.sparc.c2124 M_CLASS, /* m_class */ in ld_targ_init_sparc()