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

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/bfd/
H A Dcoff-i860.c151 static reloc_howto_type howto_table[] = variable
445 ((dst)->r_type < sizeof (howto_table) / sizeof (howto_table[0]) \
446 ? howto_table + (dst)->r_type \
483 if (rel->r_type > sizeof (howto_table) / sizeof (howto_table[0]))
489 howto = howto_table + rel->r_type;
529 return howto_table + R_DIR32;
531 return howto_table + COFF860_R_BRADDR;
534 return howto_table
[all...]
H A Dcoff-x86_64.c198 static reloc_howto_type howto_table[] = variable
453 ((dst)->r_type < ARRAY_SIZE (howto_table)) \
454 ? howto_table + (dst)->r_type \
493 if (ptr && howto_table[reloc.r_type].pc_relative) \
543 if (rel->r_type > ARRAY_SIZE (howto_table))
553 howto = howto_table + rel->r_type;
646 return howto_table + R_AMD64_IMAGEBASE;
648 return howto_table + R_AMD64_DIR32;
650 return howto_table + R_AMD64_DIR64;
653 return howto_table
[all...]
H A Dcoff-i386.c202 static reloc_howto_type howto_table[] = variable
355 ((dst)->r_type < sizeof (howto_table) / sizeof (howto_table[0]) \
356 ? howto_table + (dst)->r_type \
393 if (ptr && howto_table[reloc.r_type].pc_relative) \
453 if (rel->r_type >= sizeof (howto_table) / sizeof (howto_table[0]))
459 howto = howto_table + rel->r_type;
561 return howto_table + R_IMAGEBASE;
563 return howto_table
[all...]
H A Dcoff-maxq.c40 ? howto_table + (((dst)->r_type==47) ? 6: ((dst)->r_type)) \
341 static reloc_howto_type howto_table[] = variable
383 return howto_table + 3;
387 return howto_table + 4;
391 return howto_table + 7;
395 return howto_table + 5;
399 return howto_table + 2;
403 return howto_table + 6;
415 for (i = 0; i < sizeof (howto_table) / sizeof (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-we32k.c32 static reloc_howto_type howto_table[] = variable
64 (cache_ptr)->howto = howto_table + (dst)->r_type;
H A Dcoff-h8300.c243 static reloc_howto_type howto_table[] = { variable
308 internal->howto = howto_table + 0;
311 internal->howto = howto_table + 1;
314 internal->howto = howto_table + 2;
317 internal->howto = howto_table + 3;
320 internal->howto = howto_table + 4;
323 internal->howto = howto_table + 5;
326 internal->howto = howto_table + 6;
329 internal->howto = howto_table + 7;
332 internal->howto = 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.c35 static reloc_howto_type howto_table[] = variable
50 (cache_ptr)->howto = howto_table + (dst)->r_type;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/bfd/
H A Dcoff-i860.c151 static reloc_howto_type howto_table[] = variable
445 ((dst)->r_type < sizeof (howto_table) / sizeof (howto_table[0]) \
446 ? howto_table + (dst)->r_type \
483 if (rel->r_type > sizeof (howto_table) / sizeof (howto_table[0]))
489 howto = howto_table + rel->r_type;
529 return howto_table + R_DIR32;
531 return howto_table + COFF860_R_BRADDR;
534 return howto_table
[all...]
H A Dcoff-x86_64.c198 static reloc_howto_type howto_table[] = variable
453 ((dst)->r_type < ARRAY_SIZE (howto_table)) \
454 ? howto_table + (dst)->r_type \
493 if (ptr && howto_table[reloc.r_type].pc_relative) \
543 if (rel->r_type > ARRAY_SIZE (howto_table))
553 howto = howto_table + rel->r_type;
646 return howto_table + R_AMD64_IMAGEBASE;
648 return howto_table + R_AMD64_DIR32;
650 return howto_table + R_AMD64_DIR64;
653 return howto_table
[all...]
H A Dcoff-i386.c202 static reloc_howto_type howto_table[] = variable
355 ((dst)->r_type < sizeof (howto_table) / sizeof (howto_table[0]) \
356 ? howto_table + (dst)->r_type \
393 if (ptr && howto_table[reloc.r_type].pc_relative) \
453 if (rel->r_type >= sizeof (howto_table) / sizeof (howto_table[0]))
459 howto = howto_table + rel->r_type;
561 return howto_table + R_IMAGEBASE;
563 return howto_table
[all...]
H A Dcoff-maxq.c40 ? howto_table + (((dst)->r_type==47) ? 6: ((dst)->r_type)) \
341 static reloc_howto_type howto_table[] = variable
383 return howto_table + 3;
387 return howto_table + 4;
391 return howto_table + 7;
395 return howto_table + 5;
399 return howto_table + 2;
403 return howto_table + 6;
415 for (i = 0; i < sizeof (howto_table) / sizeof (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-we32k.c32 static reloc_howto_type howto_table[] = variable
64 (cache_ptr)->howto = howto_table + (dst)->r_type;
H A Dcoff-h8300.c243 static reloc_howto_type howto_table[] = { variable
308 internal->howto = howto_table + 0;
311 internal->howto = howto_table + 1;
314 internal->howto = howto_table + 2;
317 internal->howto = howto_table + 3;
320 internal->howto = howto_table + 4;
323 internal->howto = howto_table + 5;
326 internal->howto = howto_table + 6;
329 internal->howto = howto_table + 7;
332 internal->howto = 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];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/bfd/
H A Dcoff-i860.c151 static reloc_howto_type howto_table[] = variable
445 ((dst)->r_type < sizeof (howto_table) / sizeof (howto_table[0]) \
446 ? howto_table + (dst)->r_type \
483 if (rel->r_type > sizeof (howto_table) / sizeof (howto_table[0]))
489 howto = howto_table + rel->r_type;
529 return howto_table + R_DIR32;
531 return howto_table + COFF860_R_BRADDR;
534 return howto_table
[all...]
H A Dcoff-x86_64.c198 static reloc_howto_type howto_table[] = variable
453 ((dst)->r_type < ARRAY_SIZE (howto_table)) \
454 ? howto_table + (dst)->r_type \
493 if (ptr && howto_table[reloc.r_type].pc_relative) \
543 if (rel->r_type > ARRAY_SIZE (howto_table))
553 howto = howto_table + rel->r_type;
646 return howto_table + R_AMD64_IMAGEBASE;
648 return howto_table + R_AMD64_DIR32;
650 return howto_table + R_AMD64_DIR64;
653 return howto_table
[all...]
H A Dcoff-i386.c202 static reloc_howto_type howto_table[] = variable
355 ((dst)->r_type < sizeof (howto_table) / sizeof (howto_table[0]) \
356 ? howto_table + (dst)->r_type \
393 if (ptr && howto_table[reloc.r_type].pc_relative) \
453 if (rel->r_type >= sizeof (howto_table) / sizeof (howto_table[0]))
459 howto = howto_table + rel->r_type;
561 return howto_table + R_IMAGEBASE;
563 return howto_table
[all...]
H A Dcoff-maxq.c40 ? howto_table + (((dst)->r_type==47) ? 6: ((dst)->r_type)) \
341 static reloc_howto_type howto_table[] = variable
383 return howto_table + 3;
387 return howto_table + 4;
391 return howto_table + 7;
395 return howto_table + 5;
399 return howto_table + 2;
403 return howto_table + 6;
415 for (i = 0; i < sizeof (howto_table) / sizeof (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-we32k.c32 static reloc_howto_type howto_table[] = variable
64 (cache_ptr)->howto = howto_table + (dst)->r_type;
H A Dcoff-h8300.c243 static reloc_howto_type howto_table[] = { variable
308 internal->howto = howto_table + 0;
311 internal->howto = howto_table + 1;
314 internal->howto = howto_table + 2;
317 internal->howto = howto_table + 3;
320 internal->howto = howto_table + 4;
323 internal->howto = howto_table + 5;
326 internal->howto = howto_table + 6;
329 internal->howto = howto_table + 7;
332 internal->howto = 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];

Completed in 111 milliseconds

123