Home
last modified time | relevance | path

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

/rust-libc-0.2.174/src/unix/bsd/netbsdlike/netbsd/
H A Dmips.rs2 use crate::PT_FIRSTMACH;
8 pub const PT_GETREGS: c_int = PT_FIRSTMACH + 1;
9 pub const PT_SETREGS: c_int = PT_FIRSTMACH + 2;
10 pub const PT_GETFPREGS: c_int = PT_FIRSTMACH + 3;
11 pub const PT_SETFPREGS: c_int = PT_FIRSTMACH + 4;
H A Dx86_64.rs2 use crate::PT_FIRSTMACH;
25 pub const PT_STEP: c_int = PT_FIRSTMACH + 0;
26 pub const PT_GETREGS: c_int = PT_FIRSTMACH + 1;
27 pub const PT_SETREGS: c_int = PT_FIRSTMACH + 2;
28 pub const PT_GETFPREGS: c_int = PT_FIRSTMACH + 3;
29 pub const PT_SETFPREGS: c_int = PT_FIRSTMACH + 4;
H A Dpowerpc.rs2 use crate::PT_FIRSTMACH;
8 pub const PT_STEP: c_int = PT_FIRSTMACH + 0;
9 pub const PT_GETREGS: c_int = PT_FIRSTMACH + 1;
10 pub const PT_SETREGS: c_int = PT_FIRSTMACH + 2;
H A Driscv64.rs1 use PT_FIRSTMACH;
27 pub const PT_GETREGS: c_int = PT_FIRSTMACH + 0;
28 pub const PT_SETREGS: c_int = PT_FIRSTMACH + 1;
29 pub const PT_GETFPREGS: c_int = PT_FIRSTMACH + 2;
30 pub const PT_SETFPREGS: c_int = PT_FIRSTMACH + 3;
H A Darm.rs2 use crate::PT_FIRSTMACH;
8 pub const PT_GETREGS: c_int = PT_FIRSTMACH + 1;
9 pub const PT_SETREGS: c_int = PT_FIRSTMACH + 2;
10 pub const PT_GETFPREGS: c_int = PT_FIRSTMACH + 3;
11 pub const PT_SETFPREGS: c_int = PT_FIRSTMACH + 4;
H A Daarch64.rs2 use crate::PT_FIRSTMACH;
70 pub const PT_GETREGS: c_int = PT_FIRSTMACH + 0;
71 pub const PT_SETREGS: c_int = PT_FIRSTMACH + 1;
72 pub const PT_GETFPREGS: c_int = PT_FIRSTMACH + 2;
73 pub const PT_SETFPREGS: c_int = PT_FIRSTMACH + 3;
H A Dmod.rs2171 pub const PT_FIRSTMACH: c_int = 32; constant
/rust-libc-0.2.174/src/unix/bsd/netbsdlike/openbsd/
H A Dx86_64.rs2 use crate::PT_FIRSTMACH;
105 pub const PT_STEP: c_int = PT_FIRSTMACH + 0;
106 pub const PT_GETREGS: c_int = PT_FIRSTMACH + 1;
107 pub const PT_SETREGS: c_int = PT_FIRSTMACH + 2;
108 pub const PT_GETFPREGS: c_int = PT_FIRSTMACH + 3;
109 pub const PT_SETFPREGS: c_int = PT_FIRSTMACH + 4;
H A Dmod.rs1668 pub const PT_FIRSTMACH: c_int = 32; constant
/rust-libc-0.2.174/libc-test/semver/
H A Dopenbsd.txt685 PT_FIRSTMACH
H A Dnetbsd.txt848 PT_FIRSTMACH
H A Ddragonfly.txt796 PT_FIRSTMACH
H A Dfreebsd.txt1101 PT_FIRSTMACH
H A Dapple.txt1150 PT_FIRSTMACH
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/dragonfly/
H A Dmod.rs1011 pub const PT_FIRSTMACH: c_int = 32; constant
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs2975 pub const PT_FIRSTMACH: c_int = 64; constant
/rust-libc-0.2.174/src/unix/bsd/apple/
H A Dmod.rs2983 pub const PT_FIRSTMACH: c_int = 32; constant