Home
last modified time | relevance | path

Searched refs:elf32_tic6x_howto_table_rel (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Delf32-tic6x.c819 static reloc_howto_type elf32_tic6x_howto_table_rel[] = variable
1464 howto = &elf32_tic6x_howto_table_rel[elf_reloc_val]; in elf32_tic6x_reloc_type_lookup()
1493 for (i = 0; i < ARRAY_SIZE (elf32_tic6x_howto_table_rel); i++) in elf32_tic6x_reloc_name_lookup()
1494 if (elf32_tic6x_howto_table_rel[i].name != NULL in elf32_tic6x_reloc_name_lookup()
1495 && strcasecmp (elf32_tic6x_howto_table_rel[i].name, r_name) == 0) in elf32_tic6x_reloc_name_lookup()
1496 return &elf32_tic6x_howto_table_rel[i]; in elf32_tic6x_reloc_name_lookup()
1522 if (r_type >= ARRAY_SIZE (elf32_tic6x_howto_table_rel)) in elf32_tic6x_info_to_howto_rel()
1525 bfd_reloc->howto = &elf32_tic6x_howto_table_rel[r_type]; in elf32_tic6x_info_to_howto_rel()
DChangeLog-20112500 elf32_tic6x_howto_table_rel, (elf32_tic6x_gc_sweep_hook,
2737 (elf32_tic6x_howto_table_rel): Ditto.
2783 (elf32_tic6x_howto_table, elf32_tic6x_howto_table_rel,
DChangeLog-20102314 elf32_tic6x_howto_table_rel, elf32_tic6x_info_to_howto_rel,