Searched refs:elf_code_to_howto_index (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | elfxx-ia64.c | 191 static unsigned char elf_code_to_howto_index[R_IA64_MAX_RELOC_CODE + 1]; variable 205 memset (elf_code_to_howto_index, 0xff, sizeof (elf_code_to_howto_index)); in ia64_elf_lookup_howto() 207 elf_code_to_howto_index[ia64_howto_table[i].type] = i; in ia64_elf_lookup_howto() 212 i = elf_code_to_howto_index[rtype]; in ia64_elf_lookup_howto()
|
H A D | elf32-pru.c | 295 static unsigned char elf_code_to_howto_index[R_PRU_ILLEGAL + 1]; variable 310 memset (elf_code_to_howto_index, 0xff, in lookup_howto() 311 sizeof (elf_code_to_howto_index)); in lookup_howto() 313 elf_code_to_howto_index[elf_pru_howto_table_rel[i].type] = i; in lookup_howto() 318 i = elf_code_to_howto_index[rtype]; in lookup_howto()
|
H A D | elf32-nios2.c | 1568 static unsigned char elf_code_to_howto_index[R_NIOS2_ILLEGAL + 1]; variable 1588 memset (elf_code_to_howto_index, 0xff, in lookup_howto() 1589 sizeof (elf_code_to_howto_index)); in lookup_howto() 1592 elf_code_to_howto_index[elf_nios2_r2_howto_table_rel[i].type] = i; in lookup_howto() 1601 i = elf_code_to_howto_index[rtype]; in lookup_howto()
|
H A D | ChangeLog-0001 | 7149 (elf_code_to_howto_index): New structure.
|
H A D | ChangeLog-0203 | 8834 (elf_code_to_howto_index): Add TLS relocs.
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | elfxx-ia64.c | 191 static unsigned char elf_code_to_howto_index[R_IA64_MAX_RELOC_CODE + 1]; variable 205 memset (elf_code_to_howto_index, 0xff, sizeof (elf_code_to_howto_index)); in ia64_elf_lookup_howto() 207 elf_code_to_howto_index[ia64_howto_table[i].type] = i; in ia64_elf_lookup_howto() 212 i = elf_code_to_howto_index[rtype]; in ia64_elf_lookup_howto()
|
H A D | elf32-pru.c | 295 static unsigned char elf_code_to_howto_index[R_PRU_ILLEGAL + 1]; variable 310 memset (elf_code_to_howto_index, 0xff, in lookup_howto() 311 sizeof (elf_code_to_howto_index)); in lookup_howto() 313 elf_code_to_howto_index[elf_pru_howto_table_rel[i].type] = i; in lookup_howto() 318 i = elf_code_to_howto_index[rtype]; in lookup_howto()
|
H A D | elf32-nios2.c | 1568 static unsigned char elf_code_to_howto_index[R_NIOS2_ILLEGAL + 1]; variable 1588 memset (elf_code_to_howto_index, 0xff, in lookup_howto() 1589 sizeof (elf_code_to_howto_index)); in lookup_howto() 1592 elf_code_to_howto_index[elf_nios2_r2_howto_table_rel[i].type] = i; in lookup_howto() 1601 i = elf_code_to_howto_index[rtype]; in lookup_howto()
|
H A D | ChangeLog-0001 | 7149 (elf_code_to_howto_index): New structure.
|
H A D | ChangeLog-0203 | 8834 (elf_code_to_howto_index): Add TLS relocs.
|
/netbsd-src/external/gpl3/gdb.old/dist/bfd/ |
H A D | ChangeLog-0001 | 7149 (elf_code_to_howto_index): New structure.
|
H A D | ChangeLog-0203 | 8834 (elf_code_to_howto_index): Add TLS relocs.
|
/netbsd-src/external/gpl3/gdb/dist/bfd/ |
H A D | ChangeLog-0001 | 7149 (elf_code_to_howto_index): New structure.
|
H A D | ChangeLog-0203 | 8834 (elf_code_to_howto_index): Add TLS relocs.
|