Home | History | Annotate | Download | only in gas

Lines Matching defs:byte

39 	.4byte	.LLCIE1	/ Length of Common Information Entry
42 .4byte 0x0 / CIE Identifier Tag
44 .4byte 0xffffffff / CIE Identifier Tag
46 .byte 0x1 / CIE Version
47 .byte 0x0 / CIE Augmentation (none)
48 .byte 0x1 / ULEB128 0x1 (CIE Code Alignment Factor)
49 .byte 0x7c / SLEB128 -4 (CIE Data Alignment Factor)
50 .byte 0x8 / CIE RA Column
51 .byte 0xc / DW_CFA_def_cfa
52 .byte 0x4 / ULEB128 0x4
53 .byte 0x4 / ULEB128 0x4
54 .byte 0x88 / DW_CFA_offset, column 0x8
55 .byte 0x1 / ULEB128 0x1
59 .4byte .LLFDE1 / FDE Length
61 .4byte .LSFDE1-__FRAME_BEGIN__ / FDE CIE offset
62 .4byte .LFB1 / FDE initial location
63 .4byte .LFE1-.LFB1 / FDE address range
64 .byte 0x4 / DW_CFA_advance_loc4
65 .4byte .LCFI0-.LFB1
66 .byte 0xe / DW_CFA_def_cfa_offset
67 .byte 0x8 / ULEB128 0x8
68 .byte 0x85 / DW_CFA_offset, column 0x5
69 .byte 0x2 / ULEB128 0x2
70 .byte 0x4 / DW_CFA_advance_loc4
71 .4byte .LCFI1-.LCFI0
72 .byte 0xd / DW_CFA_def_cfa_register
73 .byte 0x5 / ULEB128 0x5
74 .byte 0x4 / DW_CFA_advance_loc4
75 .4byte .LCFI2-.LCFI1
76 .byte 0x2e / DW_CFA_GNU_args_size
77 .byte 0x4 / ULEB128 0x4
78 .byte 0x4 / DW_CFA_advance_loc4
79 .4byte .LCFI3-.LCFI2
80 .byte 0x2e / DW_CFA_GNU_args_size
81 .byte 0x0 / ULEB128 0x0
87 DW_CFA_advance_loc4 followed by a four byte value. The value is
217 it isn't a single byte, forget it. */
246 look for a single byte DW_CFA_advance_loc4 followed by a 4 byte
356 unsigned char byte = exp->X_add_number;
357 d->aug_size |= (byte & 0x7f) << d->aug_shift;
359 if ((byte & 0x80) == 0)