Home
last modified time | relevance | path

Searched refs:EBADARCH (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Modules/
H A Derrnomodule.c879 #ifdef EBADARCH in errno_exec()
880 add_errcode("EBADARCH", EBADARCH, "Bad CPU type in executable"); in errno_exec()
/third_party/rust/crates/nix/src/
H A Derrno.rs1028 EBADARCH => "Bad CPU type in executable",
1500 EBADARCH = libc::EBADARCH,
1618 libc::EBADARCH => EBADARCH,
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs3051 pub const EBADARCH: ::c_int = 86; consts

Completed in 18 milliseconds