@@ -31,15 +31,15 @@ __BEGIN_DECLS
31
31
#define FIRCLSUUIDStringLength (33)
32
32
33
33
typedef struct {
34
- _Atomic (void * ) volatile baseAddress ;
34
+ _Atomic (void * ) volatile baseAddress ;
35
35
uint64_t size ;
36
36
#if CLS_DWARF_UNWINDING_SUPPORTED
37
- const void * ehFrame ;
37
+ const void * ehFrame ;
38
38
#endif
39
39
#if CLS_COMPACT_UNWINDING_SUPPORTED
40
- const void * unwindInfo ;
40
+ const void * unwindInfo ;
41
41
#endif
42
- const void * crashInfo ;
42
+ const void * crashInfo ;
43
43
#if CLS_BINARY_IMAGE_RUNTIME_NODE_RECORD_NAME
44
44
char name [CLS_BINARY_IMAGE_RUNTIME_NODE_NAME_SIZE ];
45
45
#endif
@@ -56,7 +56,7 @@ typedef struct {
56
56
} FIRCLSBinaryImageDetails ;
57
57
58
58
typedef struct {
59
- const char * path ;
59
+ const char * path ;
60
60
} FIRCLSBinaryImageReadOnlyContext ;
61
61
62
62
typedef struct {
@@ -68,13 +68,13 @@ void FIRCLSBinaryImageInit(void);
68
68
69
69
#if CLS_COMPACT_UNWINDING_SUPPORTED
70
70
bool FIRCLSBinaryImageSafeFindImageForAddress (uintptr_t address ,
71
- FIRCLSBinaryImageRuntimeNode * image );
72
- bool FIRCLSBinaryImageSafeHasUnwindInfo (FIRCLSBinaryImageRuntimeNode * image );
71
+ FIRCLSBinaryImageRuntimeNode * image );
72
+ bool FIRCLSBinaryImageSafeHasUnwindInfo (FIRCLSBinaryImageRuntimeNode * image );
73
73
#endif
74
74
75
- bool FIRCLSBinaryImageFindImageForUUID (const char * uuidString ,
76
- FIRCLSBinaryImageDetails * imageDetails );
75
+ bool FIRCLSBinaryImageFindImageForUUID (const char * uuidString ,
76
+ FIRCLSBinaryImageDetails * imageDetails );
77
77
78
- bool FIRCLSBinaryImageRecordMainExecutable (FIRCLSFile * file );
78
+ bool FIRCLSBinaryImageRecordMainExecutable (FIRCLSFile * file );
79
79
80
80
__END_DECLS
0 commit comments