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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Delf32-m32c.c46 static reloc_howto_type m32c_elf_howto_table [] = variable
271 return & m32c_elf_howto_table [m32c_reloc_map[i].m32c_reloc_val];
282 i < sizeof (m32c_elf_howto_table) / sizeof (m32c_elf_howto_table[0]);
284 if (m32c_elf_howto_table[i].name != NULL
285 && strcasecmp (m32c_elf_howto_table[i].name, r_name) == 0)
286 return &m32c_elf_howto_table[i];
303 cache_ptr->howto = & m32c_elf_howto_table [r_type];
392 howto = m32c_elf_howto_table + ELF32_R_TYPE (rel->r_info);
522 m32c_elf_howto_table[ELF32_R_TYP
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delf32-m32c.c46 static reloc_howto_type m32c_elf_howto_table [] = variable
271 return & m32c_elf_howto_table [m32c_reloc_map[i].m32c_reloc_val];
282 i < sizeof (m32c_elf_howto_table) / sizeof (m32c_elf_howto_table[0]);
284 if (m32c_elf_howto_table[i].name != NULL
285 && strcasecmp (m32c_elf_howto_table[i].name, r_name) == 0)
286 return &m32c_elf_howto_table[i];
303 cache_ptr->howto = & m32c_elf_howto_table [r_type];
392 howto = m32c_elf_howto_table + ELF32_R_TYPE (rel->r_info);
522 m32c_elf_howto_table[ELF32_R_TYP
[all...]

Completed in 116 milliseconds