Home
last modified time | relevance | path

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

/bionic/libc/seccomp/
Dseccomp_policy.cpp139 auto u8_jump_length = (__u8) jump_length; in SetValidateArchitectureJumpTarget() local
140 if (u8_jump_length != jump_length) { in SetValidateArchitectureJumpTarget()
145 f[offset] = BPF_JUMP(BPF_JMP|BPF_JEQ|BPF_K, SECONDARY_ARCH, u8_jump_length, 0); in SetValidateArchitectureJumpTarget()