Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delfxx-ia64.c192 static unsigned char elf_code_to_howto_index[R_IA64_MAX_RELOC_CODE + 1]; variable
206 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()
Delf32-i860.c745 static unsigned char elf_code_to_howto_index[R_860_max + 1]; variable
758 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()
Delf32-nios2.c732 static unsigned char elf_code_to_howto_index[R_NIOS2_ILLEGAL + 1]; variable
746 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()
DChangeLog-00017149 (elf_code_to_howto_index): New structure.
DChangeLog-02038834 (elf_code_to_howto_index): Add TLS relocs.