Home
last modified time | relevance | path

Searched refs:m32r_elf_howto_table (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-m32r.c472 static reloc_howto_type m32r_elf_howto_table[] = variable
1243 return &m32r_elf_howto_table[m32r_reloc_map_old[i].elf_reloc_val]; in bfd_elf32_bfd_reloc_type_lookup()
1251 return &m32r_elf_howto_table[m32r_reloc_map[i].elf_reloc_val]; in bfd_elf32_bfd_reloc_type_lookup()
1268 cache_ptr->howto = &m32r_elf_howto_table[r_type]; in m32r_info_to_howto_rel()
1279 cache_ptr->howto = &m32r_elf_howto_table[ELF32_R_TYPE(dst->r_info)]; in m32r_info_to_howto()
2509 howto = m32r_elf_howto_table + r_type; in m32r_elf_relocate_section()
3078 m32r_elf_howto_table[(int) r_type].name); in m32r_elf_relocate_section()
H A DChangeLog-20042523 * elf32-m32r.c (m32r_elf_howto_table): Support R_M32R_GOTOFF.
2527 (m32r_elf_howto_table): Added R_M32R_GOTOFF_HI_ULO,
H A DChangeLog-20051386 * elf32-m32r.c (m32r_elf_howto_table): Support R_M32R_REL32.
H A DChangeLog-96972004 * elf32-m32r.c (m32r_elf_howto_table): Use special function for LO16.
H A DChangeLog-020313 (m32r_elf_howto_table): Added
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Delf32-m32r.c167 static reloc_howto_type m32r_elf_howto_table[] = variable
1281 return &m32r_elf_howto_table[m32r_reloc_map_old[i].elf_reloc_val];
1290 return &m32r_elf_howto_table[m32r_reloc_map[i].elf_reloc_val];
1309 cache_ptr->howto = &m32r_elf_howto_table[r_type];
1321 cache_ptr->howto = &m32r_elf_howto_table[ELF32_R_TYPE(dst->r_info)];
2582 howto = m32r_elf_howto_table + r_type;
3131 m32r_elf_howto_table[(int) r_type].name,
H A DChangeLog-96972004 * elf32-m32r.c (m32r_elf_howto_table): Use special function for LO16.
H A DChangeLog-020313 (m32r_elf_howto_table): Added