Searched refs:this_type (Results 1 – 7 of 7) sorted by relevance
518 struct type * this_type; variable524 this_type = value_type (this_val);526 this_type = NULL;527 if (this_type)529 if (TYPE_CODE (this_type) == TYPE_CODE_PTR)531 this_type = TYPE_TARGET_TYPE (this_type);536 current_type = this_type;660 struct type * this_type; variable675 this_type = value_type (this_val);677 this_type = NULL;[all …]
216 #define md_prepare_relax_scan(fragP, address, aim, this_state, this_type) \ argument219 if (aim == 0 && this_type->rlx_forward == 127) \
2162 const relax_typeS *this_type; in msp430_relax_frag() local2184 start_type = this_type = table + this_state; in msp430_relax_frag()2189 for (next_state = this_type->rlx_more; next_state;) in msp430_relax_frag()2190 if (aim >= this_type->rlx_backward) in msp430_relax_frag()2196 this_type = table + this_state; in msp430_relax_frag()2197 next_state = this_type->rlx_more; in msp430_relax_frag()2203 for (next_state = this_type->rlx_more; next_state;) in msp430_relax_frag()2204 if (aim <= this_type->rlx_forward) in msp430_relax_frag()2210 this_type = table + this_state; in msp430_relax_frag()2211 next_state = this_type->rlx_more; in msp430_relax_frag()[all …]
508 const relax_typeS *this_type; in cris_relax_frag() local555 start_type = this_type = table + this_state; in cris_relax_frag()560 for (next_state = this_type->rlx_more; next_state;) in cris_relax_frag()561 if (aim >= this_type->rlx_backward) in cris_relax_frag()567 this_type = table + this_state; in cris_relax_frag()568 next_state = this_type->rlx_more; in cris_relax_frag()574 for (next_state = this_type->rlx_more; next_state;) in cris_relax_frag()575 if (aim <= this_type->rlx_forward) in cris_relax_frag()581 this_type = table + this_state; in cris_relax_frag()582 next_state = this_type->rlx_more; in cris_relax_frag()[all …]
2772 const relax_typeS *this_type; in m68hc11_relax_frag() local2813 start_type = this_type = table + this_state; in m68hc11_relax_frag()2818 for (next_state = this_type->rlx_more; next_state;) in m68hc11_relax_frag()2819 if (aim >= this_type->rlx_backward) in m68hc11_relax_frag()2825 this_type = table + this_state; in m68hc11_relax_frag()2826 next_state = this_type->rlx_more; in m68hc11_relax_frag()2832 for (next_state = this_type->rlx_more; next_state;) in m68hc11_relax_frag()2833 if (aim <= this_type->rlx_forward) in m68hc11_relax_frag()2839 this_type = table + this_state; in m68hc11_relax_frag()2840 next_state = this_type->rlx_more; in m68hc11_relax_frag()[all …]
2046 const relax_typeS *this_type; in relax_frag() local2061 start_type = this_type = table + this_state; in relax_frag()2104 md_prepare_relax_scan (fragP, address, aim, this_state, this_type); in relax_frag()2110 for (next_state = this_type->rlx_more; next_state;) in relax_frag()2111 if (aim >= this_type->rlx_backward) in relax_frag()2117 this_type = table + this_state; in relax_frag()2118 next_state = this_type->rlx_more; in relax_frag()2124 for (next_state = this_type->rlx_more; next_state;) in relax_frag()2125 if (aim <= this_type->rlx_forward) in relax_frag()2131 this_type = table + this_state; in relax_frag()[all …]
685 int this_type) in get_symbol() argument690 if (new_index != last_index || this_type != last_type) in get_symbol()707 last_type = this_type; in get_symbol()