Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/probes/kprobes/
H A Dopt-arm.c187 unsigned long rel_chk; in NOKPROBE_SYMBOL() local
223 rel_chk = (unsigned long)((long)code - in NOKPROBE_SYMBOL()
226 if ((rel_chk != 0) && (rel_chk != 0xfe000000)) { in NOKPROBE_SYMBOL()