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

  /src/external/gpl3/binutils/dist/bfd/
elf32-arm.c 1992 struct elf32_arm_reloc_map struct
1999 static const struct elf32_arm_reloc_map elf32_arm_reloc_map[] = variable in typeref:struct:elf32_arm_reloc_map
2108 for (i = 0; i < ARRAY_SIZE (elf32_arm_reloc_map); i ++)
2109 if (elf32_arm_reloc_map[i].bfd_reloc_val == code)
2110 return elf32_arm_howto_from_type (elf32_arm_reloc_map[i].elf_reloc_val);
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-arm.c 1993 struct elf32_arm_reloc_map struct
2000 static const struct elf32_arm_reloc_map elf32_arm_reloc_map[] = variable in typeref:struct:elf32_arm_reloc_map
2110 for (i = 0; i < ARRAY_SIZE (elf32_arm_reloc_map); i ++)
2111 if (elf32_arm_reloc_map[i].bfd_reloc_val == code)
2112 return elf32_arm_howto_from_type (elf32_arm_reloc_map[i].elf_reloc_val);
  /src/external/gpl3/gdb/dist/bfd/
elf32-arm.c 1993 struct elf32_arm_reloc_map struct
2000 static const struct elf32_arm_reloc_map elf32_arm_reloc_map[] = variable in typeref:struct:elf32_arm_reloc_map
2110 for (i = 0; i < ARRAY_SIZE (elf32_arm_reloc_map); i ++)
2111 if (elf32_arm_reloc_map[i].bfd_reloc_val == code)
2112 return elf32_arm_howto_from_type (elf32_arm_reloc_map[i].elf_reloc_val);
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-arm.c 1993 struct elf32_arm_reloc_map struct
2000 static const struct elf32_arm_reloc_map elf32_arm_reloc_map[] = variable in typeref:struct:elf32_arm_reloc_map
2110 for (i = 0; i < ARRAY_SIZE (elf32_arm_reloc_map); i ++)
2111 if (elf32_arm_reloc_map[i].bfd_reloc_val == code)
2112 return elf32_arm_howto_from_type (elf32_arm_reloc_map[i].elf_reloc_val);

Completed in 77 milliseconds