Home
last modified time | relevance | path

Searched refs:ELFCLASS64 (Results 1 – 2 of 2) sorted by relevance

/DragonStub/apps/
H A Delf.c46 if (class != ELFCLASS64) { in verify_ident()
48 ELFCLASS64, class); in verify_ident()
/DragonStub/inc/
H A Delf.h122 #define ELFCLASS64 2 /* 64-bit objects */ macro