Searched refs:codeptr (Results 1 – 3 of 3) sorted by relevance
141 unsigned char *codeptr; in write_idt_stub() local143 codeptr = (unsigned char *)target; in write_idt_stub()144 memcpy(codeptr, &__idt_handler, __idt_handler_size); in write_idt_stub()145 codeptr[3] = intnum; /* modify int# in the code stub. */ in write_idt_stub()
517 *codeptr; /* Pointer into copy of code */ in _cupsRasterExecPS() local544 codeptr = codecopy; in _cupsRasterExecPS()546 while ((obj = scan_ps(st, &codeptr)) != NULL) in _cupsRasterExecPS()
5195 compile_branch(uint32_t *optionsptr, PCRE2_UCHAR **codeptr, uint32_t **pptrptr, in compile_branch() argument5217 PCRE2_UCHAR *code = *codeptr; in compile_branch()5378 *codeptr = code; in compile_branch()7827 compile_regex(uint32_t options, PCRE2_UCHAR **codeptr, uint32_t **pptrptr, in compile_regex() argument7832 PCRE2_UCHAR *code = *codeptr; in compile_regex()8047 *codeptr = code; in compile_regex()8076 code = *codeptr + 1 + LINK_SIZE + skipunits; in compile_regex()