HomeSort by: relevance | last modified time | path
    Searched defs:e_mach (Results 1 - 20 of 20) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elf64-nfp.c 97 int e_mach = EF_NFP_MACH (elf_elfheader (abfd)->e_flags); local
99 switch (e_mach)
103 if (!bfd_default_set_arch_mach (abfd, bfd_arch_nfp, e_mach))
elf32-z80.c 515 int e_mach = elf_elfheader (abfd)->e_flags & EF_Z80_MACH_MSK; local
516 switch (e_mach)
520 abfd, e_mach);
elf32-msp430.c 1586 int e_mach = elf_elfheader (abfd)->e_flags & EF_MSP430_MACH; local
1588 switch (e_mach)
elf32-avr.c 1633 int e_mach = elf_elfheader (abfd)->e_flags & EF_AVR_MACH;
1635 switch (e_mach)
1632 int e_mach = elf_elfheader (abfd)->e_flags & EF_AVR_MACH; local
elf32-score.c 4419 int e_mach = elf_elfheader (abfd)->e_flags & EF_SCORE_MACH & EF_OMIT_PIC_FIXDD; local
4420 switch (e_mach)
  /src/external/gpl3/binutils.old/dist/bfd/
elf64-nfp.c 97 int e_mach = EF_NFP_MACH (elf_elfheader (abfd)->e_flags); local
99 switch (e_mach)
103 if (!bfd_default_set_arch_mach (abfd, bfd_arch_nfp, e_mach))
elf32-z80.c 514 int e_mach = elf_elfheader (abfd)->e_flags & EF_Z80_MACH_MSK; local
515 switch (e_mach)
519 abfd, e_mach);
elf32-msp430.c 1585 int e_mach = elf_elfheader (abfd)->e_flags & EF_MSP430_MACH; local
1587 switch (e_mach)
elf32-avr.c 1632 int e_mach = elf_elfheader (abfd)->e_flags & EF_AVR_MACH;
1634 switch (e_mach)
1631 int e_mach = elf_elfheader (abfd)->e_flags & EF_AVR_MACH; local
elf32-score.c 4406 int e_mach = elf_elfheader (abfd)->e_flags & EF_SCORE_MACH & EF_OMIT_PIC_FIXDD; local
4407 switch (e_mach)
  /src/external/gpl3/gdb/dist/bfd/
elf64-nfp.c 97 int e_mach = EF_NFP_MACH (elf_elfheader (abfd)->e_flags); local
99 switch (e_mach)
103 if (!bfd_default_set_arch_mach (abfd, bfd_arch_nfp, e_mach))
elf32-z80.c 514 int e_mach = elf_elfheader (abfd)->e_flags & EF_Z80_MACH_MSK; local
515 switch (e_mach)
519 abfd, e_mach);
elf32-msp430.c 1585 int e_mach = elf_elfheader (abfd)->e_flags & EF_MSP430_MACH; local
1587 switch (e_mach)
elf32-avr.c 1632 int e_mach = elf_elfheader (abfd)->e_flags & EF_AVR_MACH;
1634 switch (e_mach)
1631 int e_mach = elf_elfheader (abfd)->e_flags & EF_AVR_MACH; local
elf32-score.c 4414 int e_mach = elf_elfheader (abfd)->e_flags & EF_SCORE_MACH & EF_OMIT_PIC_FIXDD; local
4415 switch (e_mach)
  /src/external/gpl3/gdb.old/dist/bfd/
elf64-nfp.c 97 int e_mach = EF_NFP_MACH (elf_elfheader (abfd)->e_flags); local
99 switch (e_mach)
103 if (!bfd_default_set_arch_mach (abfd, bfd_arch_nfp, e_mach))
elf32-z80.c 514 int e_mach = elf_elfheader (abfd)->e_flags & EF_Z80_MACH_MSK; local
515 switch (e_mach)
519 abfd, e_mach);
elf32-msp430.c 1585 int e_mach = elf_elfheader (abfd)->e_flags & EF_MSP430_MACH; local
1587 switch (e_mach)
elf32-avr.c 1637 int e_mach = elf_elfheader (abfd)->e_flags & EF_AVR_MACH;
1639 switch (e_mach)
1636 int e_mach = elf_elfheader (abfd)->e_flags & EF_AVR_MACH; local
elf32-score.c 4416 int e_mach = elf_elfheader (abfd)->e_flags & EF_SCORE_MACH & EF_OMIT_PIC_FIXDD; local
4417 switch (e_mach)

Completed in 73 milliseconds