Home
last modified time | relevance | path

Searched refs:PT_FIRSTMACH (Results 1 - 10 of 10) sorted by relevance

/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dx86_64.rs1 use PT_FIRSTMACH;
36 pub const PT_STEP: ::c_int = PT_FIRSTMACH + 0;
37 pub const PT_GETREGS: ::c_int = PT_FIRSTMACH + 1;
38 pub const PT_SETREGS: ::c_int = PT_FIRSTMACH + 2;
39 pub const PT_GETFPREGS: ::c_int = PT_FIRSTMACH + 3;
40 pub const PT_SETFPREGS: ::c_int = PT_FIRSTMACH + 4;
H A Darm.rs1 use PT_FIRSTMACH;
19 pub const PT_GETREGS: ::c_int = PT_FIRSTMACH + 1;
20 pub const PT_SETREGS: ::c_int = PT_FIRSTMACH + 2;
21 pub const PT_GETFPREGS: ::c_int = PT_FIRSTMACH + 3;
22 pub const PT_SETFPREGS: ::c_int = PT_FIRSTMACH + 4;
H A Dpowerpc.rs1 use PT_FIRSTMACH;
19 pub const PT_STEP: ::c_int = PT_FIRSTMACH + 0;
20 pub const PT_GETREGS: ::c_int = PT_FIRSTMACH + 1;
21 pub const PT_SETREGS: ::c_int = PT_FIRSTMACH + 2;
H A Daarch64.rs1 use PT_FIRSTMACH;
100 pub const PT_GETREGS: ::c_int = PT_FIRSTMACH + 0;
101 pub const PT_SETREGS: ::c_int = PT_FIRSTMACH + 1;
102 pub const PT_GETFPREGS: ::c_int = PT_FIRSTMACH + 2;
103 pub const PT_SETFPREGS: ::c_int = PT_FIRSTMACH + 3;
H A Dmod.rs2237 pub const PT_FIRSTMACH: ::c_int = 32; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dx86_64.rs1 use PT_FIRSTMACH;
126 pub const PT_STEP: ::c_int = PT_FIRSTMACH + 0;
127 pub const PT_GETREGS: ::c_int = PT_FIRSTMACH + 1;
128 pub const PT_SETREGS: ::c_int = PT_FIRSTMACH + 2;
129 pub const PT_GETFPREGS: ::c_int = PT_FIRSTMACH + 3;
130 pub const PT_SETFPREGS: ::c_int = PT_FIRSTMACH + 4;
H A Dmod.rs1601 pub const PT_FIRSTMACH: ::c_int = 32; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
H A Dmod.rs1127 pub const PT_FIRSTMACH: ::c_int = 32; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs2359 pub const PT_FIRSTMACH: ::c_int = 64; consts
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs2830 pub const PT_FIRSTMACH: ::c_int = 32; consts

Completed in 37 milliseconds