HomeSort by relevance Sort by last modified time
    Searched refs:argno_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/sandbox/linux/seccomp-bpf/
errorcode.cc 40 argno_(argno),
61 return value_ == err.value_ && argno_ == err.argno_ &&
85 } else if (argno_ != err.argno_) {
86 return argno_ < err.argno_;
errorcode.h 137 int argno() const { return argno_; }
181 int argno_; // Syscall arg number that we are inspecting. member in struct:sandbox::ErrorCode::__anon12980::__anon12982
sandbox_bpf.cc 800 if (cond.argno_ < 0 || cond.argno_ >= 6) {
809 BPF_LD + BPF_W + BPF_ABS, SECCOMP_ARG_MSB_IDX(cond.argno_));
812 BPF_LD + BPF_W + BPF_ABS, SECCOMP_ARG_LSB_IDX(cond.argno_));
    [all...]

Completed in 54 milliseconds