Home
last modified time | relevance | path

Searched refs:lm32_elf_howto_table (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf32-lm32.c162 static reloc_howto_type lm32_elf_howto_table [] = variable
462 return &lm32_elf_howto_table[lm32_reloc_map[i].elf_reloc_val]; in lm32_reloc_type_lookup()
473 i < sizeof (lm32_elf_howto_table) / sizeof (lm32_elf_howto_table[0]); in lm32_reloc_name_lookup()
475 if (lm32_elf_howto_table[i].name != NULL in lm32_reloc_name_lookup()
476 && strcasecmp (lm32_elf_howto_table[i].name, r_name) == 0) in lm32_reloc_name_lookup()
477 return &lm32_elf_howto_table[i]; in lm32_reloc_name_lookup()
501 cache_ptr->howto = &lm32_elf_howto_table[r_type]; in lm32_info_to_howto_rela()
771 howto = lm32_elf_howto_table + r_type; in lm32_elf_relocate_section()
H A DChangeLog-20154019 * elf32-lm32.c (lm32_elf_howto_table): Likewise.
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf32-lm32.c162 static reloc_howto_type lm32_elf_howto_table [] = variable
462 return &lm32_elf_howto_table[lm32_reloc_map[i].elf_reloc_val]; in lm32_reloc_type_lookup()
473 i < sizeof (lm32_elf_howto_table) / sizeof (lm32_elf_howto_table[0]); in lm32_reloc_name_lookup()
475 if (lm32_elf_howto_table[i].name != NULL in lm32_reloc_name_lookup()
476 && strcasecmp (lm32_elf_howto_table[i].name, r_name) == 0) in lm32_reloc_name_lookup()
477 return &lm32_elf_howto_table[i]; in lm32_reloc_name_lookup()
501 cache_ptr->howto = &lm32_elf_howto_table[r_type]; in lm32_info_to_howto_rela()
771 howto = lm32_elf_howto_table + r_type; in lm32_elf_relocate_section()
H A DChangeLog-20154019 * elf32-lm32.c (lm32_elf_howto_table): Likewise.
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-20154019 * elf32-lm32.c (lm32_elf_howto_table): Likewise.