Searched refs:poc_handler (Results 1 – 10 of 10) sorted by relevance
1127 if (pop != NULL && pop->poc_handler == NULL) in read_a_source_file()1142 if (pop && !pop->poc_handler) in read_a_source_file()1150 || !((pop->poc_handler == cons in read_a_source_file()1152 || (pop->poc_handler == s_space in read_a_source_file()1157 || pop->poc_handler == s_if in read_a_source_file()1158 || pop->poc_handler == s_ifdef in read_a_source_file()1159 || pop->poc_handler == s_ifc in read_a_source_file()1160 || pop->poc_handler == s_ifeqs in read_a_source_file()1161 || pop->poc_handler == s_else in read_a_source_file()1162 || pop->poc_handler == s_endif in read_a_source_file()[all …]
427 void (*poc_handler) (int); member
9453 (pseudo_typeS): Add prototype to poc_handler field.10054 pseudo-op with a poc_handler field of NULL, ignore it and treat it10057 poc_handler field.
1103 if (pop != NULL && pop->poc_handler == NULL) in read_a_source_file()1118 if (pop && !pop->poc_handler) in read_a_source_file()1126 || !((pop->poc_handler == cons in read_a_source_file()1128 || (pop->poc_handler == s_space in read_a_source_file()1133 || pop->poc_handler == s_if in read_a_source_file()1134 || pop->poc_handler == s_ifdef in read_a_source_file()1135 || pop->poc_handler == s_ifc in read_a_source_file()1136 || pop->poc_handler == s_ifeqs in read_a_source_file()1137 || pop->poc_handler == s_else in read_a_source_file()1138 || pop->poc_handler == s_endif in read_a_source_file()[all …]
399 void (*poc_handler) (int); member
1265 (p->poc_handler) (p->poc_val); in md_assemble()
1387 mote_pseudo_table[opcode->m_opnum].poc_handler in m68k_ip()5523 return (pop->poc_handler == s_mri_if in m68k_conditional_pseudoop()5524 || pop->poc_handler == s_mri_else); in m68k_conditional_pseudoop()
1389 mote_pseudo_table[opcode->m_opnum].poc_handler in m68k_ip()5535 return (pop->poc_handler == s_mri_if in m68k_conditional_pseudoop()5536 || pop->poc_handler == s_mri_else); in m68k_conditional_pseudoop()