5 .type _strlen,@function
7 movm [d2,d3,a2,a3],(sp)
11 #ifndef __OPTIMIZE_SIZE__
45 .size _strlen, .Lend_of_strlen - _strlen
47 .section .debug_frame,"",@progbits
48 .Lstart_of_debug_frame:
49 # Common Information Entry (CIE)
50 .4byte .Lend_of_CIE - .Lstart_of_CIE # CIE Length
52 .4byte 0xffffffff # CIE Identifier Tag
53 .byte 0x1 # CIE Version
54 .ascii "\0" # CIE Augmentation
55 .uleb128 0x1 # CIE Code Alignment Factor
56 .sleb128 -4 # CIE Data Alignment Factor
57 .byte 0x32 # CIE RA Column
58 .byte 0xc # DW_CFA_def_cfa
61 .byte 0xb2 # DW_CFA_offset, column 0x32
66 # Frame Description Entry (FDE)
67 .4byte .Lend_of_FDE - .Lstart_of_FDE # FDE Length
69 .4byte .Lstart_of_debug_frame # FDE CIE offset
70 .4byte _strlen # FDE initial location
71 .4byte .Lend_of_strlen - _strlen # FDE address range
72 .byte 0x4 # DW_CFA_advance_loc4
73 .4byte .Lend_of_prologue - _strlen
74 .byte 0xe # DW_CFA_def_cfa_offset
76 .byte 0x87 # DW_CFA_offset, column 0x7