HomeSort by relevance Sort by last modified time
    Searched defs:howto_table (Results 1 - 16 of 16) sorted by null

  /toolchain/binutils/binutils-2.27/bfd/
coff-we32k.c 31 static reloc_howto_type howto_table[] = variable
56 #define NUM_HOWTOS (sizeof (howto_table) / sizeof (howto_table[0]))
67 ? howto_table + (dst)->r_type \
coff-ia64.c 35 static reloc_howto_type howto_table[] = variable
50 (cache_ptr)->howto = howto_table;
coff-m88k.c 140 static reloc_howto_type howto_table[] = variable
234 cache_ptr->howto = howto_table + dst->r_type - R_PCR16L;
coff-i386.c 198 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 + R_RELWORD
    [all...]
coff-i860.c 154 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 + COFF860_R_SPLIT0
    [all...]
coff-w65.c 31 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;
coff-x86_64.c 217 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;
669 return howto_table + R_AMD64_IMAGEBASE;
671 return howto_table + R_AMD64_DIR32;
673 return howto_table + R_AMD64_DIR64;
676 return howto_table + R_AMD64_PCRQUAD;
681 return howto_table + R_AMD64_PCRLONG
    [all...]
pe-mips.c 156 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[i]
    [all...]
coff-h8300.c 214 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 + 8
    [all...]
elf32-mips.c 2092 reloc_howto_type *howto_table = elf_mips_howto_table_rel; local
    [all...]
elf32-vax.c 56 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];
    [all...]
elfn32-mips.c 3303 reloc_howto_type *howto_table = elf_mips_howto_table_rela; local
    [all...]
oasys.c 326 static reloc_howto_type howto_table[] = variable
467 r->relent.howto = &howto_table[reloc >> 6];
501 r->relent.howto = &howto_table[reloc >> 6];
    [all...]
aoutx.h 323 reloc_howto_type *howto_table; local
327 howto_table = howto_table_ext;
332 howto_table = howto_table_std;
337 if (howto_table[i].name != NULL
338 && strcasecmp (howto_table[i].name, r_name) == 0)
339 return &howto_table[i];
    [all...]
elf64-mips.c 3486 reloc_howto_type *howto_table = mips_elf64_howto_table_rela; local
    [all...]
elf32-m68k.c 32 static reloc_howto_type howto_table[] = variable
355 cache_ptr->howto = &howto_table[indx];
418 return &howto_table[reloc_map[i].elf_val];
428 for (i = 0; i < sizeof (howto_table) / sizeof (howto_table[0]); i++)
429 if (howto_table[i].name != NULL
430 && strcasecmp (howto_table[i].name, r_name) == 0)
431 return &howto_table[i];
    [all...]

Completed in 153 milliseconds