Searched refs:M_CLASS (Results 1 – 19 of 19) sorted by relevance
/titanic_50/usr/src/cmd/sgs/include/sparc/ |
H A D | machdep_sparc.h | 50 #define M_CLASS ELFCLASS64 macro 53 #define M_CLASS ELFCLASS32
|
/titanic_50/usr/src/cmd/sgs/include/i386/ |
H A D | machdep_x86.h | 50 #define M_CLASS ELFCLASS64 macro 53 #define M_CLASS ELFCLASS32
|
/titanic_50/usr/src/cmd/sgs/elfwrap/common/ |
H A D | machine.c | 62 tdp->td_class = M_CLASS; /* e_ident[EI_CLASS] */ in target_init()
|
/titanic_50/usr/src/cmd/sgs/crle/common/ |
H A D | print.c | 140 #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 D | dump.c | 59 orgapp = conv_lddstub(M_CLASS); in dump()
|
H A D | depend.c | 143 exename = conv_lddstub(M_CLASS); in depend()
|
H A D | crle.c | 140 c_class = M_CLASS; in main()
|
H A D | config.c | 200 M_CLASS, M_DATA, M_MACH, in genconfig()
|
H A D | inspect.c | 717 (!((ehdr.e_ident[EI_CLASS] == M_CLASS) || in inspect_file()
|
/titanic_50/usr/src/cmd/auditreduce/ |
H A D | auditrt.h | 119 #define M_CLASS 0x0004 /* 'c' event class */ macro
|
H A D | proc.c | 688 if (flags & M_CLASS) { 691 checkflags |= M_CLASS;
|
H A D | option.c | 673 if (flags & M_CLASS) { in proc_class() 677 flags |= M_CLASS; in proc_class()
|
/titanic_50/usr/src/lib/libc/port/regex/ |
H A D | glob.c | 155 #define M_CLASS ':' /* Plus M_QUOTE */ macro 540 (bufnext++)->w_wc = M_CLASS; in g_charclass() 1145 if (c.w_at == M_QUOTE && c.w_wc == M_CLASS) { in match()
|
/titanic_50/usr/src/cmd/sgs/rtld/common/ |
H A D | object.c | 46 M_CLASS, M_DATA }, 0, M_MACH, EV_CURRENT };
|
H A D | config_elf.c | 294 if ((id->id_class != M_CLASS) || (id->id_data != M_DATA) || in elf_config()
|
H A D | elf.c | 256 if (ehdr->e_ident[EI_CLASS] != M_CLASS) { in elf_verify()
|
/titanic_50/usr/src/cmd/sgs/libld/common/ |
H A D | machrel.intel.c | 1589 M_CLASS, /* m_class */ in ld_targ_init_x86()
|
H A D | machrel.amd.c | 1593 M_CLASS, /* m_class */ in ld_targ_init_x86()
|
H A D | machrel.sparc.c | 2124 M_CLASS, /* m_class */ in ld_targ_init_sparc()
|