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

/netgear-R7800-V1.0.2.28/tools/sstrip/src/
H A Dsstrip.c320 if (!(ehdr->e_ident[EI_MAG0] == ELFMAG0 &&
321 ehdr->e_ident[EI_MAG1] == ELFMAG1 &&
322 ehdr->e_ident[EI_MAG2] == ELFMAG2 &&
323 ehdr->e_ident[EI_MAG3] == ELFMAG3))
332 if (ehdr->e_ident[EI_DATA] == ELFDATA2LSB) {
334 } else if (ehdr->e_ident[EI_DATA] == ELFDATA2MSB) {
339 if (ehdr->e_ident[EI_DATA] == ELFDATA2LSB) {
342 } else if (ehdr->e_ident[EI_DATA] == ELFDATA2MSB) {
359 return ehdr->e_ident[EI_CLASS];
/netgear-R7800-V1.0.2.28/tools/mklibs/include/
H A Delf.h68 unsigned char e_ident[EI_NIDENT]; /* Magic number and other info */ member in struct:__anon1093
86 unsigned char e_ident[EI_NIDENT]; /* Magic number and other info */ member in struct:__anon1094
102 /* Fields in the e_ident array. The EI_* macros are indices into the
/netgear-R7800-V1.0.2.28/tools/sstrip/include/
H A Delf.h68 unsigned char e_ident[EI_NIDENT]; /* Magic number and other info */ member in struct:__anon1135
86 unsigned char e_ident[EI_NIDENT]; /* Magic number and other info */ member in struct:__anon1136
102 /* Fields in the e_ident array. The EI_* macros are indices into the
/netgear-R7800-V1.0.2.28/tools/include/
H A Delf.h65 unsigned char e_ident[EI_NIDENT]; /* Magic number and other info */ member in struct:__anon1051
83 unsigned char e_ident[EI_NIDENT]; /* Magic number and other info */ member in struct:__anon1052
99 /* Fields in the e_ident array. The EI_* macros are indices into the

Completed in 125 milliseconds