Searched refs:DASM_REL_A (Results 1 – 1 of 1) sorted by relevance
22 DASM_VREG, DASM_SPACE, DASM_SETLABEL, DASM_REL_A, DASM_REL_LG, DASM_REL_PC, enumerator194 } else if (action <= DASM_REL_A) { in dasm_put()201 case DASM_REL_A: /* Assumes ptrdiff_t is int. !x64 */ in dasm_put()340 case DASM_SETLABEL: case DASM_REL_A: case DASM_IMM_PC: case DASM_IMM_PC64: in dasm_link()435 case DASM_REL_A: rel_a: n -= (int)(ptrdiff_t)(cp+4); goto wd; /* !x64 */ in dasm_encode()
Completed in 14 milliseconds