Searched refs:x86_64_elf_howto_table (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delf64-x86-64.c48 static reloc_howto_type x86_64_elf_howto_table[] = variable
250 BFD_ASSERT (x86_64_elf_howto_table[i].type == r_type);
251 return &x86_64_elf_howto_table[i];
278 i < (sizeof (x86_64_elf_howto_table)
279 / sizeof (x86_64_elf_howto_table[0]));
281 if (x86_64_elf_howto_table[i].name != NULL
282 && strcasecmp (x86_64_elf_howto_table[i].name, r_name) == 0)
283 return &x86_64_elf_howto_table[i];
1239 x86_64_elf_howto_table[r_type].name, name);
1297 x86_64_elf_howto_table[r_typ
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Delf64-x86-64.c40 static reloc_howto_type x86_64_elf_howto_table[] = variable
242 BFD_ASSERT (x86_64_elf_howto_table[i].type == r_type);
243 return &x86_64_elf_howto_table[i];
270 i < (sizeof (x86_64_elf_howto_table)
271 / sizeof (x86_64_elf_howto_table[0]));
273 if (x86_64_elf_howto_table[i].name != NULL
274 && strcasecmp (x86_64_elf_howto_table[i].name, r_name) == 0)
275 return &x86_64_elf_howto_table[i];
1198 x86_64_elf_howto_table[r_type].name,
1269 x86_64_elf_howto_table[r_typ
[all...]

Completed in 112 milliseconds