Home
last modified time | relevance | path

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

/dports/devel/tass64/64tass-1.56.2625-src/
H A Dinstruction.c871 if ((uval & all_mem) != uval) err_msg_addr_wrap(epoint2); in instruction()
986 if ((uval & all_mem) != uval) err_msg_addr_wrap(epoint2); in instruction()
993 if ((uval & all_mem) != uval) err_msg_addr_wrap(epoint2); in instruction()
997 if ((uval & all_mem) != uval) err_msg_addr_wrap(epoint2); in instruction()
1021 if ((uval & all_mem) != uval) err_msg_addr_wrap(epoint2); in instruction()
1034 else if ((uval & all_mem) != uval) err_msg_addr_wrap(epoint2); in instruction()
1039 if ((uval & all_mem) != uval) err_msg_addr_wrap(epoint2); in instruction()
H A Derror.h85 extern void err_msg_addr_wrap(linepos_t);
H A Dcodeobj.c113 if (addr2 != addr) err_msg_addr_wrap(epoint); in get_code_address()
185 if (addr2 != addr) err_msg_addr_wrap(epoint); in iaddress()
203 if (addr2 != addr) err_msg_addr_wrap(epoint); in uaddress()
481 if (addr2 != addr) err_msg_addr_wrap(epoint); in ldigit()
H A Derror.c1283 void err_msg_addr_wrap(linepos_t epoint) { in err_msg_addr_wrap() function