Home
last modified time | relevance | path

Searched refs:abort_label (Results 1 – 7 of 7) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/rseq/
Drseq-arm.h58 abort_label, version, flags, \ argument
67 "b %l[" __rseq_str(abort_label) "]\n\t"
69 #define RSEQ_ASM_DEFINE_ABORT(table_label, label, teardown, abort_label, \ argument
72 abort_label, 0x0, 0x0, start_ip, \
Drseq-mips.h83 abort_label, version, flags, \ argument
94 "b %l[" __rseq_str(abort_label) "]\n\t"
96 #define RSEQ_ASM_DEFINE_ABORT(table_label, label, teardown, abort_label, \ argument
99 abort_label, 0x0, 0x0, start_ip, \
Drseq-x86.h62 #define RSEQ_ASM_DEFINE_ABORT(label, teardown, abort_label) \ argument
69 "jmp %l[" __rseq_str(abort_label) "]\n\t" \
544 #define RSEQ_ASM_DEFINE_ABORT(label, teardown, abort_label) \ argument
551 "jmp %l[" __rseq_str(abort_label) "]\n\t" \
Drseq-s390.h83 #define RSEQ_ASM_DEFINE_ABORT(label, teardown, abort_label) \ argument
88 "j %l[" __rseq_str(abort_label) "]\n\t" \
Drseq-ppc.h102 #define RSEQ_ASM_DEFINE_ABORT(label, abort_label) \ argument
106 "b %l[" __rseq_str(abort_label) "]\n\t" \
Drseq-arm64.h106 #define RSEQ_ASM_DEFINE_ABORT(label, abort_label) \ argument
110 " b %l[" __rseq_str(abort_label) "]\n" \
/external/pcre/dist2/src/
Dpcre2_jit_compile.c453 struct sljit_label *abort_label; member
3710 SLJIT_ASSERT(common->abort_label == NULL); in mainloop_entry()
8326 if (common->abort_label == NULL) in compile_callout_matchingpath()
8329 JUMPTO(SLJIT_NOT_EQUAL32 /* SIG_LESS */, common->abort_label); in compile_callout_matchingpath()
12343 common->quit_label = common->abort_label = LABEL(); in jit_compile()
12347 set_jumps(common->abort, common->abort_label); in jit_compile()
12349 SET_LABEL(minlength_check_failed, common->abort_label); in jit_compile()
12357 JUMPTO(SLJIT_JUMP, common->abort_label); in jit_compile()