Searched refs:lm32_elf_howto_table (Results 1 – 5 of 5) sorted by relevance
162 static reloc_howto_type lm32_elf_howto_table [] = variable462 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()
4019 * elf32-lm32.c (lm32_elf_howto_table): Likewise.