Searched refs:elf_kvx_howto_table (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delfxx-kvx-relocs.h22 static reloc_howto_type elf_kvx_howto_table[] = variable
H A Delfnn-kvx.c140 const int size = (int) ARRAY_SIZE (elf_kvx_howto_table);
141 const ptrdiff_t offset = howto - elf_kvx_howto_table;
162 for (i = 0; i < ARRAY_SIZE (elf_kvx_howto_table); ++i)
163 offsets[elf_kvx_howto_table[i].type] = i;
218 return &elf_kvx_howto_table[code - (BFD_RELOC_KVX_RELOC_START + 1)];
285 for (i = 0; i < ARRAY_SIZE (elf_kvx_howto_table); ++i)
286 if (elf_kvx_howto_table[i].name != NULL
287 && strcasecmp (elf_kvx_howto_table[i].name, r_name) == 0)
288 return &elf_kvx_howto_table[i];
2386 input_bfd, elf_kvx_howto_table[howto_inde
[all...]
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delfxx-kvx-relocs.h22 static reloc_howto_type elf_kvx_howto_table[] = variable
H A Delfnn-kvx.c140 const int size = (int) ARRAY_SIZE (elf_kvx_howto_table);
141 const ptrdiff_t offset = howto - elf_kvx_howto_table;
162 for (i = 0; i < ARRAY_SIZE (elf_kvx_howto_table); ++i)
163 offsets[elf_kvx_howto_table[i].type] = i;
218 return &elf_kvx_howto_table[code - (BFD_RELOC_KVX_RELOC_START + 1)];
285 for (i = 0; i < ARRAY_SIZE (elf_kvx_howto_table); ++i)
286 if (elf_kvx_howto_table[i].name != NULL
287 && strcasecmp (elf_kvx_howto_table[i].name, r_name) == 0)
288 return &elf_kvx_howto_table[i];
2384 input_bfd, elf_kvx_howto_table[howto_inde
[all...]

Completed in 229 milliseconds