Home | History | Annotate | Download | only in GenFw

Lines Matching refs:EM_ARM

151   if (!((mEhdr->e_machine == EM_386) || (mEhdr->e_machine == EM_ARM))) { 

152 Error (NULL, 0, 3000, "Unsupported", "ELF e_machine not EM_386 or EM_ARM");
357 case EM_ARM:
555 case EM_ARM:
790 } else if (mEhdr->e_machine == EM_ARM) {
857 Error (NULL, 0, 3000, "Invalid", "WriteSections (): %s unsupported ELF EM_ARM relocation 0x%x.", mInImageName, (unsigned) ELF32_R_TYPE(Rel->r_info));
917 } else if (mEhdr->e_machine == EM_ARM) {
990 Error (NULL, 0, 3000, "Invalid", "WriteRelocations(): %s unsupported ELF EM_ARM relocation 0x%x.", mInImageName, (unsigned) ELF32_R_TYPE(Rel->r_info));
1000 if (!FoundRelocations && (mEhdr->e_machine == EM_ARM)) {