Home
last modified time | relevance | path

Searched refs:EM_MIPS (Results 1 – 5 of 5) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Daudit.h273 #define AUDIT_ARCH_MIPS (EM_MIPS)
274 #define AUDIT_ARCH_MIPSEL (EM_MIPS|__AUDIT_ARCH_LE)
275 #define AUDIT_ARCH_MIPS64 (EM_MIPS|__AUDIT_ARCH_64BIT)
276 #define AUDIT_ARCH_MIPSEL64 (EM_MIPS|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
H A Delf-em.h13 #define EM_MIPS 8 /* MIPS R3000 (officially, big-endian only) */ macro
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Drecordmcount.c344 case EM_MIPS: /* reltype: e_class */ gpfx = '_'; break; in do_file()
375 if (w2(ehdr->e_machine) == EM_MIPS) { in do_file()
393 if (w2(ghdr->e_machine) == EM_MIPS) { in do_file()
/utopia/UTPA2-700.0.x/projects/build/scripts/mod/
H A Dmodpost.c1566 if (elf->hdr->e_machine == EM_MIPS) { in section_rela()
1610 if (elf->hdr->e_machine == EM_MIPS) { in section_rel()
1634 case EM_MIPS: in section_rel()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Delf.h182 #define EM_MIPS 8 /* MIPS R3000 big-endian */ macro