Searched refs:poc_handler (Results 1 – 10 of 10) sorted by relevance
757 if (pop && !pop->poc_handler) in read_a_source_file()765 || !((pop->poc_handler == cons in read_a_source_file()767 || (pop->poc_handler == s_space in read_a_source_file()772 || pop->poc_handler == s_if in read_a_source_file()773 || pop->poc_handler == s_ifdef in read_a_source_file()774 || pop->poc_handler == s_ifc in read_a_source_file()775 || pop->poc_handler == s_ifeqs in read_a_source_file()776 || pop->poc_handler == s_else in read_a_source_file()777 || pop->poc_handler == s_endif in read_a_source_file()778 || pop->poc_handler == s_globl in read_a_source_file()[all …]
511 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.
850 if (pop && !pop->poc_handler) in read_a_source_file()858 || !((pop->poc_handler == cons in read_a_source_file()860 || (pop->poc_handler == s_space in read_a_source_file()865 || pop->poc_handler == s_if in read_a_source_file()866 || pop->poc_handler == s_ifdef in read_a_source_file()867 || pop->poc_handler == s_ifc in read_a_source_file()868 || pop->poc_handler == s_ifeqs in read_a_source_file()869 || pop->poc_handler == s_else in read_a_source_file()870 || pop->poc_handler == s_endif in read_a_source_file()871 || pop->poc_handler == s_globl in read_a_source_file()[all …]
476 void (*poc_handler) (int); member
1236 (p->poc_handler) (p->poc_val); in md_assemble()
1089 mote_pseudo_table[opcode->m_opnum].poc_handler5194 return (pop->poc_handler == s_mri_if5195 || pop->poc_handler == s_mri_else);
1226 (p->poc_handler) (p->poc_val); in md_assemble()
1158 mote_pseudo_table[opcode->m_opnum].poc_handler in m68k_ip()5250 return (pop->poc_handler == s_mri_if in m68k_conditional_pseudoop()5251 || pop->poc_handler == s_mri_else); in m68k_conditional_pseudoop()