Home | History | Annotate | Download | only in mach-o

Lines Matching full:bits

44 // architecture independent bits
61 // 4-bits: 0=old, 1=ebp based, 2=stack-imm, 3=stack-ind, 4=dwarf
63 // 15-bits (5*3-bits per reg) register permutation
64 // 8-bits for stack offset
66 // 8-bits stack size
67 // 3-bits stack adjust
68 // 3-bits register count
69 // 10-bits register permutation
108 // is encoded in the UNWIND_X86_EBP_FRAME_OFFSET bits. The registers saved
109 // are encoded in the UNWIND_X86_EBP_FRAME_REGISTERS bits as five 3-bit entries.
130 // No compact unwind encoding is available. Instead the low 24-bits of the
196 // 4-bits: 0=old, 1=rbp based, 2=stack-imm, 3=stack-ind, 4=dwarf
198 // 15-bits (5*3-bits per reg) register permutation
199 // 8-bits for stack offset
201 // 8-bits stack size
202 // 3-bits stack adjust
203 // 3-bits register count
204 // 10-bits register permutation
242 // is encoded in the UNWIND_X86_64_RBP_FRAME_OFFSET bits. The registers saved
243 // are encoded in the UNWIND_X86_64_RBP_FRAME_REGISTERS bits as five 3-bit entries.
264 // No compact unwind encoding is available. Instead the low 24-bits of the
278 // 4-bits: 4=frame-based, 3=dwarf, 2=frameless
280 // 12-bits of stack size
282 // 4-bits D reg pairs saved
283 // 5-bits X reg pairs saved
285 // 24-bits offset of dwarf FDE in __eh_frame section
319 // non-volatile registers) divided by 16 is encoded in the bits
322 // No compact unwind encoding is available. Instead the low 24-bits of the
353 // The length and encoding fields are 32-bits. The other are all pointer sized.