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

  /toolchain/binutils/binutils-2.27/bfd/
elf32-xstormy16.c 311 } reloc_map;
313 static const reloc_map xstormy16_reloc_map [] =
340 const reloc_map * entry;
310 } reloc_map; typedef in typeref:struct:xstormy16_reloc_map
elf32-vax.c 304 } reloc_map[] = { variable in typeref:struct:__anon4042
327 for (i = 0; i < sizeof (reloc_map) / sizeof (reloc_map[0]); i++)
329 if (reloc_map[i].bfd_val == code)
330 return &howto_table[reloc_map[i].elf_val];
    [all...]
elf32-tilepro.c 567 } reloc_map;
569 static const reloc_map tilepro_reloc_map [] =
780 const reloc_map * entry;
566 } reloc_map; typedef in typeref:struct:tilepro_reloc_map
    [all...]
elfxx-tilegx.c 640 } reloc_map;
642 static const reloc_map tilegx_reloc_map [] =
927 const reloc_map * entry;
639 } reloc_map; typedef in typeref:struct:tilegx_reloc_map
    [all...]
elf32-m68k.c 365 reloc_map[] = variable in typeref:struct:__anon4004
415 for (i = 0; i < sizeof (reloc_map) / sizeof (reloc_map[0]); i++)
417 if (reloc_map[i].bfd_val == code)
418 return &howto_table[reloc_map[i].elf_val];
    [all...]
  /toolchain/binutils/binutils-2.27/include/elf/
cr16c.h 70 /* CR16C Relocation Types ('cr_reloc_type' entry in the reloc_map structure).
252 typedef struct reloc_map struct
256 } RELOC_MAP;
  /toolchain/binutils/binutils-2.27/gas/config/
tc-rl78.c 624 static int reloc_map[5][4] = local
635 rel = reloc_map [rl78_bytes.fixups[i].nbits / 8][(int) rl78_bytes.fixups[i].type];
    [all...]
tc-rx.c 1172 static int reloc_map[5][4] =
1183 rel = reloc_map [rx_bytes.fixups[i].nbits / 8][(int) rx_bytes.fixups[i].type];
1171 static int reloc_map[5][4] = local
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
reloc.cc 987 Reloc_symbol_changes* reloc_map = NULL; local
994 &reloc_map, target);
1007 view, address, view_size, reloc_map);
    [all...]

Completed in 485 milliseconds