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.h128 abort_label, version, flags, \ argument
137 "b %l[" __rseq_str(abort_label) "]\n\t"
139 #define RSEQ_ASM_DEFINE_ABORT(table_label, label, teardown, abort_label, \ argument
142 abort_label, 0x0, 0x0, start_ip, \
Drseq-mips.h133 abort_label, version, flags, \ argument
144 "b %l[" __rseq_str(abort_label) "]\n\t"
146 #define RSEQ_ASM_DEFINE_ABORT(table_label, label, teardown, abort_label, \ argument
149 abort_label, 0x0, 0x0, start_ip, \
Drseq-x86.h96 #define RSEQ_ASM_DEFINE_ABORT(label, teardown, abort_label) \ argument
103 "jmp %l[" __rseq_str(abort_label) "]\n\t" \
617 #define RSEQ_ASM_DEFINE_ABORT(label, teardown, abort_label) \ argument
624 "jmp %l[" __rseq_str(abort_label) "]\n\t" \
Drseq-s390.h122 #define RSEQ_ASM_DEFINE_ABORT(label, teardown, abort_label) \ argument
127 "jg %l[" __rseq_str(abort_label) "]\n\t" \
Drseq-arm64.h135 #define RSEQ_ASM_DEFINE_ABORT(label, abort_label) \ argument
139 " b %l[" __rseq_str(abort_label) "]\n" \
Drseq-ppc.h143 #define RSEQ_ASM_DEFINE_ABORT(label, abort_label) \ argument
147 "b %l[" __rseq_str(abort_label) "]\n\t" \
/external/pcre/dist2/src/
Dpcre2_jit_compile.c458 struct sljit_label *abort_label; member
5162 SLJIT_ASSERT(common->abort_label == NULL); in mainloop_entry()
9585 if (common->abort_label == NULL) in compile_callout_matchingpath()
9588 JUMPTO(SLJIT_NOT_EQUAL32 /* SIG_LESS */, common->abort_label); in compile_callout_matchingpath()
13799 common->quit_label = common->abort_label = LABEL(); in jit_compile()
13803 set_jumps(common->abort, common->abort_label); in jit_compile()
13805 SET_LABEL(minlength_check_failed, common->abort_label); in jit_compile()
13815 JUMPTO(SLJIT_JUMP, common->abort_label); in jit_compile()