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

  /src/external/gpl3/binutils/dist/bfd/
elf-hppa.h 48 static reloc_howto_type elf_hppa_howto_table[ELF_HOWTO_TABLE_SIZE] = variable
792 howto = &elf_hppa_howto_table[r_type];
820 howto = &elf_hppa_howto_table[r_type];
844 BFD_ASSERT ((int) elf_hppa_howto_table[(int) code].type == (int) code);
845 return &elf_hppa_howto_table[(int) code];
857 i < sizeof (elf_hppa_howto_table) / sizeof (elf_hppa_howto_table[0]);
859 if (elf_hppa_howto_table[i].name != NULL
860 && strcasecmp (elf_hppa_howto_table[i].name, r_name) == 0)
861 return &elf_hppa_howto_table[i]
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf-hppa.h 48 static reloc_howto_type elf_hppa_howto_table[ELF_HOWTO_TABLE_SIZE] = variable
792 howto = &elf_hppa_howto_table[r_type];
820 howto = &elf_hppa_howto_table[r_type];
844 BFD_ASSERT ((int) elf_hppa_howto_table[(int) code].type == (int) code);
845 return &elf_hppa_howto_table[(int) code];
857 i < sizeof (elf_hppa_howto_table) / sizeof (elf_hppa_howto_table[0]);
859 if (elf_hppa_howto_table[i].name != NULL
860 && strcasecmp (elf_hppa_howto_table[i].name, r_name) == 0)
861 return &elf_hppa_howto_table[i]
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf-hppa.h 48 static reloc_howto_type elf_hppa_howto_table[ELF_HOWTO_TABLE_SIZE] = variable
792 howto = &elf_hppa_howto_table[r_type];
820 howto = &elf_hppa_howto_table[r_type];
844 BFD_ASSERT ((int) elf_hppa_howto_table[(int) code].type == (int) code);
845 return &elf_hppa_howto_table[(int) code];
857 i < sizeof (elf_hppa_howto_table) / sizeof (elf_hppa_howto_table[0]);
859 if (elf_hppa_howto_table[i].name != NULL
860 && strcasecmp (elf_hppa_howto_table[i].name, r_name) == 0)
861 return &elf_hppa_howto_table[i]
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf-hppa.h 48 static reloc_howto_type elf_hppa_howto_table[ELF_HOWTO_TABLE_SIZE] = variable
792 howto = &elf_hppa_howto_table[r_type];
820 howto = &elf_hppa_howto_table[r_type];
844 BFD_ASSERT ((int) elf_hppa_howto_table[(int) code].type == (int) code);
845 return &elf_hppa_howto_table[(int) code];
857 i < sizeof (elf_hppa_howto_table) / sizeof (elf_hppa_howto_table[0]);
859 if (elf_hppa_howto_table[i].name != NULL
860 && strcasecmp (elf_hppa_howto_table[i].name, r_name) == 0)
861 return &elf_hppa_howto_table[i]
    [all...]

Completed in 17 milliseconds