Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/rust/macho-unwind-info/src/raw/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 556 B image not shown  

Quelle  consts.rs   Sprache: unbekannt

 
pub const PAGE_KIND_SENTINEL: u32 = 1; // used in the last page, whose first_address is the end address
pub const PAGE_KIND_REGULAR: u32 = 2;
pub const PAGE_KIND_COMPRESSED: u32 = 3;

pub const OPCODE_KIND_NULL: u8 = 0;

pub const OPCODE_KIND_X86_FRAMEBASED: u8 = 1;
pub const OPCODE_KIND_X86_FRAMELESS_IMMEDIATE: u8 = 2;
pub const OPCODE_KIND_X86_FRAMELESS_INDIRECT: u8 = 3;
pub const OPCODE_KIND_X86_DWARF: u8 = 4;

pub const OPCODE_KIND_ARM64_FRAMELESS: u8 = 2;
pub const OPCODE_KIND_ARM64_DWARF: u8 = 3;
pub const OPCODE_KIND_ARM64_FRAMEBASED: u8 = 4;

[ Dauer der Verarbeitung: 0.14 Sekunden  (vorverarbeitet)  ]