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 macro291 if (D->pclabels[pc] > 0) return DASM_S_UNDEF_PC|pc; in dasm_link()
45 #define DASM_S_UNDEF_PC 0x22000000 macro360 if (D->pclabels[pc] > 0) return DASM_S_UNDEF_PC|pc; in dasm_link()
41 #define DASM_S_UNDEF_PC 0x22000000 macro299 if (D->pclabels[pc] > 0) return DASM_S_UNDEF_PC|pc; in dasm_link()
905 case DASM_S_UNDEF_PC: in handle_dasm_error()
Completed in 23 milliseconds