Lines Matching defs:ident
27 #pragma ident "%Z%%M% %I% %E% SMI"
195 uchar_t *ident;
243 ident = ELFSEEK(0);
244 if (ident[EI_MAG0] != ELFMAG0 || ident[EI_MAG1] != ELFMAG1 ||
245 ident[EI_MAG2] != ELFMAG2 || ident[EI_MAG3] != ELFMAG3) {
250 if (ident[EI_CLASS] == ELFCLASS32) {
253 } else if (ident[EI_CLASS] == ELFCLASS64) {
258 ident[EI_CLASS]);