Searched refs:DASM_S_UNDEF_PC (Results 1 – 6 of 6) sorted by relevance
42 #define DASM_S_UNDEF_PC 0x22000000 macro270 if (D->pclabels[pc] > 0) return DASM_S_UNDEF_PC|pc; in dasm_link()
42 #define DASM_S_UNDEF_PC 0x22000000 macro274 if (D->pclabels[pc] > 0) return DASM_S_UNDEF_PC|pc; in dasm_link()
43 #define DASM_S_UNDEF_PC 0x22000000 macro290 if (D->pclabels[pc] > 0) return DASM_S_UNDEF_PC|pc; in dasm_link()
43 #define DASM_S_UNDEF_PC 0x22000000 macro345 if (D->pclabels[pc] > 0) return DASM_S_UNDEF_PC|pc; in dasm_link()
41 #define DASM_S_UNDEF_PC 0x22000000 macro290 if (D->pclabels[pc] > 0) return DASM_S_UNDEF_PC|pc; in dasm_link()
317 case DASM_S_UNDEF_PC: in handle_dasm_error()
Completed in 41 milliseconds