Home
last modified time | relevance | path

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

/external/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
Dx86_64.rs1 use PT_FIRSTMACH;
20 pub const PT_STEP: ::c_int = PT_FIRSTMACH + 0;
21 pub const PT_GETREGS: ::c_int = PT_FIRSTMACH + 1;
22 pub const PT_SETREGS: ::c_int = PT_FIRSTMACH + 2;
23 pub const PT_GETFPREGS: ::c_int = PT_FIRSTMACH + 3;
24 pub const PT_SETFPREGS: ::c_int = PT_FIRSTMACH + 4;
Dmod.rs1386 pub const PT_FIRSTMACH: ::c_int = 32; constant
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dx86_64.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;
22 pub const PT_GETFPREGS: ::c_int = PT_FIRSTMACH + 3;
23 pub const PT_SETFPREGS: ::c_int = PT_FIRSTMACH + 4;
Daarch64.rs1 use PT_FIRSTMACH;
19 pub const PT_GETREGS: ::c_int = PT_FIRSTMACH + 0;
20 pub const PT_SETREGS: ::c_int = PT_FIRSTMACH + 1;
21 pub const PT_GETFPREGS: ::c_int = PT_FIRSTMACH + 2;
22 pub const PT_SETFPREGS: ::c_int = PT_FIRSTMACH + 3;
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;
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;
Dmod.rs1742 pub const PT_FIRSTMACH: ::c_int = 32; constant
/external/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs656 pub const PT_FIRSTMACH: ::c_int = 32; constant
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs736 pub const PT_FIRSTMACH: ::c_int = 64; constant
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs1627 pub const PT_FIRSTMACH: ::c_int = 32; constant