Searched refs:ELFCLASS (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/dtrace-147/libelf/
H A Dnewehdr.c48 #define ELFCLASS ELFCLASS64 macro
55 #define ELFCLASS ELFCLASS32 macro
91 elf->ed_class = ELFCLASS;
92 else if (elf->ed_class != ELFCLASS) {
H A Dnewphdr.c50 #define ELFCLASS ELFCLASS64 macro
58 #define ELFCLASS ELFCLASS32 macro
78 if (elf->ed_class != ELFCLASS) {
H A Dupdate.c54 #define ELFCLASS ELFCLASS64 macro
70 #define ELFCLASS ELFCLASS32 macro
179 p[EI_CLASS] = ELFCLASS;
363 p[EI_CLASS] = ELFCLASS;
H A Dclscook.c141 #define ELFCLASS ELFCLASS64 macro
175 #define ELFCLASS ELFCLASS32 macro
389 if (((Ehdr*)elf->ed_ehdr)->e_ident[EI_CLASS] != ELFCLASS) {
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Delfcore.h101 if (x_ehdr.e_ident[EI_CLASS] != ELFCLASS)
H A Delfcode.h129 #define ELFCLASS ELFCLASS64 macro
137 #define ELFCLASS ELFCLASS32 macro
526 || x_ehdr.e_ident[EI_CLASS] != ELFCLASS)
1566 || x_ehdr.e_ident[EI_CLASS] != ELFCLASS)
1765 ELFCLASS, EV_CURRENT,

Completed in 102 milliseconds