Home
last modified time | relevance | path

Searched refs:poc_handler (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gas/
H A Dread.c1127 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 …]
H A Das.h427 void (*poc_handler) (int); member
H A DChangeLog-92959453 (pseudo_typeS): Add prototype to poc_handler field.
10054 pseudo-op with a poc_handler field of NULL, ignore it and treat it
10057 poc_handler field.
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Dread.c1103 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 …]
H A Das.h399 void (*poc_handler) (int); member
H A DChangeLog-92959453 (pseudo_typeS): Add prototype to poc_handler field.
10054 pseudo-op with a poc_handler field of NULL, ignore it and treat it
10057 poc_handler field.
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-z8k.c1265 (p->poc_handler) (p->poc_val); in md_assemble()
H A Dtc-m68k.c1387 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()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-z8k.c1265 (p->poc_handler) (p->poc_val); in md_assemble()
H A Dtc-m68k.c1389 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()