Searched refs:elf_code_to_howto_index (Results 1 – 5 of 5) sorted by relevance
192 static unsigned char elf_code_to_howto_index[R_IA64_MAX_RELOC_CODE + 1]; variable206 memset (elf_code_to_howto_index, 0xff, sizeof (elf_code_to_howto_index)); in ia64_elf_lookup_howto()208 elf_code_to_howto_index[ia64_howto_table[i].type] = i; in ia64_elf_lookup_howto()213 i = elf_code_to_howto_index[rtype]; in ia64_elf_lookup_howto()
745 static unsigned char elf_code_to_howto_index[R_860_max + 1]; variable758 memset (elf_code_to_howto_index, 0xff, in lookup_howto()759 sizeof (elf_code_to_howto_index)); in lookup_howto()761 elf_code_to_howto_index[elf32_i860_howto_table[i].type] = i; in lookup_howto()765 i = elf_code_to_howto_index[rtype]; in lookup_howto()
732 static unsigned char elf_code_to_howto_index[R_NIOS2_ILLEGAL + 1]; variable746 memset (elf_code_to_howto_index, 0xff, in lookup_howto()747 sizeof (elf_code_to_howto_index)); in lookup_howto()749 elf_code_to_howto_index[elf_nios2_howto_table_rel[i].type] = i; in lookup_howto()753 i = elf_code_to_howto_index[rtype]; in lookup_howto()
7149 (elf_code_to_howto_index): New structure.
8834 (elf_code_to_howto_index): Add TLS relocs.