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

  /src/external/gpl3/binutils/dist/bfd/
elf32-xgate.c 346 struct xgate_reloc_map struct
352 static const struct xgate_reloc_map xgate_reloc_map[] = variable in typeref:struct:xgate_reloc_map
385 for (i = 0; i < ARRAY_SIZE (xgate_reloc_map); i++)
386 if (xgate_reloc_map[i].bfd_reloc_val == code)
387 return &elf_xgate_howto_table[xgate_reloc_map[i].elf_reloc_val];
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-xgate.c 346 struct xgate_reloc_map struct
352 static const struct xgate_reloc_map xgate_reloc_map[] = variable in typeref:struct:xgate_reloc_map
385 for (i = 0; i < ARRAY_SIZE (xgate_reloc_map); i++)
386 if (xgate_reloc_map[i].bfd_reloc_val == code)
387 return &elf_xgate_howto_table[xgate_reloc_map[i].elf_reloc_val];
  /src/external/gpl3/gdb/dist/bfd/
elf32-xgate.c 346 struct xgate_reloc_map struct
352 static const struct xgate_reloc_map xgate_reloc_map[] = variable in typeref:struct:xgate_reloc_map
385 for (i = 0; i < ARRAY_SIZE (xgate_reloc_map); i++)
386 if (xgate_reloc_map[i].bfd_reloc_val == code)
387 return &elf_xgate_howto_table[xgate_reloc_map[i].elf_reloc_val];
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-xgate.c 346 struct xgate_reloc_map struct
352 static const struct xgate_reloc_map xgate_reloc_map[] = variable in typeref:struct:xgate_reloc_map
385 for (i = 0; i < ARRAY_SIZE (xgate_reloc_map); i++)
386 if (xgate_reloc_map[i].bfd_reloc_val == code)
387 return &elf_xgate_howto_table[xgate_reloc_map[i].elf_reloc_val];

Completed in 26 milliseconds