Searched refs:elf_aarch64_reloc_map (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/binutils/bfd/
H A Delfnn-aarch64.c1895 struct elf_aarch64_reloc_map struct
1902 static const struct elf_aarch64_reloc_map elf_aarch64_reloc_map[] = variable in typeref:struct:elf_aarch64_reloc_map
1927 for (i = 0; i < ARRAY_SIZE (elf_aarch64_reloc_map); i++)
1928 if (elf_aarch64_reloc_map[i].from == code)
1930 code = elf_aarch64_reloc_map[i].to;

Completed in 97 milliseconds