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

/haiku/src/kits/storage/
H A DResourceFile.cpp468 unsigned char identification[EI_NIDENT]; local
469 read_exactly(file, 0, identification, EI_NIDENT,
470 "Failed to read ELF identification.");
473 if (identification[EI_VERSION] != EV_CURRENT)
477 switch (identification[EI_DATA]) {
490 switch (identification[EI_CLASS]) {

Completed in 62 milliseconds