Searched refs:howto_table (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Dcoff-x86_64.c197 static reloc_howto_type howto_table[] = variable
452 ((dst)->r_type < ARRAY_SIZE (howto_table)) \
453 ? howto_table + (dst)->r_type \
492 if (ptr && howto_table[reloc.r_type].pc_relative) \
542 if (rel->r_type > ARRAY_SIZE (howto_table))
552 howto = howto_table + rel->r_type;
647 return howto_table + R_AMD64_IMAGEBASE;
649 return howto_table + R_AMD64_DIR32;
651 return howto_table + R_AMD64_DIR64;
654 return howto_table
[all...]
H A Dcoff-i386.c201 static reloc_howto_type howto_table[] = variable
354 ((dst)->r_type < sizeof (howto_table) / sizeof (howto_table[0]) \
355 ? howto_table + (dst)->r_type \
392 if (ptr && howto_table[reloc.r_type].pc_relative) \
452 if (rel->r_type > sizeof (howto_table) / sizeof (howto_table[0]))
458 howto = howto_table + rel->r_type;
559 return howto_table + R_IMAGEBASE;
561 return howto_table
[all...]
H A Daout-arm.c65 reloc_howto_type MY (howto_table)[] =
135 return MY (howto_table) + index;
288 reloc_entry->howto = &MY (howto_table)[7];
297 #define ASTD(i,j) case i: return & MY (howto_table)[j]
329 i < sizeof (MY (howto_table)) / sizeof (MY (howto_table)[0]);
331 if (MY (howto_table)[i].name != NULL
332 && strcasecmp (MY (howto_table)[i].name, r_name) == 0)
333 return &MY (howto_table)[i];
H A Dcoff-ia64.c34 static reloc_howto_type howto_table[] = variable
49 (cache_ptr)->howto = howto_table + (dst)->r_type;
H A Dpe-mips.c150 static reloc_howto_type howto_table[] = variable
345 (cache_ptr)->howto = howto_table + (dst)->r_type;
376 if (ptr && howto_table[reloc.r_type].pc_relative) \
393 howto = howto_table + rel->r_type;
497 return & howto_table [mips_type];
507 i < sizeof (howto_table) / sizeof (howto_table[0]);
509 if (howto_table[i].name != NULL
510 && strcasecmp (howto_table[i].name, r_name) == 0)
511 return &howto_table[
[all...]
H A Delf32-mips.c1235 reloc_howto_type *howto_table = elf_mips_howto_table_rel; local
1242 return &howto_table[(int) mips_reloc_map[i].elf_val];
1266 return &howto_table[(int) R_MIPS_32];
H A Delfn32-mips.c2059 reloc_howto_type *howto_table = elf_mips_howto_table_rela;
2066 return &howto_table[(int) mips_reloc_map[i].elf_val];
2055 reloc_howto_type *howto_table = elf_mips_howto_table_rela; local
H A Daoutx.h324 reloc_howto_type *howto_table; local
328 howto_table = howto_table_ext;
333 howto_table = howto_table_std;
338 if (howto_table[i].name != NULL
339 && strcasecmp (howto_table[i].name, r_name) == 0)
340 return &howto_table[i];
H A Delf64-mips.c2216 reloc_howto_type *howto_table = mips_elf64_howto_table_rela;
2223 return &howto_table[(int) mips_reloc_map[i].elf_val];
2211 reloc_howto_type *howto_table = mips_elf64_howto_table_rela; local

Completed in 165 milliseconds