Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gas/
H A Dread.c757 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 …]
H A Das.h511 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.
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A Dread.c850 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 …]
H A Das.h476 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.
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-z8k.c1236 (p->poc_handler) (p->poc_val); in md_assemble()
H A Dtc-m68k.c1089 mote_pseudo_table[opcode->m_opnum].poc_handler
5194 return (pop->poc_handler == s_mri_if
5195 || pop->poc_handler == s_mri_else);
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-z8k.c1226 (p->poc_handler) (p->poc_val); in md_assemble()
H A Dtc-m68k.c1158 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()