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

  /src/external/gpl3/binutils/dist/bfd/
elf32-avr.c 663 struct avr_reloc_map struct
669 static const struct avr_reloc_map avr_reloc_map[] = variable in typeref:struct:avr_reloc_map
921 i < sizeof (avr_reloc_map) / sizeof (struct avr_reloc_map);
923 if (avr_reloc_map[i].bfd_reloc_val == code)
924 return &elf_avr_howto_table[avr_reloc_map[i].elf_reloc_val];
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-avr.c 663 struct avr_reloc_map struct
669 static const struct avr_reloc_map avr_reloc_map[] = variable in typeref:struct:avr_reloc_map
921 i < sizeof (avr_reloc_map) / sizeof (struct avr_reloc_map);
923 if (avr_reloc_map[i].bfd_reloc_val == code)
924 return &elf_avr_howto_table[avr_reloc_map[i].elf_reloc_val];
  /src/external/gpl3/gdb/dist/bfd/
elf32-avr.c 663 struct avr_reloc_map struct
669 static const struct avr_reloc_map avr_reloc_map[] = variable in typeref:struct:avr_reloc_map
921 i < sizeof (avr_reloc_map) / sizeof (struct avr_reloc_map);
923 if (avr_reloc_map[i].bfd_reloc_val == code)
924 return &elf_avr_howto_table[avr_reloc_map[i].elf_reloc_val];
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-avr.c 663 struct avr_reloc_map struct
669 static const struct avr_reloc_map avr_reloc_map[] = variable in typeref:struct:avr_reloc_map
926 i < sizeof (avr_reloc_map) / sizeof (struct avr_reloc_map);
928 if (avr_reloc_map[i].bfd_reloc_val == code)
929 return &elf_avr_howto_table[avr_reloc_map[i].elf_reloc_val];

Completed in 35 milliseconds