rust-le-demo/dos.json
2023-10-29 19:27:06 -05:00

31 lines
788 B
JSON

{
"arch": "x86",
"cpu": "i386",
"data-layout": "e-m:e-p:32:32-p270:32:32-p271:32:32-p272:64:64-f64:32:64-f80:32-n8:16:32-S128",
"dynamic-linking": false,
"executables": true,
"exe-suffix": ".elf",
"linker-flavor": "gcc",
"linker-is-gnu": true,
"llvm-target": "i386-unknown-none-none",
"max-atomic-width": 64,
"position-independent-executables": false,
"relocation-model": "static",
"disable-redzone": true,
"pre-link-args": {
"gcc": [
"-m32",
"-nostdlib",
"-march=i386",
"-Wl,-r"
]
},
"relro-level": "full",
"target-c-int-width": "32",
"target-endian": "little",
"target-pointer-width": "32",
"os": "none",
"vendor": "unknown",
"panic-strategy": "abort"
}