Home
last modified time | relevance | path

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

/bionic/libc/seccomp/
Dseccomp_policy.cpp138 size_t jump_length = f.size() - offset - 1; in SetValidateArchitectureJumpTarget() local
139 auto u8_jump_length = (__u8) jump_length; in SetValidateArchitectureJumpTarget()
140 if (u8_jump_length != jump_length) { in SetValidateArchitectureJumpTarget()
142 << "Can't set jump greater than 255 - actual jump is " << jump_length; in SetValidateArchitectureJumpTarget()