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

/linux-master/arch/mips/tools/
H A Delf-entry.c38 Elf32_Ehdr ehdr32; member in union:__anon29
58 if (memcmp(hdr.ehdr32.e_ident, ELFMAG, SELFMAG)) {
63 switch (hdr.ehdr32.e_ident[EI_CLASS]) {
65 switch (hdr.ehdr32.e_ident[EI_DATA]) {
67 entry = le32toh(hdr.ehdr32.e_entry);
70 entry = be32toh(hdr.ehdr32.e_entry);
82 switch (hdr.ehdr32.e_ident[EI_DATA]) {

Completed in 87 milliseconds