Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.34/gas/
H A Dread.c1070 if (pop != NULL && pop->poc_handler == NULL) in read_a_source_file()
1085 if (pop && !pop->poc_handler) in read_a_source_file()
1093 || !((pop->poc_handler == cons in read_a_source_file()
1095 || (pop->poc_handler == s_space in read_a_source_file()
1100 || pop->poc_handler == s_if in read_a_source_file()
1101 || pop->poc_handler == s_ifdef in read_a_source_file()
1102 || pop->poc_handler == s_ifc in read_a_source_file()
1103 || pop->poc_handler == s_ifeqs in read_a_source_file()
1104 || pop->poc_handler == s_else in read_a_source_file()
1105 || pop->poc_handler == s_endif in read_a_source_file()
[all …]
H A Das.h432 void (*poc_handler) (int); member
/dflybsd-src/contrib/binutils-2.27/gas/
H A Dread.c1068 if (pop != NULL && pop->poc_handler == NULL) in read_a_source_file()
1083 if (pop && !pop->poc_handler) in read_a_source_file()
1091 || !((pop->poc_handler == cons in read_a_source_file()
1093 || (pop->poc_handler == s_space in read_a_source_file()
1098 || pop->poc_handler == s_if in read_a_source_file()
1099 || pop->poc_handler == s_ifdef in read_a_source_file()
1100 || pop->poc_handler == s_ifc in read_a_source_file()
1101 || pop->poc_handler == s_ifeqs in read_a_source_file()
1102 || pop->poc_handler == s_else in read_a_source_file()
1103 || pop->poc_handler == s_endif in read_a_source_file()
[all …]
H A Das.h422 void (*poc_handler) (int); member