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

12

/haiku-buildtools/binutils/bfd/
H A Dcoff-we32k.c31 static reloc_howto_type howto_table[] = variable
56 #define NUM_HOWTOS (sizeof (howto_table) / sizeof (howto_table[0]))
67 ? howto_table + (dst)->r_type \
H A Dcoff-i860.c154 static reloc_howto_type howto_table[] = variable
448 ((dst)->r_type < sizeof (howto_table) / sizeof (howto_table[0]) \
449 ? howto_table + (dst)->r_type \
489 if (rel->r_type > sizeof (howto_table) / sizeof (howto_table[0]))
495 howto = howto_table + rel->r_type;
535 return howto_table + R_DIR32;
537 return howto_table + COFF860_R_BRADDR;
540 return howto_table
[all...]
H A Dcoff-x86_64.c217 static reloc_howto_type howto_table[] = variable
464 #define NUM_HOWTOS ARRAY_SIZE (howto_table)
475 ? howto_table + (dst)->r_type \
515 && howto_table[reloc.r_type].pc_relative) \
570 howto = howto_table + rel->r_type;
674 return howto_table + R_AMD64_IMAGEBASE;
676 return howto_table + R_AMD64_DIR32;
678 return howto_table + R_AMD64_DIR64;
681 return howto_table + R_AMD64_PCRQUAD;
686 return howto_table
[all...]
H A Dcoff-i386.c198 static reloc_howto_type howto_table[] = variable
343 #define NUM_HOWTOS (sizeof (howto_table) / sizeof (howto_table[0]))
354 ? howto_table + (dst)->r_type \
392 && howto_table[reloc.r_type].pc_relative) \
450 howto = howto_table + rel->r_type;
556 return howto_table + R_IMAGEBASE;
558 return howto_table + R_DIR32;
560 return howto_table + R_PCRLONG;
562 return howto_table
[all...]
H A Daout-ns32k.c79 reloc_howto_type MY (howto_table)[] =
136 #define CTOR_TABLE_RELOC_HOWTO(BFD) (MY (howto_table) + 14)
162 return (MY (howto_table) + r_length + 3 * (*r_pcrel) + 6 * r_ns32k_type);
183 r_ns32k_type = (howto - MY (howto_table) )/6;
211 #define ENTRY(i,j) case i: return &MY (howto_table)[j]
258 i < sizeof (MY (howto_table)) / sizeof (MY (howto_table)[0]);
260 if (MY (howto_table)[i].name != NULL
261 && strcasecmp (MY (howto_table)[i].name, r_name) == 0)
262 return &MY (howto_table)[
[all...]
H A Dcoff-h8300.c214 static reloc_howto_type howto_table[] = variable
280 internal->howto = howto_table + 0;
283 internal->howto = howto_table + 1;
286 internal->howto = howto_table + 2;
289 internal->howto = howto_table + 3;
292 internal->howto = howto_table + 4;
295 internal->howto = howto_table + 5;
298 internal->howto = howto_table + 6;
301 internal->howto = howto_table + 7;
304 internal->howto = howto_table
[all...]
H A Delfxx-riscv.c37 static reloc_howto_type howto_table[] = variable
909 return &howto_table[(int) riscv_reloc_map[i].elf_val];
920 for (i = 0; i < ARRAY_SIZE (howto_table); i++)
921 if (howto_table[i].name && strcasecmp (howto_table[i].name, r_name) == 0)
922 return &howto_table[i];
930 if (r_type >= ARRAY_SIZE (howto_table))
936 return &howto_table[r_type];
H A Daout-arm.c64 reloc_howto_type MY (howto_table)[] =
134 return MY (howto_table) + howto_index;
287 reloc_entry->howto = &MY (howto_table)[7];
296 #define ASTD(i,j) case i: return & MY (howto_table)[j]
328 i < sizeof (MY (howto_table)) / sizeof (MY (howto_table)[0]);
330 if (MY (howto_table)[i].name != NULL
331 && strcasecmp (MY (howto_table)[i].name, r_name) == 0)
332 return &MY (howto_table)[i];
H A Dcoff-ia64.c35 static reloc_howto_type howto_table[] = variable
50 (cache_ptr)->howto = howto_table;
H A Dpe-mips.c156 static reloc_howto_type howto_table[] = variable
342 #define NUM_HOWTOS (sizeof (howto_table) / sizeof (howto_table[0]))
355 ? howto_table + (dst)->r_type \
388 && howto_table[reloc.r_type].pc_relative) \
405 howto = howto_table + rel->r_type;
509 return & howto_table [mips_type];
519 if (howto_table[i].name != NULL
520 && strcasecmp (howto_table[i].name, r_name) == 0)
521 return &howto_table[
[all...]
H A Dcoff-m88k.c140 static reloc_howto_type howto_table[] = variable
234 cache_ptr->howto = howto_table + dst->r_type - R_PCR16L;
H A Dcoff-w65.c31 static reloc_howto_type howto_table[] = variable
45 #define NUM_HOWTOS (sizeof (howto_table) / sizeof (howto_table[0]))
76 internal->howto = howto_table + dst->r_type - 1;
H A Delf32-vax.c55 static reloc_howto_type howto_table[] = { variable
295 cache_ptr->howto = &howto_table[r_type];
330 return &howto_table[reloc_map[i].elf_val];
341 for (i = 0; i < sizeof (howto_table) / sizeof (howto_table[0]); i++)
342 if (howto_table[i].name != NULL
343 && strcasecmp (howto_table[i].name, r_name) == 0)
344 return &howto_table[i];
1374 howto = howto_table + r_type;
/haiku-buildtools/legacy/binutils/bfd/
H A Dcoff-i860.c150 static reloc_howto_type howto_table[] = variable
444 ((dst)->r_type < sizeof (howto_table) / sizeof (howto_table[0]) \
445 ? howto_table + (dst)->r_type \
482 if (rel->r_type > sizeof (howto_table) / sizeof (howto_table[0]))
488 howto = howto_table + rel->r_type;
528 return howto_table + R_DIR32;
530 return howto_table + COFF860_R_BRADDR;
533 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;
558 return howto_table + R_IMAGEBASE;
560 return howto_table
[all...]
H A Dcoff-we32k.c31 static reloc_howto_type howto_table[] = variable
63 (cache_ptr)->howto = howto_table + (dst)->r_type;
H A Dcoff-maxq.c40 ? howto_table + (((dst)->r_type==47) ? 6: ((dst)->r_type)) \
343 static reloc_howto_type howto_table[] = variable
389 {BFD_RELOC_16_PCREL_S2, SHORT_JUMP, howto_table},
390 {BFD_RELOC_16, LONG_JUMP, howto_table},
409 return howto_table + 3;
413 return howto_table + 4;
417 return howto_table + 7;
421 return howto_table + 5;
425 return howto_table + 2;
429 return howto_table
[all...]
H A Dcoff-h8300.c242 static reloc_howto_type howto_table[] = { variable
307 internal->howto = howto_table + 0;
310 internal->howto = howto_table + 1;
313 internal->howto = howto_table + 2;
316 internal->howto = howto_table + 3;
319 internal->howto = howto_table + 4;
322 internal->howto = howto_table + 5;
325 internal->howto = howto_table + 6;
328 internal->howto = howto_table + 7;
331 internal->howto = howto_table
[all...]
H A Daout-ns32k.c77 reloc_howto_type MY (howto_table)[] =
134 #define CTOR_TABLE_RELOC_HOWTO(BFD) (MY (howto_table) + 14)
160 return (MY (howto_table) + r_length + 3 * (*r_pcrel) + 6 * r_ns32k_type);
181 r_ns32k_type = (howto - MY (howto_table) )/6;
209 #define ENTRY(i,j) case i: return &MY (howto_table)[j]
327 int r_ns32k_type = (howto - MY (howto_table)) / 6;
H A Dcoff-ia64.c34 static reloc_howto_type howto_table[] = variable
49 (cache_ptr)->howto = howto_table + (dst)->r_type;
H A Dcoff-m88k.c149 static reloc_howto_type howto_table[] = variable
245 cache_ptr->howto = howto_table + dst->r_type - R_PCR16L;
H A Daout-arm.c64 reloc_howto_type MY (howto_table)[] =
134 return MY (howto_table) + index;
287 reloc_entry->howto = &MY (howto_table)[7];
296 #define ASTD(i,j) case i: return & MY (howto_table)[j]
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;
496 return & howto_table [mips_type];
H A Dcoff-or32.c248 static reloc_howto_type howto_table[] = variable
300 relent->howto = howto_table + reloc->r_type;
512 rstat = _bfd_relocate_contents (howto_table + rel->r_type,
544 howto_table[rel->r_type].name, (bfd_vma) 0, input_bfd,
H A Dcoff-w65.c37 static reloc_howto_type howto_table[] = variable
81 internal->howto = howto_table + dst->r_type - 1;

Completed in 133 milliseconds

12