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

  /src/external/gpl3/binutils/dist/bfd/
elf32-m32c.c 48 static reloc_howto_type m32c_elf_howto_table [] = variable
273 return & m32c_elf_howto_table [m32c_reloc_map[i].m32c_reloc_val];
284 i < sizeof (m32c_elf_howto_table) / sizeof (m32c_elf_howto_table[0]);
286 if (m32c_elf_howto_table[i].name != NULL
287 && strcasecmp (m32c_elf_howto_table[i].name, r_name) == 0)
288 return &m32c_elf_howto_table[i];
311 cache_ptr->howto = & m32c_elf_howto_table [r_type];
439 howto = m32c_elf_howto_table + ELF32_R_TYPE (rel->r_info);
572 m32c_elf_howto_table[ELF32_R_TYPE(rel->r_info)].name
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-m32c.c 48 static reloc_howto_type m32c_elf_howto_table [] = variable
273 return & m32c_elf_howto_table [m32c_reloc_map[i].m32c_reloc_val];
284 i < sizeof (m32c_elf_howto_table) / sizeof (m32c_elf_howto_table[0]);
286 if (m32c_elf_howto_table[i].name != NULL
287 && strcasecmp (m32c_elf_howto_table[i].name, r_name) == 0)
288 return &m32c_elf_howto_table[i];
311 cache_ptr->howto = & m32c_elf_howto_table [r_type];
439 howto = m32c_elf_howto_table + ELF32_R_TYPE (rel->r_info);
571 m32c_elf_howto_table[ELF32_R_TYPE(rel->r_info)].name
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf32-m32c.c 48 static reloc_howto_type m32c_elf_howto_table [] = variable
273 return & m32c_elf_howto_table [m32c_reloc_map[i].m32c_reloc_val];
284 i < sizeof (m32c_elf_howto_table) / sizeof (m32c_elf_howto_table[0]);
286 if (m32c_elf_howto_table[i].name != NULL
287 && strcasecmp (m32c_elf_howto_table[i].name, r_name) == 0)
288 return &m32c_elf_howto_table[i];
311 cache_ptr->howto = & m32c_elf_howto_table [r_type];
439 howto = m32c_elf_howto_table + ELF32_R_TYPE (rel->r_info);
571 m32c_elf_howto_table[ELF32_R_TYPE(rel->r_info)].name
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-m32c.c 48 static reloc_howto_type m32c_elf_howto_table [] = variable
273 return & m32c_elf_howto_table [m32c_reloc_map[i].m32c_reloc_val];
284 i < sizeof (m32c_elf_howto_table) / sizeof (m32c_elf_howto_table[0]);
286 if (m32c_elf_howto_table[i].name != NULL
287 && strcasecmp (m32c_elf_howto_table[i].name, r_name) == 0)
288 return &m32c_elf_howto_table[i];
311 cache_ptr->howto = & m32c_elf_howto_table [r_type];
439 howto = m32c_elf_howto_table + ELF32_R_TYPE (rel->r_info);
571 m32c_elf_howto_table[ELF32_R_TYPE(rel->r_info)].name
    [all...]

Completed in 27 milliseconds