HomeSort by: relevance | last modified time | path
    Searched refs:elf_arc_howto_table (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elf32-arc.c 245 static struct reloc_howto_struct elf_arc_howto_table[] = variable in typeref:struct:reloc_howto_struct
271 elf_arc_howto_table[TYPE].pc_relative = \
273 elf_arc_howto_table[TYPE].dst_mask = RELOC_FUNCTION(0, ~0); \
299 if (elf_arc_howto_table[R_ARC_32].dst_mask == 0)
301 return &elf_arc_howto_table[r_type];
516 for (i = 0; i < ARRAY_SIZE (elf_arc_howto_table); i++)
517 if (elf_arc_howto_table[i].name != NULL
518 && strcasecmp (elf_arc_howto_table[i].name, r_name) == 0)
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-arc.c 245 static struct reloc_howto_struct elf_arc_howto_table[] = variable in typeref:struct:reloc_howto_struct
271 elf_arc_howto_table[TYPE].pc_relative = \
273 elf_arc_howto_table[TYPE].dst_mask = RELOC_FUNCTION(0, ~0); \
299 if (elf_arc_howto_table[R_ARC_32].dst_mask == 0)
301 return &elf_arc_howto_table[r_type];
510 for (i = 0; i < ARRAY_SIZE (elf_arc_howto_table); i++)
511 if (elf_arc_howto_table[i].name != NULL
512 && strcasecmp (elf_arc_howto_table[i].name, r_name) == 0)
  /src/external/gpl3/gdb/dist/bfd/
elf32-arc.c 245 static struct reloc_howto_struct elf_arc_howto_table[] = variable in typeref:struct:reloc_howto_struct
271 elf_arc_howto_table[TYPE].pc_relative = \
273 elf_arc_howto_table[TYPE].dst_mask = RELOC_FUNCTION(0, ~0); \
299 if (elf_arc_howto_table[R_ARC_32].dst_mask == 0)
301 return &elf_arc_howto_table[r_type];
510 for (i = 0; i < ARRAY_SIZE (elf_arc_howto_table); i++)
511 if (elf_arc_howto_table[i].name != NULL
512 && strcasecmp (elf_arc_howto_table[i].name, r_name) == 0)
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-arc.c 245 static struct reloc_howto_struct elf_arc_howto_table[] = variable in typeref:struct:reloc_howto_struct
271 elf_arc_howto_table[TYPE].pc_relative = \
273 elf_arc_howto_table[TYPE].dst_mask = RELOC_FUNCTION(0, ~0); \
299 if (elf_arc_howto_table[R_ARC_32].dst_mask == 0)
301 return &elf_arc_howto_table[r_type];
511 for (i = 0; i < ARRAY_SIZE (elf_arc_howto_table); i++)
512 if (elf_arc_howto_table[i].name != NULL
513 && strcasecmp (elf_arc_howto_table[i].name, r_name) == 0)

Completed in 30 milliseconds