Searched refs:m32r_elf_howto_table (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/binutils/bfd/
H A Delf32-m32r.c474 static reloc_howto_type m32r_elf_howto_table[] =
1245 return &m32r_elf_howto_table[m32r_reloc_map_old[i].elf_reloc_val];
1253 return &m32r_elf_howto_table[m32r_reloc_map[i].elf_reloc_val];
1266 i < sizeof (m32r_elf_howto_table) / sizeof (m32r_elf_howto_table[0]);
1268 if (m32r_elf_howto_table[i].name != NULL
1269 && strcasecmp (m32r_elf_howto_table[i].name, r_name) == 0)
1270 return &m32r_elf_howto_table[i];
1291 cache_ptr->howto = &m32r_elf_howto_table[r_type];
1302 cache_ptr->howto = &m32r_elf_howto_table[ELF32_R_TYP
472 static reloc_howto_type m32r_elf_howto_table[] = variable
[all...]
/haiku-buildtools/legacy/binutils/bfd/
H A Delf32-m32r.c474 static reloc_howto_type m32r_elf_howto_table[] =
1245 return &m32r_elf_howto_table[m32r_reloc_map_old[i].elf_reloc_val];
1253 return &m32r_elf_howto_table[m32r_reloc_map[i].elf_reloc_val];
1270 cache_ptr->howto = &m32r_elf_howto_table[r_type];
1281 cache_ptr->howto = &m32r_elf_howto_table[ELF32_R_TYPE(dst->r_info)];
2514 howto = m32r_elf_howto_table + r_type;
3083 m32r_elf_howto_table[(int) r_type].name);
472 static reloc_howto_type m32r_elf_howto_table[] = variable

Completed in 74 milliseconds