Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/
Dread.c994 if (pop != NULL && pop->poc_handler == NULL) in read_a_source_file()
1009 if (pop && !pop->poc_handler) in read_a_source_file()
1017 || !((pop->poc_handler == cons in read_a_source_file()
1019 || (pop->poc_handler == s_space in read_a_source_file()
1024 || pop->poc_handler == s_if in read_a_source_file()
1025 || pop->poc_handler == s_ifdef in read_a_source_file()
1026 || pop->poc_handler == s_ifc in read_a_source_file()
1027 || pop->poc_handler == s_ifeqs in read_a_source_file()
1028 || pop->poc_handler == s_else in read_a_source_file()
1029 || pop->poc_handler == s_endif in read_a_source_file()
[all …]
Das.h438 void (*poc_handler) (int); member
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.
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-z8k.c1247 (p->poc_handler) (p->poc_val); in md_assemble()
Dtc-m68k.c1473 mote_pseudo_table[opcode->m_opnum].poc_handler in m68k_ip()
5692 return (pop->poc_handler == s_mri_if in m68k_conditional_pseudoop()
5693 || pop->poc_handler == s_mri_else); in m68k_conditional_pseudoop()