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

  /src/external/gpl3/binutils/dist/bfd/
elf32-lm32.c 161 static reloc_howto_type lm32_elf_howto_table [] = variable
461 return &lm32_elf_howto_table[lm32_reloc_map[i].elf_reloc_val];
472 i < sizeof (lm32_elf_howto_table) / sizeof (lm32_elf_howto_table[0]);
474 if (lm32_elf_howto_table[i].name != NULL
475 && strcasecmp (lm32_elf_howto_table[i].name, r_name) == 0)
476 return &lm32_elf_howto_table[i];
500 cache_ptr->howto = &lm32_elf_howto_table[r_type];
770 howto = lm32_elf_howto_table + r_type;
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-lm32.c 161 static reloc_howto_type lm32_elf_howto_table [] = variable
461 return &lm32_elf_howto_table[lm32_reloc_map[i].elf_reloc_val];
472 i < sizeof (lm32_elf_howto_table) / sizeof (lm32_elf_howto_table[0]);
474 if (lm32_elf_howto_table[i].name != NULL
475 && strcasecmp (lm32_elf_howto_table[i].name, r_name) == 0)
476 return &lm32_elf_howto_table[i];
500 cache_ptr->howto = &lm32_elf_howto_table[r_type];
770 howto = lm32_elf_howto_table + r_type;
  /src/external/gpl3/gdb/dist/bfd/
elf32-lm32.c 161 static reloc_howto_type lm32_elf_howto_table [] = variable
461 return &lm32_elf_howto_table[lm32_reloc_map[i].elf_reloc_val];
472 i < sizeof (lm32_elf_howto_table) / sizeof (lm32_elf_howto_table[0]);
474 if (lm32_elf_howto_table[i].name != NULL
475 && strcasecmp (lm32_elf_howto_table[i].name, r_name) == 0)
476 return &lm32_elf_howto_table[i];
500 cache_ptr->howto = &lm32_elf_howto_table[r_type];
770 howto = lm32_elf_howto_table + r_type;
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-lm32.c 162 static reloc_howto_type lm32_elf_howto_table [] = variable
462 return &lm32_elf_howto_table[lm32_reloc_map[i].elf_reloc_val];
473 i < sizeof (lm32_elf_howto_table) / sizeof (lm32_elf_howto_table[0]);
475 if (lm32_elf_howto_table[i].name != NULL
476 && strcasecmp (lm32_elf_howto_table[i].name, r_name) == 0)
477 return &lm32_elf_howto_table[i];
501 cache_ptr->howto = &lm32_elf_howto_table[r_type];
771 howto = lm32_elf_howto_table + r_type;

Completed in 27 milliseconds