Lines Matching refs:e_machine
2294 printf("%-37s%s\n", " Machine:", elf_machine(re->ehdr.e_machine)); in dump_ehdr()
2364 switch (re->ehdr.e_machine) { in dump_eflags()
2475 #define PH_CT phdr_type(re->ehdr.e_machine, phdr.p_type), \ in dump_phdr()
2616 #define S_CT i, s->name, section_type(re->ehdr.e_machine, s->type), \ in dump_shdr()
2620 #define ST_CT i, s->name, section_type(re->ehdr.e_machine, s->type), \ in dump_shdr()
2624 #define ST_CTL i, s->name, section_type(re->ehdr.e_machine, s->type), \ in dump_shdr()
2785 printf(" %-20s", dt_type(re->ehdr.e_machine, in dump_dynamic()
2828 switch (re->ehdr.e_machine) { in dump_arch_dyn_val()
3029 printf(" %s\n", dt_type(re->ehdr.e_machine, dyn->d_un.d_val)); in dump_dyn_val()
3060 elftc_reloc_type_str(re->ehdr.e_machine, \ in dump_rel()
3063 elftc_reloc_type_str(re->ehdr.e_machine, type), \ in dump_rel()
3091 if (re->ehdr.e_machine == EM_MIPS) { in dump_rel()
3104 if (re->ehdr.e_machine == EM_MIPS) { in dump_rel()
3144 elftc_reloc_type_str(re->ehdr.e_machine, \ in dump_rela()
3147 elftc_reloc_type_str(re->ehdr.e_machine, type), \ in dump_rela()
3176 if (re->ehdr.e_machine == EM_MIPS) { in dump_rela()
3190 if (re->ehdr.e_machine == EM_MIPS) { in dump_rela()
3278 printf(" %-7s", st_type(re->ehdr.e_machine, in dump_symtab()
3638 re->ehdr.e_machine) { in dump_gnu_property_type_0()
3646 re->ehdr.e_machine); in dump_gnu_property_type_0()
3690 else if (re->ehdr.e_machine == EM_ALPHA && in dump_hash()
4508 (re->ehdr.e_machine != EM_ARM || s->type != SHT_LOPROC + 3)) in dump_attributes()
4569 if (re->ehdr.e_machine == EM_ARM && in dump_attributes()
4572 else if (re->ehdr.e_machine == EM_MIPS || in dump_attributes()
4573 re->ehdr.e_machine == EM_MIPS_RS3_LE) in dump_attributes()
4576 else if (re->ehdr.e_machine == EM_PPC) in dump_attributes()
4862 switch (re->ehdr.e_machine) { in dump_arch_specific_info()
4877 if ((rn = dwarf_reg(re->ehdr.e_machine, num)) != NULL) in dwarf_regname()