Searched refs:cr16_elf_howto_table (Results 1 – 9 of 9) sorted by relevance
115 static reloc_howto_type cr16_elf_howto_table[] = variable652 return &cr16_elf_howto_table[cr16_reloc_map[i].cr16_reloc_type]; in elf_cr16_reloc_type_lookup()665 for (i = 0; ARRAY_SIZE (cr16_elf_howto_table); i++) in elf_cr16_reloc_name_lookup()666 if (cr16_elf_howto_table[i].name != NULL in elf_cr16_reloc_name_lookup()667 && strcasecmp (cr16_elf_howto_table[i].name, r_name) == 0) in elf_cr16_reloc_name_lookup()668 return cr16_elf_howto_table + i; in elf_cr16_reloc_name_lookup()689 cache_ptr->howto = cr16_elf_howto_table + r_type; in elf_cr16_info_to_howto()1364 howto = cr16_elf_howto_table + (r_type); in elf32_cr16_relocate_section()
255 (cr16_elf_howto_table): Add entries for for R_CR16_GOT_REGREL20,532 * elf32-cr16.c (cr16_elf_howto_table): Zero the src_mask field of
4003 * elf32-cr16.c (cr16_elf_howto_table): Likewise.