Searched refs:ei_class (Results 1 - 1 of 1) sorted by path

/u-boot/tools/
H A Drelocate-rela.c71 static int ei_class; variable
442 ei_class = e_ident[4];
443 debug("EI_CLASS(1=32bit, 2=64bit) %d\n", ei_class);
448 if (ei_class == 2)
749 if (ei_class == 2)

Completed in 59 milliseconds