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

/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-dlx.c236 static reloc_howto_type dlx_elf_howto_table[]= variable
487 return &dlx_elf_howto_table[(int) dlx_reloc_map[i].elf_reloc_val];
512 i < sizeof (dlx_elf_howto_table) / sizeof (dlx_elf_howto_table[0]);
514 if (dlx_elf_howto_table[i].name != NULL
515 && strcasecmp (dlx_elf_howto_table[i].name, r_name) == 0)
516 return &dlx_elf_howto_table[i];
551 return & dlx_elf_howto_table[r_type];
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-dlx.c236 static reloc_howto_type dlx_elf_howto_table[]= variable
487 return &dlx_elf_howto_table[(int) dlx_reloc_map[i].elf_reloc_val];
512 i < sizeof (dlx_elf_howto_table) / sizeof (dlx_elf_howto_table[0]);
514 if (dlx_elf_howto_table[i].name != NULL
515 && strcasecmp (dlx_elf_howto_table[i].name, r_name) == 0)
516 return &dlx_elf_howto_table[i];
551 return & dlx_elf_howto_table[r_type];
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-dlx.c236 static reloc_howto_type dlx_elf_howto_table[]= variable
487 return &dlx_elf_howto_table[(int) dlx_reloc_map[i].elf_reloc_val];
512 i < sizeof (dlx_elf_howto_table) / sizeof (dlx_elf_howto_table[0]);
514 if (dlx_elf_howto_table[i].name != NULL
515 && strcasecmp (dlx_elf_howto_table[i].name, r_name) == 0)
516 return &dlx_elf_howto_table[i];
551 return & dlx_elf_howto_table[r_type];
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-dlx.c236 static reloc_howto_type dlx_elf_howto_table[]= variable
487 return &dlx_elf_howto_table[(int) dlx_reloc_map[i].elf_reloc_val];
512 i < sizeof (dlx_elf_howto_table) / sizeof (dlx_elf_howto_table[0]);
514 if (dlx_elf_howto_table[i].name != NULL
515 && strcasecmp (dlx_elf_howto_table[i].name, r_name) == 0)
516 return &dlx_elf_howto_table[i];
551 return & dlx_elf_howto_table[r_type];

Completed in 109 milliseconds