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

  /src/external/gpl3/binutils/dist/bfd/
elf32-lm32.c 425 struct lm32_reloc_map struct
431 static const struct lm32_reloc_map lm32_reloc_map[] = variable in typeref:struct:lm32_reloc_map
459 for (i = 0; i < sizeof (lm32_reloc_map) / sizeof (lm32_reloc_map[0]); i++)
460 if (lm32_reloc_map[i].bfd_reloc_val == code)
461 return &lm32_elf_howto_table[lm32_reloc_map[i].elf_reloc_val];
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-lm32.c 425 struct lm32_reloc_map struct
431 static const struct lm32_reloc_map lm32_reloc_map[] = variable in typeref:struct:lm32_reloc_map
459 for (i = 0; i < sizeof (lm32_reloc_map) / sizeof (lm32_reloc_map[0]); i++)
460 if (lm32_reloc_map[i].bfd_reloc_val == code)
461 return &lm32_elf_howto_table[lm32_reloc_map[i].elf_reloc_val];
  /src/external/gpl3/gdb/dist/bfd/
elf32-lm32.c 425 struct lm32_reloc_map struct
431 static const struct lm32_reloc_map lm32_reloc_map[] = variable in typeref:struct:lm32_reloc_map
459 for (i = 0; i < sizeof (lm32_reloc_map) / sizeof (lm32_reloc_map[0]); i++)
460 if (lm32_reloc_map[i].bfd_reloc_val == code)
461 return &lm32_elf_howto_table[lm32_reloc_map[i].elf_reloc_val];
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-lm32.c 426 struct lm32_reloc_map struct
432 static const struct lm32_reloc_map lm32_reloc_map[] = variable in typeref:struct:lm32_reloc_map
460 for (i = 0; i < sizeof (lm32_reloc_map) / sizeof (lm32_reloc_map[0]); i++)
461 if (lm32_reloc_map[i].bfd_reloc_val == code)
462 return &lm32_elf_howto_table[lm32_reloc_map[i].elf_reloc_val];

Completed in 59 milliseconds