Home
last modified time | relevance | path

Searched refs:hc (Results 1 – 8 of 8) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-msp430.c3137 struct hcodes_s hc = msp430_hcodes[opcode->insn_opnumb]; in msp430_operands() local
3140 hc = msp430x_hcodes[opcode->insn_opnumb]; in msp430_operands()
3145 bfd_putl16 ((bfd_vma) hc.op0, frag); in msp430_operands()
3146 bfd_putl16 ((bfd_vma) hc.op1, frag+2); in msp430_operands()
3659 struct hcodes_s * hc = NULL; in md_convert_frag() local
3737 for (i = 0; i < 4 && !hc; i++) in md_convert_frag()
3739 hc = msp430x_hcodes + i; in md_convert_frag()
3743 for (i = 0; i < 4 && !hc; i++) in md_convert_frag()
3745 hc = &msp430_hcodes[i]; in md_convert_frag()
3747 if (!hc || !hc->name) in md_convert_frag()
[all …]
/toolchain/binutils/binutils-2.25/gold/
Ddwarf_reader.h186 Abbrev_code(unsigned int t, bool hc) in Abbrev_code()
187 : tag(t), has_children(hc), has_sibling_attribute(false), attributes() in Abbrev_code()
DChangeLog405 2015-04-07 HC Yen <hc.yen@mediatek.com>
/toolchain/binutils/binutils-2.25/elfcpp/
DChangeLog1 2015-04-07 HC Yen <hc.yen@mediatek.com>
/toolchain/binutils/binutils-2.25/cpu/
Dxstormy16.cpu168 (define-psw-field psw-hc h-hc 3)
169 (dnop psw-hc "" (SEM-ONLY) h-hc f-nil)
/toolchain/binutils/binutils-2.25/bfd/
Dvms-alpha.c8484 struct bfd_link_hash_entry *hc = (struct bfd_link_hash_entry *) bh; in alpha_vms_link_output_symbol() local
8489 if (hc->type == bfd_link_hash_warning) in alpha_vms_link_output_symbol()
8491 hc = hc->u.i.link; in alpha_vms_link_output_symbol()
8492 if (hc->type == bfd_link_hash_new) in alpha_vms_link_output_symbol()
8495 h = (struct alpha_vms_link_hash_entry *) hc; in alpha_vms_link_output_symbol()
DChangeLog-91931173 * som.[hc]: Change target vector prefix from "hppa" to "som".
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-929513095 * config/tc-m88k.[hc]: pulled in from hack's unfinished work. These
13098 * config/tc-i860.[hc]: blew off the dust. Something must still be done