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

  /toolchain/binutils/binutils-2.25/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.25/gold/
reloc.cc 1001 Reloc_symbol_changes* reloc_map = NULL; local
1008 &reloc_map);
1015 view, address, view_size, reloc_map);
    [all...]
object.h     [all...]
arm.cc     [all...]
  /toolchain/binutils/binutils-2.25/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 296 } reloc_map[] = { variable in typeref:struct:__anon74934
319 for (i = 0; i < sizeof (reloc_map) / sizeof (reloc_map[0]); i++)
321 if (reloc_map[i].bfd_val == code)
322 return &howto_table[reloc_map[i].elf_val];
    [all...]
elf32-m68k.c 365 reloc_map[] = variable in typeref:struct:__anon74896
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...]
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...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-rl78.c 577 static int reloc_map[5][4] = local
588 rel = reloc_map [rl78_bytes.fixups[i].nbits / 8][(int) rl78_bytes.fixups[i].type];
    [all...]
tc-rx.c 1144 static int reloc_map[5][4] =
1155 rel = reloc_map [rx_bytes.fixups[i].nbits / 8][(int) rx_bytes.fixups[i].type];
1143 static int reloc_map[5][4] = local
    [all...]

Completed in 1032 milliseconds