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

  /src/external/gpl3/binutils/dist/bfd/
elfnn-aarch64.c 2224 struct elf_aarch64_reloc_map struct
2231 static const struct elf_aarch64_reloc_map elf_aarch64_reloc_map[] = variable in typeref:struct:elf_aarch64_reloc_map
2256 for (i = 0; i < ARRAY_SIZE (elf_aarch64_reloc_map); i++)
2257 if (elf_aarch64_reloc_map[i].from == code)
2259 code = elf_aarch64_reloc_map[i].to;
  /src/external/gpl3/binutils.old/dist/bfd/
elfnn-aarch64.c 2224 struct elf_aarch64_reloc_map struct
2231 static const struct elf_aarch64_reloc_map elf_aarch64_reloc_map[] = variable in typeref:struct:elf_aarch64_reloc_map
2256 for (i = 0; i < ARRAY_SIZE (elf_aarch64_reloc_map); i++)
2257 if (elf_aarch64_reloc_map[i].from == code)
2259 code = elf_aarch64_reloc_map[i].to;
  /src/external/gpl3/gdb/dist/bfd/
elfnn-aarch64.c 2224 struct elf_aarch64_reloc_map struct
2231 static const struct elf_aarch64_reloc_map elf_aarch64_reloc_map[] = variable in typeref:struct:elf_aarch64_reloc_map
2256 for (i = 0; i < ARRAY_SIZE (elf_aarch64_reloc_map); i++)
2257 if (elf_aarch64_reloc_map[i].from == code)
2259 code = elf_aarch64_reloc_map[i].to;
  /src/external/gpl3/gdb.old/dist/bfd/
elfnn-aarch64.c 2224 struct elf_aarch64_reloc_map struct
2231 static const struct elf_aarch64_reloc_map elf_aarch64_reloc_map[] = variable in typeref:struct:elf_aarch64_reloc_map
2256 for (i = 0; i < ARRAY_SIZE (elf_aarch64_reloc_map); i++)
2257 if (elf_aarch64_reloc_map[i].from == code)
2259 code = elf_aarch64_reloc_map[i].to;

Completed in 48 milliseconds