Searched refs:m32c_elf_howto_table (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-m32c.c48 static reloc_howto_type m32c_elf_howto_table [] = variable
273 return & m32c_elf_howto_table [m32c_reloc_map[i].m32c_reloc_val];
284 i < sizeof (m32c_elf_howto_table) / sizeof (m32c_elf_howto_table[0]);
286 if (m32c_elf_howto_table[i].name != NULL
287 && strcasecmp (m32c_elf_howto_table[i].name, r_name) == 0)
288 return &m32c_elf_howto_table[i];
311 cache_ptr->howto = & m32c_elf_howto_table [r_type];
439 howto = m32c_elf_howto_table + ELF32_R_TYPE (rel->r_info);
571 m32c_elf_howto_table[ELF32_R_TYP
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-m32c.c48 static reloc_howto_type m32c_elf_howto_table [] = variable
273 return & m32c_elf_howto_table [m32c_reloc_map[i].m32c_reloc_val];
284 i < sizeof (m32c_elf_howto_table) / sizeof (m32c_elf_howto_table[0]);
286 if (m32c_elf_howto_table[i].name != NULL
287 && strcasecmp (m32c_elf_howto_table[i].name, r_name) == 0)
288 return &m32c_elf_howto_table[i];
311 cache_ptr->howto = & m32c_elf_howto_table [r_type];
439 howto = m32c_elf_howto_table + ELF32_R_TYPE (rel->r_info);
571 m32c_elf_howto_table[ELF32_R_TYP
[all...]
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-m32c.c48 static reloc_howto_type m32c_elf_howto_table [] = variable
273 return & m32c_elf_howto_table [m32c_reloc_map[i].m32c_reloc_val];
284 i < sizeof (m32c_elf_howto_table) / sizeof (m32c_elf_howto_table[0]);
286 if (m32c_elf_howto_table[i].name != NULL
287 && strcasecmp (m32c_elf_howto_table[i].name, r_name) == 0)
288 return &m32c_elf_howto_table[i];
311 cache_ptr->howto = & m32c_elf_howto_table [r_type];
439 howto = m32c_elf_howto_table + ELF32_R_TYPE (rel->r_info);
571 m32c_elf_howto_table[ELF32_R_TYP
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-m32c.c48 static reloc_howto_type m32c_elf_howto_table [] = variable
273 return & m32c_elf_howto_table [m32c_reloc_map[i].m32c_reloc_val];
284 i < sizeof (m32c_elf_howto_table) / sizeof (m32c_elf_howto_table[0]);
286 if (m32c_elf_howto_table[i].name != NULL
287 && strcasecmp (m32c_elf_howto_table[i].name, r_name) == 0)
288 return &m32c_elf_howto_table[i];
311 cache_ptr->howto = & m32c_elf_howto_table [r_type];
439 howto = m32c_elf_howto_table + ELF32_R_TYPE (rel->r_info);
571 m32c_elf_howto_table[ELF32_R_TYP
[all...]

Completed in 120 milliseconds