Polyspace Code Verification

Developer Report for Project: AL-HLM

Report Author: auto.build

Verification Author(s): auto.build Polyspace Version(s): Polyspace Code Prover 10.1 (R2019b Update 8) Project Version(s): 1.0 Result Folder(s): E:\Kat_Polyspace\634969\config\results\CP

Published 03-Feb-2023 12:34:46


Table of Contents


Chapter 1. Polyspace Code Verification Summary

Table 1.1. Code Metrics Summary

Polyspace Code Metrics

Enabled

Pass/Fail

Table 1.2. Coding Standard Summary - Coding Standard Checker

Coding Standard Checker

Disabled

Pass/Fail

Table 1.3. Run-Time Checks Summary

Run-Time Checks

Enabled

Number of Red Checks

2

Number of Gray Checks

52

Number of Orange Checks

101

Number of Green Checks

1003

Proven

91.3%

Pass/Fail

Table 1.4. Global Variable Summary

Category

Total

Unused variable

1236

Used non-shared variable

137








Developer Name:

Date Reviewed:


Comments









Approved By:

Approved Date:

Chapter 2. Polyspace Run-Time Checks Statistics

Run-Time Checks Summary for AL-HLM - CP

Globally Proven: 91.3%

File

Proven

Green

Red

Gray

Orange

CanIf.c

100.0%

42

0

2

0

main.c

100.0%

42

0

0

0

ComM.c

100.0%

39

0

4

0

Os_CYTXBXX.c

100.0%

32

0

0

0

CanSM.c

100.0%

30

0

1

0

Os_Kernel.c

100.0%

30

0

4

0

Os_Error.c

100.0%

27

0

4

0

EcuM.c

100.0%

24

0

6

0

Os_PortMemProtect.h

100.0%

24

0

0

0

Os_Task.c

100.0%

19

0

1

0

Rte_Partition_EcucPartition_Trusted.c

100.0%

19

0

4

0

Reg_Header.h

100.0%

16

0

2

0

EcuM_Generated_Callouts.c

100.0%

15

0

0

0

Dem.c

100.0%

14

0

1

0

Dcm.c

100.0%

13

0

1

0

Os_Application.c

100.0%

10

0

1

0

Os_Error.h

100.0%

10

0

1

0

Os_PortMemProtect.c

100.0%

10

1

1

0

Os_Application.h

100.0%

9

0

3

0

Fee.c

100.0%

5

0

1

0

Os_InternalTypes.h

100.0%

4

0

0

0

IoHwAb_Adc.c

100.0%

3

0

0

0

Dcm_CallOuts.c

100.0%

2

0

0

0

IoHwAb.c

100.0%

2

0

1

0

Dcm_UDSEcuReset.c

100.0%

1

1

0

0

Os_PCfg.c

100.0%

1

0

0

0

CanTp.c

94.2%

79

0

2

5

Dcm_UDSDiagnosticSession.c

93.8%

13

0

2

1

CanNm.c

87.9%

55

0

3

8

Os_PortAsm.h

87.5%

5

0

2

1

Com_Init.c

85.4%

218

0

5

38

Com_Relative.c

82.1%

174

0

0

38

EcuM_Callout_Stubs.c

61.5%

16

0

0

10

Total

91.3%

1003

2

52

101

Percentage of code checked for run-time errors

Result Set

% Checked

AL-HLM - CP

77%

Chapter 3. Code Metrics

Code Metrics Summary for: AL-HLM - CP

Table 3.1. Project Metrics

Metric

Value

Comments

Number of Recursions

4

Number of Direct Recursions

0

Number of Headers

639

Number of Files

317

Program Maximum Stack Usage

Not computed

Program Minimum Stack Usage

Not computed

Number of Protected Shared Variables

0

Number of Potentially Unprotected Shared Variables

0

Table 3.2. File Metrics

Metric

Values (Min .. Max)

Comments

Comment Density

10 .. 100

Estimated Function Coupling

-139 .. 1241

Number of Lines

49 .. 47313

Number of Lines Without Comment

1 .. 20037

Table 3.3. Function Metrics

Metric

Values (Min .. Max)

Comments

Cyclomatic Complexity

1 .. 118

Higher Estimate of Size of Local Variables

0 .. 1132

Language Scope

1.0 .. 24.6

Lower Estimate of Size of Local Variables

0 .. 1132

Maximum Stack Usage

0 .. 92

Minimum Stack Usage

0 .. 92

Number of Call Levels

1 .. 9

Number of Call Occurrences

0 .. 68

Number of Called Functions

0 .. 39

Number of Calling Functions

0 .. 550

Number of Executable Lines

0 .. 453

Number of Function Parameters

0 .. 11

Number of Goto Statements

0

Number of Instructions

0 .. 270

Number of Lines Within Body

0 .. 1098

Number of Local Non-Static Variables

0 .. 30

Number of Local Static Variables

0 .. 9

Number of Paths

1 .. 2147483647

Number of Return Statements

0 .. 3

Chapter 4. Polyspace Run-Time Checks Results

Proven Run-Time Violations

Table 4.1. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\053_Dcm_DELIVERY\ssc\src\Dcm_UDSEcuReset.c

ID

Check

Function

Line

Col

Detail

Jus

Severity

Status

Comment

83688

Non-initialized local variable

Dcm_DspAfterResetRespTx()

310

25

Error: local variable is not initialized (type: unsigned int 8)

Yes

Low

Justified

Refer Dcm_UDSEcuReset_c_Poly_REF_6

Table 4.2. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\1_Os\src\Os_PortMemProtect.c

ID

Check

Function

Line

Col

Detail

Jus

Severity

Status

Comment

59372

Illegally dereferenced pointer

Os_SwitchToAppHookMode()

332

26

Error: pointer is outside its bounds

Yes

Low

Justified

The Core Id will be fetched directly from Hardware Register to local core variable which is array index variable, so In any case this pointer would not go out of bounds.

Proven Unreachable Code Branches

Table 4.3. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\AppTest\Stub\inc\Reg_Header.h

ID

Check

Function

Line

Col

Detail

Jus

Severity

Status

Comment

59543

Unreachable code

ClearPending_CM4CPUInt()

2284

3

The section of code is unreachable or the condition is redundant.
If-condition always evaluates to true at line 2284 (column 7).
The block is only partially unreachable.

Yes

Low

Justified

Refer Reg_Header_h_Poly_REF_2

59552

Unreachable code

Enable_CM4CPUInt()

2295

2

The section of code is unreachable or the condition is redundant.
If-condition always evaluates to true at line 2295 (column 6).
The block is only partially unreachable.

Yes

Low

Justified

Refer Reg_Header_h_Poly_REF_2

Table 4.4. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\001_Os_DELIVERY_Common\ssc\inc\Os_Error.h

ID

Check

Function

Line

Col

Detail

Jus

Severity

Status

Comment

60368

Unreachable code

Os_CheckISRLockCAllLevel()

106

2

The section of code is unreachable or the condition is redundant.
If-condition always evaluates to true at line 99 (column 6).
Block ends at line 114 (column 2)
The block is only partially unreachable.

Yes

Low

Justified

Code is reviewed for Redundant condition warnings, And observed conditions are valid and as per required functionality.

Table 4.5. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\001_Os_DELIVERY_Common\ssc\src\Os_Error.c

ID

Check

Function

Line

Col

Detail

Jus

Severity

Status

Comment

59119

Unreachable code

Os_ProtectionHookService()

536

2

The section of code is unreachable or the condition is redundant.
If-condition always evaluates to false at line 535 (column 6).
Block ends at line 538 (column 2)

Yes

Low

Justified

Code is reviewed for Redundant condition warnings, And observed conditions are valid and as per required functionality.

59143

Unreachable code

Os_ProtectionHookService()

548

6

The section of code is unreachable or the condition is redundant.
If-condition always evaluates to false at line 546 (column 10).
Block ends at line 551 (column 6)

Yes

Low

Justified

Code is reviewed for Redundant condition warnings, And observed conditions are valid and as per required functionality.

59130

Unreachable code

Os_ProtectionHookService()

559

4

The section of code is unreachable or the condition is redundant.
If-condition always evaluates to true at line 544 (column 8).
Block ends at line 562 (column 4)

Yes

Low

Justified

Code is reviewed for Redundant condition warnings, And observed conditions are valid and as per required functionality.

84502

Unreachable code

Os_ProtectionHookService()

579

2

The section of code is unreachable or the condition is redundant.
If-condition always evaluates to true at line 541 (column 6).
Block ends at line 582 (column 2)

Yes

Low

Justified

Code is reviewed for Redundant condition warnings, And observed conditions are valid and as per required functionality.

Table 4.6. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\001_Os_DELIVERY_Common\ssc\src\Os_Kernel.c

ID

Check

Function

Line

Col

Detail

Jus

Severity

Status

Comment

59302

Unreachable code

Os_ShutdownCore()

1339

2

The section of code is unreachable or the condition is redundant.
If-condition always evaluates to true at line 1339 (column 6).

Yes

Low

Justified

Code is reviewed for Redundant condition warnings, And observed conditions are valid and as per required functionality.

59298

Unreachable code

Os_ShutdownCore()

1339

82

The section of code is unreachable or the condition is redundant.

Yes

Low

Justified

Code is reviewed for Redundant condition warnings, And observed conditions are valid and as per required functionality.

59319

Unreachable code

Os_ShutdownCore()

1389

6

The section of code is unreachable or the condition is redundant.
If-condition always evaluates to true at line 1389 (column 11).

Yes

Low

Justified

Code is reviewed for Redundant condition warnings, And observed conditions are valid and as per required functionality.

59323

Unreachable code

Os_ShutdownCore()

1395

10

The section of code is unreachable or the condition is redundant.
If-condition always evaluates to true at line 1395 (column 14).

Yes

Low

Justified

Code is reviewed for Redundant condition warnings, And observed conditions are valid and as per required functionality.

Table 4.7. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\001_Os_DELIVERY_Common\ssc\src\Os_Task.c

ID

Check

Function

Line

Col

Detail

Jus

Severity

Status

Comment

59438

Unreachable code

Os_GetTaskLock()

1508

6

The section of code is unreachable or the condition is redundant.
If-condition always evaluates to true at line 1508 (column 10).

Yes

Low

Justified

Code is reviewed for Redundant condition warnings, And observed conditions are valid and as per required functionality.

Table 4.8. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\010_EcuM_DELIVERY\ssc\src\EcuM.c

ID

Check

Function

Line

Col

Detail

Jus

Severity

Status

Comment

58468

Unreachable code

EcuM_Init()

546

6

The section of code is unreachable or the condition is redundant.
If-condition always evaluates to false at line 545 (column 11).
Block ends at line 551 (column 6)

Yes

Low

Justified

Refer EcuM_c_Poly_REF_9

58467

Unreachable code

EcuM_Init()

555

8

The section of code is unreachable or the condition is redundant.
If-condition always evaluates to false at line 554 (column 12).
Block ends at line 560 (column 8)

Yes

Low

Justified

Refer EcuM_c_Poly_REF_9

58470

Unreachable code

EcuM_Init()

562

6

The section of code is unreachable or the condition is redundant.
If-condition always evaluates to true at line 562 (column 10).

Yes

Low

Justified

Refer EcuM_c_Poly_REF_9

58486

Unreachable code

EcuM_Init()

584

10

The section of code is unreachable or the condition is redundant.
If-condition always evaluates to false at line 582 (column 14).
Block ends at line 592 (column 10)

Yes

Low

Justified

Refer EcuM_c_Poly_REF_9

58489

Unreachable code

EcuM_Init()

596

8

The section of code is unreachable or the condition is redundant.
If-condition always evaluates to true at line 596 (column 12).

Yes

Low

Justified

Refer EcuM_c_Poly_REF_9

58502

Unreachable code

EcuM_Init()

666

4

The section of code is unreachable or the condition is redundant.
If-condition always evaluates to true at line 505 (column 8).
Block ends at line 668 (column 4)

Yes

Low

Justified

Refer EcuM_c_Poly_REF_9

Table 4.9. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\012_ComM_DELIVERY\ssc\src\ComM.c

ID

Check

Function

Line

Col

Detail

Jus

Severity

Status

Comment

56984

Unreachable code

ComM_Init()

284

4

The section of code is unreachable or the condition is redundant.
If-condition always evaluates to false at line 283 (column 9).
Block ends at line 289 (column 4)

Yes

Unset

No action planned

The section of code is unreachable or the condition is redundant. If-condition always evaluates to false/true at that line.

56981

Unreachable code

ComM_Init()

312

10

The section of code is unreachable or the condition is redundant.
If-condition always evaluates to true at line 312 (column 15).

Yes

Unset

No action planned

The section of code is unreachable or the condition is redundant. If-condition always evaluates to false/true at that line.

56983

Unreachable code

ComM_Init()

320

8

The section of code is unreachable or the condition is redundant.
If-condition always evaluates to false at line 319 (column 12).
Block ends at line 325 (column 8)

Yes

Unset

No action planned

The section of code is unreachable or the condition is redundant. If-condition always evaluates to false/true at that line.

56986

Unreachable code

ComM_Init()

330

2

The section of code is unreachable or the condition is redundant.
If-condition always evaluates to true at line 330 (column 6).

Yes

Unset

No action planned

The section of code is unreachable or the condition is redundant. If-condition always evaluates to false/true at that line.

Table 4.10. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\021_Fee_DELIVERY\ssc\src\Fee.c

ID

Check

Function

Line

Col

Detail

Jus

Severity

Status

Comment

58611

Unreachable code

Fee_Init()

197

2

The section of code is unreachable or the condition is redundant.
If-condition always evaluates to true at line 197 (column 6).

Yes

Low

Justified

Refer Fee_Poly_REF_1

Table 4.11. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\031_CanNm_DELIVERY\ssc\src\CanNm.c

ID

Check

Function

Line

Col

Detail

Jus

Severity

Status

Comment

56605

Unreachable code

CanNm_Init()

299

2

The section of code is unreachable or the condition is redundant.
If-condition always evaluates to true at line 299 (column 6).

Yes

Low

Justified

Refer CanNm_c_Poly_REF_3

56610

Unreachable code

CanNm_Init()

312

4

The section of code is unreachable or the condition is redundant.
If-condition always evaluates to false at line 311 (column 9).
Block ends at line 316 (column 4)

Yes

Low

Justified

Refer CanNm_c_Poly_REF_3

56612

Unreachable code

CanNm_Init()

327

4

The section of code is unreachable or the condition is redundant.
If-condition always evaluates to true at line 327 (column 8).

Yes

Low

Justified

Refer CanNm_c_Poly_REF_3

Table 4.12. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\035_CanTp_DELIVERY\ssc\src\CanTp.c

ID

Check

Function

Line

Col

Detail

Jus

Severity

Status

Comment

56807

Unreachable code

CanTp_Init()

420

2

The section of code is unreachable or the condition is redundant.
If-condition always evaluates to false at line 419 (column 7).
Block ends at line 424 (column 2)

Yes

Low

Justified

Refer CanTp_c_Poly_REF_3

56809

Unreachable code

CanTp_Init()

436

2

The section of code is unreachable or the condition is redundant.
If-condition always evaluates to true at line 436 (column 7).

Yes

Low

Justified

Refer CanTp_c_Poly_REF_3

Table 4.13. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\050_Com_DELIVERY\ssc\src\Com_Init.c

ID

Check

Function

Line

Col

Detail

Jus

Severity

Status

Comment

57119

Unreachable code

Com_InitIpduGroup()

601

2

The section of code is unreachable or the condition is redundant.
If-condition always evaluates to false at line 600 (column 6).
Block ends at line 609 (column 2)
The block is only partially unreachable.

Yes

Low

Justified

Refer Com_Init_c_Poly_REF_5

57125

Unreachable code

Com_InitIpduGroup()

611

2

The section of code is unreachable or the condition is redundant.
If-condition always evaluates to false at line 610 (column 6).
Block ends at line 617 (column 2)
The block is only partially unreachable.

Yes

Low

Justified

Refer Com_Init_c_Poly_REF_5

57131

Unreachable code

Com_InitIpduGroup()

619

2

The section of code is unreachable or the condition is redundant.
If-condition always evaluates to false at line 618 (column 6).
Block ends at line 625 (column 2)
The block is only partially unreachable.

Yes

Low

Justified

Refer Com_Init_c_Poly_REF_5

57137

Unreachable code

Com_InitIpduGroup()

627

2

The section of code is unreachable or the condition is redundant.
If-condition always evaluates to false at line 626 (column 6).
Block ends at line 633 (column 2)
The block is only partially unreachable.

Yes

Low

Justified

Refer Com_Init_c_Poly_REF_5

57143

Unreachable code

Com_Init()

777

4

The section of code is unreachable or the condition is redundant.
If-condition always evaluates to true at line 777 (column 8).

Yes

Low

Justified

Refer Com_Init_c_Poly_REF_5

Table 4.14. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\053_Dcm_DELIVERY\ssc\src\Dcm.c

ID

Check

Function

Line

Col

Detail

Jus

Severity

Status

Comment

57878

Unreachable code

Dcm_Init()

398

2

The section of code is unreachable or the condition is redundant.
If-condition always evaluates to false at line 396 (column 7).
Block ends at line 402 (column 2)

Yes

Low

Justified

Refer Dcm_c_Poly_REF_7

Table 4.15. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\053_Dcm_DELIVERY\ssc\src\Dcm_UDSDiagnosticSession.c

ID

Check

Function

Line

Col

Detail

Jus

Severity

Status

Comment

58077

Unreachable code

Dcm_DspBLOrJumpFromBL()

443

2

The section of code is unreachable or the condition is redundant.
If-condition always evaluates to false at line 442 (column 6).
Block ends at line 503 (column 2)

Yes

Low

Justified

Refer Dcm_UDSDiagnosticSession_c_Poly_REF_6

83674

Unreachable code

Dcm_DspBLOrJumpFromBL()

510

2

The section of code is unreachable or the condition is redundant.
If-condition always evaluates to false at line 509 (column 11).
Block ends at line 525 (column 2)

No

Unset

Unreviewed

Table 4.16. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\054_Dem_DELIVERY\ssc\src\Dem.c

ID

Check

Function

Line

Col

Detail

Jus

Severity

Status

Comment

58169

Unreachable code

Dem_PreInit()

372

4

The section of code is unreachable or the condition is redundant.
If-condition always evaluates to true at line 372 (column 8).

Yes

Low

Justified

Refer Dem_c_Poly_REF_2

Table 4.17. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\060_CanIf_DELIVERY\ssc\src\CanIf.c

ID

Check

Function

Line

Col

Detail

Jus

Severity

Status

Comment

56558

Unreachable code

CanIf_Init()

294

4

The section of code is unreachable or the condition is redundant.
If-condition always evaluates to false at line 293 (column 9).
Block ends at line 298 (column 4)

Yes

Low

Justified

Refer CanIf_c_Poly_REF_2

56516

Unreachable code

CanIf_Init()

567

2

The section of code is unreachable or the condition is redundant.
If-condition always evaluates to true at line 283 (column 6).
Block ends at line 571 (column 2)

Yes

Low

Justified

Refer CanIf_c_Poly_REF_2

Table 4.18. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\140_CanSm_DELIVERY\ssc\src\CanSM.c

ID

Check

Function

Line

Col

Detail

Jus

Severity

Status

Comment

56692

Unreachable code

CanSM_Init()

184

2

The section of code is unreachable or the condition is redundant.
If-condition always evaluates to true at line 184 (column 6).

Yes

Low

Justified

Refer CanSM_c_Poly_REF_3

Table 4.19. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\CDD\254_IoHwAb\ssc\src\IoHwAb.c

ID

Check

Function

Line

Col

Detail

Jus

Severity

Status

Comment

58706

Unreachable code

IoHwAb_Init()

150

3

The section of code is unreachable or the condition is redundant.
If-condition always evaluates to true at line 142 (column 6).

Yes

Low

Justified

Refer IoHwAb_c_Poly_REF_1

Table 4.20. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\1_Os\inc\Os_Application.h

ID

Check

Function

Line

Col

Detail

Jus

Severity

Status

Comment

60305

Unreachable code

Os_CheckAppId()

176

2

The section of code is unreachable or the condition is redundant.
If-condition always evaluates to true at line 176 (column 6).
The block is only partially unreachable.

Yes

Low

Justified

Code is reviewed for Redundant condition warnings, And observed conditions are valid and as per required functionality.

60294

Unreachable code

Os_CheckAppId()

177

2

The section of code is unreachable or the condition is redundant.
If-condition always evaluates to false at line 176 (column 6).
Block ends at line 186 (column 2)
The block is only partially unreachable.

Yes

Low

Justified

Code is reviewed for Redundant condition warnings, And observed conditions are valid and as per required functionality.

60299

Unreachable code

Os_CheckAppId()

178

4

The section of code is unreachable or the condition is redundant.
If-condition always evaluates to true at line 178 (column 8).

Yes

Low

Justified

Code is reviewed for Redundant condition warnings, And observed conditions are valid and as per required functionality.

Table 4.21. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\1_Os\inc\Os_PortAsm.h

ID

Check

Function

Line

Col

Detail

Jus

Severity

Status

Comment

60319

Unreachable code

Os_SwitchToCalleeMode()

437

2

The section of code is unreachable or the condition is redundant.
If-condition always evaluates to false at line 435 (column 6).
Block ends at line 453 (column 2)
The block is only partially unreachable.

Yes

Low

Justified

Code is reviewed for Redundant condition warnings, And observed conditions are valid and as per required functionality.

85486

Unreachable code

Os_SwitchToCalleeMode()

456

2

The section of code is unreachable or the condition is redundant.
If-condition always evaluates to false at line 455 (column 6).
Block ends at line 458 (column 2)
The block is only partially unreachable.

Yes

Low

Justified

Code is reviewed for Redundant condition warnings, And observed conditions are valid and as per required functionality.

Table 4.22. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\1_Os\src\Os_Application.c

ID

Check

Function

Line

Col

Detail

Jus

Severity

Status

Comment

58935

Unreachable code

GetApplicationID()

713

2

The section of code is unreachable or the condition is redundant.
If-condition always evaluates to false at line 712 (column 6).
Block ends at line 715 (column 2)

Yes

Low

Justified

Code is reviewed for Redundant condition warnings, And observed conditions are valid and as per required functionality.

Table 4.23. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\1_Os\src\Os_PortMemProtect.c

ID

Check

Function

Line

Col

Detail

Jus

Severity

Status

Comment

59376

Unreachable code

Os_SwitchToAppHookMode()

325

2

The section of code is unreachable or the condition is redundant.
If-condition always evaluates to true at line 325 (column 6).

Yes

Low

Justified

Code is reviewed for Redundant condition warnings, And observed conditions are valid and as per required functionality.

Table 4.24. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\2_Rte\src\Rte_Partition_EcucPartition_Trusted.c

ID

Check

Function

Line

Col

Detail

Jus

Severity

Status

Comment

59939

Unreachable code

SchM_Enter_Com_TX_IPDU_STATUS_PROTECTION_AREA()

26596

0

The section of code is unreachable or the condition is redundant.
For-condition always evaluates to false at line 26595 (column 31).
Block ends at line 26604 (column 0)

Yes

Unset

No action planned

Refer Rte_Partition_EcucPartition_Trusted_c_Poly_REF_3

85136

Unreachable code

SchM_Enter_Com_TX_IPDU_STATUS_PROTECTION_AREA()

26613

0

The section of code is unreachable or the condition is redundant.
If-condition always evaluates to true at line 26605 (column 4).
Block ends at line 26615 (column 0)

Yes

Unset

No action planned

Refer Rte_Partition_EcucPartition_Trusted_c_Poly_REF_3

59957

Unreachable code

SchM_Exit_Com_TX_IPDU_STATUS_PROTECTION_AREA()

26639

2

The section of code is unreachable or the condition is redundant.
If-condition always evaluates to true at line 26639 (column 5).

Yes

Unset

No action planned

Refer Rte_Partition_EcucPartition_Trusted_c_Poly_REF_3

59964

Unreachable code

SchM_Exit_Com_TX_IPDU_STATUS_PROTECTION_AREA()

26642

2

The section of code is unreachable or the condition is redundant.
If-condition always evaluates to false at line 26641 (column 5).

Yes

Unset

No action planned

Refer Rte_Partition_EcucPartition_Trusted_c_Poly_REF_3

Unreachable Function Checks

Option to check for unreachable functions was not enabled. To enable the checks, use the option -uncalled-function-checks.

Unproven Run-Time Checks

Table 4.25. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\010_EcuM_DELIVERY\ssc\src\EcuM_Callout_Stubs.c

ID

Check

Function

Line

Col

Detail

Jus

Severity

Status

Comment

58516

Illegally dereferenced pointer

EcuM_DeterminePbConfiguration()

912

12

Warning: pointer may be outside its bounds

No

Unset

Unreviewed

58517

Non-initialized variable

EcuM_DeterminePbConfiguration()

912

12

Warning: variable may be non-initialized (type: unsigned int 16)

No

Unset

Unreviewed

58519

Illegally dereferenced pointer

EcuM_DeterminePbConfiguration()

912

52

Warning: pointer may be outside its bounds

No

Unset

Unreviewed

58520

Non-initialized variable

EcuM_DeterminePbConfiguration()

912

52

Warning: variable may be non-initialized (type: unsigned int 16)

No

Unset

Unreviewed

58523

Non-initialized variable

EcuM_DeterminePbConfiguration()

916

18

Warning: variable may be non-initialized (type: unsigned int 16)

No

Unset

Unreviewed

58525

Illegally dereferenced pointer

EcuM_DeterminePbConfiguration()

916

58

Warning: pointer may be outside its bounds

No

Unset

Unreviewed

58526

Non-initialized variable

EcuM_DeterminePbConfiguration()

916

58

Warning: variable may be non-initialized (type: unsigned int 16)

No

Unset

Unreviewed

58529

Non-initialized variable

EcuM_DeterminePbConfiguration()

920

18

Warning: variable may be non-initialized (type: unsigned int 16)

No

Unset

Unreviewed

58531

Illegally dereferenced pointer

EcuM_DeterminePbConfiguration()

920

58

Warning: pointer may be outside its bounds

No

Unset

Unreviewed

58532

Non-initialized variable

EcuM_DeterminePbConfiguration()

920

58

Warning: variable may be non-initialized (type: unsigned int 16)

No

Unset

Unreviewed

Table 4.26. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\031_CanNm_DELIVERY\ssc\src\CanNm.c

ID

Check

Function

Line

Col

Detail

Jus

Severity

Status

Comment

56638

Illegally dereferenced pointer

CanNm_Init()

442

32

Warning: pointer may be outside its bounds

Yes

Low

Justified

Refer CanNm_c_Poly_REF_2

56642

Illegally dereferenced pointer

CanNm_Init()

444

32

Warning: pointer may be outside its bounds

No

Unset

Unreviewed

56643

Non-initialized variable

CanNm_Init()

444

34

Warning: variable may be non-initialized (type: unsigned int 8)

Yes

Low

Justified

Refer CanNm_c_Poly_REF_5

56647

Non-initialized variable

CanNm_Init()

448

47

Warning: variable may be non-initialized (type: unsigned enum 32)

No

Unset

Unreviewed

56657

Illegally dereferenced pointer

CanNm_Init()

452

32

Warning: pointer may be outside its bounds

Yes

Low

Justified

Refer CanNm_c_Poly_REF_2

56656

Non-initialized variable

CanNm_Init()

453

27

Warning: variable may be non-initialized (type: const unsigned int 8)

No

Unset

Unreviewed

56660

Non-initialized variable

CanNm_Init()

460

47

Warning: variable may be non-initialized (type: unsigned enum 32)

Yes

Low

Justified

Refer CanNm_c_Poly_REF_5

56667

Illegally dereferenced pointer

CanNm_Init()

463

32

Warning: pointer may be outside its bounds

Yes

Low

Justified

Refer CanNm_c_Poly_REF_2

Table 4.27. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\035_CanTp_DELIVERY\ssc\src\CanTp.c

ID

Check

Function

Line

Col

Detail

Jus

Severity

Status

Comment

56848

Illegally dereferenced pointer

CanTp_Init()

502

14

Warning: pointer may be outside its bounds

Yes

Low

Justified

Refer CanTp_c_Poly_REF_1

56865

Illegally dereferenced pointer

CanTp_Init()

529

26

Warning: pointer may be outside its bounds

Yes

Low

Justified

Refer CanTp_c_Poly_REF_1

56861

Illegally dereferenced pointer

CanTp_Init()

529

54

Warning: pointer may be outside its bounds

Yes

Low

Justified

Refer CanTp_c_Poly_REF_1

56862

Non-initialized variable

CanTp_Init()

529

54

Warning: variable may be non-initialized

Yes

Low

Justified

Refer CanTp_c_Poly_REF_4

56877

Illegally dereferenced pointer

CanTp_Init()

570

18

Warning: pointer may be outside its bounds

Yes

Low

Justified

Refer CanTp_c_Poly_REF_1

Table 4.28. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\050_Com_DELIVERY\ssc\src\Com_Init.c

ID

Check

Function

Line

Col

Detail

Jus

Severity

Status

Comment

57078

Invalid use of standard library routine

Com_InitIpduGroup()

571

10

Warning: function 'memcpy' is called with possibly invalid argument(s)
# Checks on first argument (destination):
? May be null.
? May not be a memory area that is accessible within the boundary given by the third argument.
Actual value of first argument (pointer to void): points at unknown offset in buffer of unknown size.
Actual value of third argument (unsigned int 32): [0 .. 65535]
# Checks on second argument (source):
? May be null.
? May not be a memory area that is accessible within the boundary given by the third argument.
Actual value of second argument (pointer to const void): points at unknown offset in buffer of unknown size.
Actual value of third argument (unsigned int 32): [0 .. 65535]
# Other checks:
? First argument and second argument may have overlapping memory.

Yes

Low

Justified

Refer Com_Init_c_Poly_REF_4

57091

Invalid use of standard library routine

Com_InitIpduGroup()

579

12

Warning: function 'memcpy' is called with possibly invalid argument(s)
# Checks on first argument (destination):
? May be null.
? May not be a memory area that is accessible within the boundary given by the third argument.
Actual value of first argument (pointer to void): points at unknown offset in buffer of unknown size.
Actual value of third argument (unsigned int 32): [1 .. 65535]
# Checks on second argument (source):
? May be null.
? May not be a memory area that is accessible within the boundary given by the third argument.
Actual value of second argument (pointer to const void): points at unknown offset in buffer of unknown size.
Actual value of third argument (unsigned int 32): [1 .. 65535]
# Other checks:
? First argument and second argument may have overlapping memory.

Yes

Low

Justified

Refer Com_Init_c_Poly_REF_4

57104

Invalid use of standard library routine

Com_InitIpduGroup()

587

11

Warning: function 'memcpy' is called with possibly invalid argument(s)
# Checks on first argument (destination):
? May be null.
? May not be a memory area that is accessible within the boundary given by the third argument.
Actual value of first argument (pointer to void): points at unknown offset in buffer of unknown size.
Actual value of third argument (unsigned int 32): [1 .. 65535]
# Checks on second argument (source):
? May be null.
? May not be a memory area that is accessible within the boundary given by the third argument.
Actual value of second argument (pointer to const void): points at unknown offset in buffer of unknown size.
Actual value of third argument (unsigned int 32): [1 .. 65535]
# Other checks:
? First argument and second argument may have overlapping memory.

Yes

Low

Justified

Refer Com_Init_c_Poly_REF_4

57117

Invalid use of standard library routine

Com_InitIpduGroup()

595

12

Warning: function 'memcpy' is called with possibly invalid argument(s)
# Checks on first argument (destination):
? May be null.
? May not be a memory area that is accessible within the boundary given by the third argument.
Actual value of first argument (pointer to void): points at unknown offset in buffer of unknown size.
Actual value of third argument (unsigned int 32): [1 .. 65535]
# Checks on second argument (source):
? May be null.
? May not be a memory area that is accessible within the boundary given by the third argument.
Actual value of second argument (pointer to const void): points at unknown offset in buffer of unknown size.
Actual value of third argument (unsigned int 32): [1 .. 65535]
# Other checks:
? First argument and second argument may have overlapping memory.

Yes

Low

Justified

Refer Com_Init_c_Poly_REF_4

57154

Invalid use of standard library routine

Com_Init()

792

11

Warning: function 'memset' is called with possibly invalid argument(s)
# Checks on first argument (destination):
? May be null.
? May not be a memory area that is accessible within the boundary given by the third argument.
Actual value of first argument (pointer to void): points at unknown offset in buffer of unknown size.
Actual value of third argument (unsigned int 32): [1 .. 255]

Yes

Low

Justified

Refer Com_Init_c_Poly_REF_4

57164

Invalid use of standard library routine

Com_Init()

799

12

Warning: function 'memset' is called with possibly invalid argument(s)
# Checks on first argument (destination):
? May be null.
? May not be a memory area that is accessible within the boundary given by the third argument.
Actual value of first argument (pointer to void): points at unknown offset in buffer of unknown size.
Actual value of third argument (unsigned int 32): [1 .. 255]

Yes

Low

Justified

Refer Com_Init_c_Poly_REF_4

57171

Invalid use of standard library routine

Com_Init()

801

12

Warning: function 'memset' is called with possibly invalid argument(s)
# Checks on first argument (destination):
? May be null.
? May not be a memory area that is accessible within the boundary given by the third argument.
Actual value of first argument (pointer to void): points at unknown offset in buffer of unknown size.
Actual value of third argument (unsigned int 32): [1 .. 255]

Yes

Low

Justified

Refer Com_Init_c_Poly_REF_4

57178

Invalid use of standard library routine

Com_Init()

804

12

Warning: function 'memset' is called with possibly invalid argument(s)
# Checks on first argument (destination):
? May be null.
? May not be a memory area that is accessible within the boundary given by the third argument.
Actual value of first argument (pointer to void): points at unknown offset in buffer of unknown size.
Actual value of third argument (unsigned int 32): [1 .. 255]

Yes

Low

Justified

Refer Com_Init_c_Poly_REF_4

57191

Invalid use of standard library routine

Com_Init()

818

12

Warning: function 'memset' is called with possibly invalid argument(s)
# Checks on first argument (destination):
? May be null.
? May not be a memory area that is accessible within the boundary given by the third argument.
Actual value of first argument (pointer to void): points at unknown offset in buffer of unknown size.
Actual value of third argument (unsigned int 32): multiples of 4 in [0 .. 65532]

Yes

Low

Justified

Refer Com_Init_c_Poly_REF_4

57204

Invalid use of standard library routine

Com_Init()

824

12

Warning: function 'memset' is called with possibly invalid argument(s)
# Checks on first argument (destination):
? May be null.
? May not be a memory area that is accessible within the boundary given by the third argument.
Actual value of first argument (pointer to void): points at unknown offset in buffer of unknown size.
Actual value of third argument (unsigned int 32): multiples of 4 in [0 .. 65532]

Yes

Low

Justified

Refer Com_Init_c_Poly_REF_4

57214

Invalid use of standard library routine

Com_Init()

833

12

Warning: function 'memset' is called with possibly invalid argument(s)
# Checks on first argument (destination):
? May be null.
? May not be a memory area that is accessible within the boundary given by the third argument.
Actual value of first argument (pointer to void): points at unknown offset in buffer of unknown size.
Actual value of third argument (unsigned int 32): [1 .. 255]

Yes

Low

Justified

Refer Com_Init_c_Poly_REF_4

57224

Invalid use of standard library routine

Com_Init()

841

12

Warning: function 'memset' is called with possibly invalid argument(s)
# Checks on first argument (destination):
? May be null.
? May not be a memory area that is accessible within the boundary given by the third argument.
Actual value of first argument (pointer to void): points at unknown offset in buffer of unknown size.
Actual value of third argument (unsigned int 32): [1 .. 65535]

Yes

Low

Justified

Refer Com_Init_c_Poly_REF_4

57237

Invalid use of standard library routine

Com_Init()

844

12

Warning: function 'memcpy' is called with possibly invalid argument(s)
# Checks on first argument (destination):
? May be null.
? May not be a memory area that is accessible within the boundary given by the third argument.
Actual value of first argument (pointer to void): points at unknown offset in buffer of unknown size.
Actual value of third argument (unsigned int 32): multiples of 4 in [0 .. 65532]
# Checks on second argument (source):
? May be null.
? May not be a memory area that is accessible within the boundary given by the third argument.
Actual value of second argument (pointer to const void): points at unknown offset in buffer of unknown size.
Actual value of third argument (unsigned int 32): multiples of 4 in [0 .. 65532]
# Other checks:
? First argument and second argument may have overlapping memory.

Yes

Low

Justified

Refer Com_Init_c_Poly_REF_4

57256

Illegally dereferenced pointer

Com_Init()

901

36

Warning: pointer may be outside its bounds

Yes

Low

Justified

Refer Com_Init_c_Poly_REF_1

57257

Non-initialized pointer

Com_Init()

901

38

Warning: pointer may be non-initialized

Yes

Low

Justified

Refer Com_Init_c_Poly_REF_2

57263

Illegally dereferenced pointer

Com_Init()

925

13

Warning: pointer may be outside its bounds

Yes

Low

Justified

Refer Com_Init_c_Poly_REF_1

57264

Non-initialized variable

Com_Init()

925

13

Warning: variable may be non-initialized (type: unsigned int 8)

Yes

Low

Justified

Refer Com_Init_c_Poly_REF_3

57259

Illegally dereferenced pointer

Com_Init()

925

23

Warning: pointer may be outside its bounds

Yes

Low

Justified

Refer Com_Init_c_Poly_REF_1

57260

Non-initialized pointer

Com_Init()

925

25

Warning: pointer may be non-initialized

Yes

Low

Justified

Refer Com_Init_c_Poly_REF_2

57268

Non-initialized pointer

Com_Init()

926

34

Warning: pointer may be non-initialized

Yes

Low

Justified

Refer Com_Init_c_Poly_REF_2

57271

Non-initialized variable

Com_Init()

927

40

Warning: variable may be non-initialized (type: unsigned int 8)

Yes

Low

Justified

Refer Com_Init_c_Poly_REF_3

57284

Illegally dereferenced pointer

Com_Init()

939

122

Warning: pointer may be outside its bounds

Yes

Low

Justified

Refer Com_Init_c_Poly_REF_1

57285

Non-initialized variable

Com_Init()

939

124

Warning: variable may be non-initialized (type: unsigned int 32)

Yes

Low

Justified

Refer Com_Init_c_Poly_REF_3

57278

Illegally dereferenced pointer

Com_Init()

939

140

Warning: pointer may be outside its bounds

Yes

Low

Justified

Refer Com_Init_c_Poly_REF_1

57279

Non-initialized variable

Com_Init()

939

140

Warning: variable may be non-initialized (type: unsigned int 32)

Yes

Low

Justified

Refer Com_Init_c_Poly_REF_3

57291

Non-initialized variable

Com_Init()

939

306

Warning: variable may be non-initialized (type: unsigned int 32)

Yes

Low

Justified

Refer Com_Init_c_Poly_REF_3

57301

Illegally dereferenced pointer

Com_Init()

939

435

Warning: pointer may be outside its bounds

Yes

Low

Justified

Refer Com_Init_c_Poly_REF_1

57302

Non-initialized variable

Com_Init()

939

435

Warning: variable may be non-initialized (type: unsigned int 8)

Yes

Low

Justified

Refer Com_Init_c_Poly_REF_3

57300

Non-initialized pointer

Com_Init()

939

447

Warning: pointer may be non-initialized

Yes

Low

Justified

Refer Com_IpduGrp_c_Poly_REF_2

57308

Non-initialized variable

Com_Init()

939

555

Warning: variable may be non-initialized (type: unsigned int 16)

Yes

Low

Justified

Refer Com_Init_c_Poly_REF_3

57312

Illegally dereferenced pointer

Com_Init()

939

580

Warning: pointer may be outside its bounds

Yes

Low

Justified

Refer Com_Init_c_Poly_REF_1

57310

Illegally dereferenced pointer

Com_Init()

939

605

Warning: pointer may be outside its bounds

Yes

Low

Justified

Refer Com_Init_c_Poly_REF_1

57311

Non-initialized variable

Com_Init()

939

607

Warning: variable may be non-initialized (type: unsigned int 32)

Yes

Low

Justified

Refer Com_Init_c_Poly_REF_3

57320

Illegally dereferenced pointer

Com_Init()

939

630

Warning: pointer may be outside its bounds

Yes

Low

Justified

Refer Com_Init_c_Poly_REF_1

57315

Non-initialized pointer

Com_Init()

939

642

Warning: pointer may be non-initialized

Yes

Low

Justified

Refer Com_IpduGrp_c_Poly_REF_2

57324

Illegally dereferenced pointer

Com_Init()

946

8

Warning: pointer may be outside its bounds

Yes

Low

Justified

Refer Com_Init_c_Poly_REF_1

57326

Illegally dereferenced pointer

Com_Init()

948

8

Warning: pointer may be outside its bounds

Yes

Low

Justified

Refer Com_Init_c_Poly_REF_1

57340

Invalid use of standard library routine

Com_Init()

1038

12

Warning: function 'memset' is called with possibly invalid argument(s)
# Checks on first argument (destination):
(ok) Not null.
? May not be a memory area that is accessible within the boundary given by the third argument.
Actual value of first argument (pointer to void): points at unknown offset in buffer of unknown size.
Actual value of third argument (unsigned int 32): [0 .. 65535]

Yes

Low

Justified

Refer Com_Init_c_Poly_REF_4

Table 4.29. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\050_Com_DELIVERY\ssc\src\Com_Relative.c

ID

Check

Function

Line

Col

Detail

Jus

Severity

Status

Comment

57625

Illegally dereferenced pointer

Com_TimerInsert()

213

14

Warning: pointer may be outside its bounds

Yes

Low

Justified

Refer Com_Relative_c_Poly_REF_1

57796

Illegally dereferenced pointer

Com_TimerInsert()

252

10

Warning: pointer may be outside its bounds

Yes

Low

Justified

Refer Com_Relative_c_Poly_REF_1

57797

Non-initialized variable

Com_TimerInsert()

252

10

Warning: variable may be non-initialized (type: unsigned int 32)

Yes

Low

Justified

Refer Com_Relative_c_Poly_REF_3

57792

Illegally dereferenced pointer

Com_TimerInsert()

252

72

Warning: pointer may be outside its bounds

Yes

Low

Justified

Refer Com_Relative_c_Poly_REF_1

57793

Non-initialized pointer

Com_TimerInsert()

252

74

Warning: pointer may be non-initialized

Yes

Low

Justified

Refer Com_Relative_c_Poly_REF_2

57794

Illegally dereferenced pointer

Com_TimerInsert()

252

81

Warning: pointer may be outside its bounds

Yes

Low

Justified

Refer Com_Relative_c_Poly_REF_1

57795

Non-initialized variable

Com_TimerInsert()

252

83

Warning: variable may be non-initialized (type: unsigned int 16)

Yes

Low

Justified

Refer Com_Relative_c_Poly_REF_3

57787

Non-initialized variable

Com_TimerInsert()

252

124

Warning: variable may be non-initialized (type: unsigned int 32)

Yes

Low

Justified

Refer Com_Relative_c_Poly_REF_3

57653

Illegally dereferenced pointer

Com_TimerInsert()

272

10

Warning: pointer may be outside its bounds

Yes

Low

Justified

Refer Com_Relative_c_Poly_REF_1

57654

Non-initialized variable

Com_TimerInsert()

272

10

Warning: variable may be non-initialized (type: unsigned int 32)

Yes

Low

Justified

Refer Com_Relative_c_Poly_REF_3

57649

Illegally dereferenced pointer

Com_TimerInsert()

272

72

Warning: pointer may be outside its bounds

Yes

Low

Justified

Refer Com_Relative_c_Poly_REF_1

57650

Non-initialized pointer

Com_TimerInsert()

272

74

Warning: pointer may be non-initialized

Yes

Low

Justified

Refer Com_Relative_c_Poly_REF_2

57651

Illegally dereferenced pointer

Com_TimerInsert()

272

81

Warning: pointer may be outside its bounds

Yes

Low

Justified

Refer Com_Relative_c_Poly_REF_1

57652

Non-initialized variable

Com_TimerInsert()

272

83

Warning: variable may be non-initialized (type: unsigned int 16)

Yes

Low

Justified

Refer Com_Relative_c_Poly_REF_3

57657

Non-initialized variable

Com_TimerInsert()

272

124

Warning: variable may be non-initialized (type: unsigned int 32)

Yes

Low

Justified

Refer Com_Relative_c_Poly_REF_3

57737

Non-initialized pointer

Com_TimerInsert()

272

191

Warning: pointer may be non-initialized

Yes

Low

Justified

Refer Com_Relative_c_Poly_REF_2

57740

Non-initialized variable

Com_TimerInsert()

272

352

Warning: variable may be non-initialized (type: unsigned int 32)

Yes

Low

Justified

Refer Com_Relative_c_Poly_REF_3

57751

Illegally dereferenced pointer

Com_TimerInsert()

272

366

Warning: pointer may be outside its bounds

Yes

Low

Justified

Refer Com_Relative_c_Poly_REF_1

57752

Non-initialized variable

Com_TimerInsert()

272

366

Warning: variable may be non-initialized (type: unsigned int 32)

Yes

Low

Justified

Refer Com_Relative_c_Poly_REF_3

57747

Illegally dereferenced pointer

Com_TimerInsert()

272

440

Warning: pointer may be outside its bounds

Yes

Low

Justified

Refer Com_Relative_c_Poly_REF_1

57748

Non-initialized pointer

Com_TimerInsert()

272

442

Warning: pointer may be non-initialized

Yes

Low

Justified

Refer Com_Relative_c_Poly_REF_2

57749

Illegally dereferenced pointer

Com_TimerInsert()

272

449

Warning: pointer may be outside its bounds

Yes

Low

Justified

Refer Com_Relative_c_Poly_REF_1

57750

Non-initialized variable

Com_TimerInsert()

272

451

Warning: variable may be non-initialized (type: unsigned int 16)

Yes

Low

Justified

Refer Com_Relative_c_Poly_REF_3

57669

Illegally dereferenced pointer

Com_TimerInsert()

290

14

Warning: pointer may be outside its bounds

Yes

Low

Justified

Refer Com_Relative_c_Poly_REF_1

57670

Non-initialized variable

Com_TimerInsert()

290

14

Warning: variable may be non-initialized (type: unsigned int 32)

Yes

Low

Justified

Refer Com_Relative_c_Poly_REF_3

57665

Illegally dereferenced pointer

Com_TimerInsert()

290

76

Warning: pointer may be outside its bounds

Yes

Low

Justified

Refer Com_Relative_c_Poly_REF_1

57666

Non-initialized pointer

Com_TimerInsert()

290

78

Warning: pointer may be non-initialized

Yes

Low

Justified

Refer Com_Relative_c_Poly_REF_2

57667

Illegally dereferenced pointer

Com_TimerInsert()

290

85

Warning: pointer may be outside its bounds

Yes

Low

Justified

Refer Com_Relative_c_Poly_REF_1

57668

Non-initialized variable

Com_TimerInsert()

290

87

Warning: variable may be non-initialized (type: unsigned int 16)

Yes

Low

Justified

Refer Com_Relative_c_Poly_REF_3

57660

Non-initialized variable

Com_TimerInsert()

292

68

Warning: variable may be non-initialized (type: unsigned int 32)

Yes

Low

Justified

Refer Com_Relative_c_Poly_REF_3

57715

Non-initialized pointer

Com_TimerInsert()

295

47

Warning: pointer may be non-initialized

Yes

Low

Justified

Refer Com_Relative_c_Poly_REF_2

57673

Non-initialized pointer

Com_TimerInsert()

314

47

Warning: pointer may be non-initialized

Yes

Low

Justified

Refer Com_Relative_c_Poly_REF_2

57693

Illegally dereferenced pointer

Com_TimerInsert()

326

46

Warning: pointer may be outside its bounds

Yes

Low

Justified

Refer Com_Relative_c_Poly_REF_1

57694

Non-initialized variable

Com_TimerInsert()

326

46

Warning: variable may be non-initialized (type: unsigned int 32)

Yes

Low

Justified

Refer Com_Relative_c_Poly_REF_3

57689

Illegally dereferenced pointer

Com_TimerInsert()

326

120

Warning: pointer may be outside its bounds

Yes

Low

Justified

Refer Com_Relative_c_Poly_REF_1

57690

Non-initialized pointer

Com_TimerInsert()

326

122

Warning: pointer may be non-initialized

Yes

Low

Justified

Refer Com_Relative_c_Poly_REF_2

57691

Illegally dereferenced pointer

Com_TimerInsert()

326

129

Warning: pointer may be outside its bounds

Yes

Low

Justified

Refer Com_Relative_c_Poly_REF_1

57692

Non-initialized variable

Com_TimerInsert()

326

131

Warning: variable may be non-initialized (type: unsigned int 16)

Yes

Low

Justified

Refer Com_Relative_c_Poly_REF_3

Table 4.30. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\053_Dcm_DELIVERY\ssc\src\Dcm_UDSDiagnosticSession.c

ID

Check

Function

Line

Col

Detail

Jus

Severity

Status

Comment

58059

Non-initialized local variable

Dcm_DspBLOrJumpFromBL()

426

25

Warning: local variable may be non-initialized (type: unsigned int 16)

Yes

Low

Justified

Value of local variable is updating in called function.

Table 4.31. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\1_Os\inc\Os_PortAsm.h

ID

Check

Function

Line

Col

Detail

Jus

Severity

Status

Comment

60317

Illegally dereferenced pointer

Os_SwitchToCalleeMode()

436

21

Warning: pointer may be outside its bounds

Yes

Low

Justified

The Core Id will be fetched directly from Hardware Register to local core variable which is array index variable, so In any case this pointer would not go out of bounds.

Chapter 5. Global Variables

Variable Checks for: AL-HLM - CP

Unused variable

Table 5.1. ?extern

ID

Detail

Protection

Line

Col

Severity

Status

Comment

82786

There exists no reachable operation on variable '?extern.ECC_RET_RAM_VAR'.

0

0

Unset

Unreviewed

82787

There exists no reachable operation on variable '?extern.__REPROG_FLAG'.

0

0

Unset

Unreviewed

82788

There exists no reachable operation on variable '?extern.Fls_JobRequest'.

0

0

Unset

Unreviewed

Table 5.2. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\AppTest\Main\src\main.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

85494

There exists no reachable operation on variable 'main.Cdd_GulRandomNumber'.

118

7

Unset

Unreviewed

85495

There exists no reachable operation on variable 'main.Cdd_GusEccFaultLog'.

124

7

Unset

Unreviewed

85496

There exists no reachable operation on variable 'main.can_swk'.

605

25

Unset

Unreviewed

Table 5.3. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\AppTest\Stub\src\Cdd_Nm.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83125

There exists no reachable operation on variable 'Cdd_Nm.Cdd_GucActiveCommCount'.

92

6

Unset

Unreviewed

83121

There exists no reachable operation on variable 'Cdd_Nm.Rte_GucfailSafeMode_eSleepMode_Swc_Services'.

93

6

Unset

Unreviewed

83123

There exists no reachable operation on variable 'Cdd_Nm.Cdd_GblNmTimer'.

99

8

Unset

Unreviewed

83128

There exists no reachable operation on variable 'Cdd_Nm.Cdd_GblNmMessageReceived'.

100

8

Unset

Unreviewed

83126

There exists no reachable operation on variable 'Cdd_Nm.Cdd_GucHardReset'.

101

8

Unset

Unreviewed

83127

There exists no reachable operation on variable 'Cdd_Nm.EcuMStub_GblSetFlag'.

102

8

Unset

Unreviewed

83129

There exists no reachable operation on variable 'Cdd_Nm.Cdd_GucNmFlag'.

108

6

Unset

Unreviewed

83124

There exists no reachable operation on variable 'Cdd_Nm.Cdd_GucIsRapidPowerShutdown'.

109

6

Unset

Unreviewed

83122

There exists no reachable operation on variable 'Cdd_Nm.StatMStatisticsDefault'.

118

12

Unset

Unreviewed

Table 5.4. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\AppTest\Stub\src\Cdd_Zedis.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83132

There exists no reachable operation on variable 'Cdd_Zedis.Cdd_GSucWriteAllStarted'.

66

13

Unset

Unreviewed

83141

There exists no reachable operation on variable 'Cdd_Zedis.Cdd_GaaRdbireturns'.

72

7

Unset

Unreviewed

83133

There exists no reachable operation on variable 'Cdd_Zedis.LucDef_Value'.

190

15

Unset

Unreviewed

83130

There exists no reachable operation on variable 'Cdd_Zedis.LucValueEntry'.

190

36

Unset

Unreviewed

83137

There exists no reachable operation on variable 'Cdd_Zedis.LucIndexvalueone'.

191

2

Unset

Unreviewed

83134

There exists no reachable operation on variable 'Cdd_Zedis.LucIndexvaluetwo'.

192

2

Unset

Unreviewed

83136

There exists no reachable operation on variable 'Cdd_Zedis.LulNanoseconds'.

193

16

Unset

Unreviewed

83135

There exists no reachable operation on variable 'Cdd_Zedis.LulSeconds'.

193

31

Unset

Unreviewed

83138

There exists no reachable operation on variable 'Cdd_Zedis.LulSecondslocal'.

193

42

Unset

Unreviewed

83131

There exists no reachable operation on variable 'Cdd_Zedis.LulHWF'.

193

58

Unset

Unreviewed

83139

There exists no reachable operation on variable 'Cdd_Zedis.LulHWP'.

193

65

Unset

Unreviewed

83140

There exists no reachable operation on variable 'Cdd_Zedis.LucIndexvaluethree'.

428

15

Unset

Unreviewed

Table 5.5. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\AppTest\Stub\src\Dcm_Wrapper.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83724

There exists no reachable operation on variable 'Dcm_Wrapper.Nm_GucFlag_DiagSleep'.

94

6

Unset

Unreviewed

83729

There exists no reachable operation on variable 'Dcm_Wrapper.NVM_MOUNTING_SIDE'.

97

6

Unset

Unreviewed

83728

There exists no reachable operation on variable 'Dcm_Wrapper.NvM_GusConfigurationID'.

103

7

Unset

Unreviewed

83730

There exists no reachable operation on variable 'Dcm_Wrapper.unionFblDiagnostics'.

106

18

Unset

Unreviewed

83732

There exists no reachable operation on variable 'Dcm_Wrapper.DiagMFBLDiagnosticsDefault'.

114

6

Unset

Unreviewed

83726

There exists no reachable operation on variable 'Dcm_Wrapper.Cdd_GblHardReset'.

120

8

Unset

Unreviewed

83723

There exists no reachable operation on variable 'Dcm_Wrapper.NVM_NOT_AVAILABLE'.

128

6

Unset

Unreviewed

83725

There exists no reachable operation on variable 'Dcm_Wrapper.Wrapper_GaaSrcTestStamp'.

134

6

Unset

Unreviewed

83731

There exists no reachable operation on variable 'Dcm_Wrapper.NvM_CompiledConfigurationID'.

143

12

Unset

Unreviewed

83727

There exists no reachable operation on variable 'Dcm_Wrapper.Cdd_GblStopWrite'.

149

8

Unset

Unreviewed

83733

There exists no reachable operation on variable 'Dcm_Wrapper.GulReprogramPattn'.

157

16

Unset

Unreviewed

Table 5.6. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\AppTest\Stub\src\E2EWrapper_ctaaSysMon.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83976

There exists no reachable operation on variable 'E2EWrapper_ctaaSysMon.E2EPW_GddRead_ctaaSysMon_ppareCddLedStatus_sStatus'.

46

29

Unset

Unreviewed

83974

There exists no reachable operation on variable 'E2EWrapper_ctaaSysMon.E2EPW_GddRead_ctaaSysMon_ppareCddBoostStatus_sBoostSts'.

47

29

Unset

Unreviewed

83966

There exists no reachable operation on variable 'E2EWrapper_ctaaSysMon.E2EPW_GddRead_ctaaSysMon_ppareCddSwiStatus_sAllSwitchStatus'.

48

29

Unset

Unreviewed

83972

There exists no reachable operation on variable 'E2EWrapper_ctaaSysMon.E2EPW_GddRead_ctaaSysMon_ppareCddMlcMxSwitchAndSensorStatus0_sAllMlcSwitchAndAllSensorStatus'.

49

29

Unset

Unreviewed

83980

There exists no reachable operation on variable 'E2EWrapper_ctaaSysMon.E2EPW_GddWrite_ctaaSysMon_ppaseSysMonLsTarget0_sSetting'.

51

31

Unset

Unreviewed

83970

There exists no reachable operation on variable 'E2EWrapper_ctaaSysMon.E2EPW_GddWrite_ctaaSysMon_ppaseSysMonSwiTarget_sAllSwitchTarget'.

52

31

Unset

Unreviewed

83971

There exists no reachable operation on variable 'E2EWrapper_ctaaSysMon.E2EPW_GddWrite_ctaaSysMon_ppaseSysMonLedBuckDriverSettings_sSettings'.

53

31

Unset

Unreviewed

83979

There exists no reachable operation on variable 'E2EWrapper_ctaaSysMon.E2EPW_GddWrite_ctaaSysMon_ppaseSysMonMxTarget0_sAllMlcTargets'.

54

31

Unset

Unreviewed

83981

There exists no reachable operation on variable 'E2EWrapper_ctaaSysMon.LddCfg'.

87

27

Unset

Unreviewed

83977

There exists no reachable operation on variable 'E2EWrapper_ctaaSysMon.LddCfg_1'.

150

27

Unset

Unreviewed

83973

There exists no reachable operation on variable 'E2EWrapper_ctaaSysMon.LddCfg_2'.

213

27

Unset

Unreviewed

83967

There exists no reachable operation on variable 'E2EWrapper_ctaaSysMon.LddCfg_3'.

277

27

Unset

Unreviewed

83975

There exists no reachable operation on variable 'E2EWrapper_ctaaSysMon.LddCfg_4'.

340

27

Unset

Unreviewed

83968

There exists no reachable operation on variable 'E2EWrapper_ctaaSysMon.LddCfg_5'.

402

27

Unset

Unreviewed

83978

There exists no reachable operation on variable 'E2EWrapper_ctaaSysMon.LddCfg_6'.

464

27

Unset

Unreviewed

83969

There exists no reachable operation on variable 'E2EWrapper_ctaaSysMon.LddCfg_7'.

526

27

Unset

Unreviewed

Table 5.7. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\AppTest\Stub\src\E2EWrapper_ctadCddBoost.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83984

There exists no reachable operation on variable 'E2EWrapper_ctadCddBoost.E2EPW_GddRead_ctadCddBoost_ppareSysMonLsTarget0_sSetting'.

47

29

Unset

Unreviewed

83983

There exists no reachable operation on variable 'E2EWrapper_ctadCddBoost.E2EPW_GddWrite_ctadCddBoost_ppaseCddBoostStatus_sBoostSts'.

48

31

Unset

Unreviewed

83985

There exists no reachable operation on variable 'E2EWrapper_ctadCddBoost.LddCfg'.

81

27

Unset

Unreviewed

83982

There exists no reachable operation on variable 'E2EWrapper_ctadCddBoost.LddCfg_1'.

144

27

Unset

Unreviewed

Table 5.8. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\AppTest\Stub\src\E2EWrapper_ctadCddLed.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83989

There exists no reachable operation on variable 'E2EWrapper_ctadCddLed.E2EPW_GddRead_ctadCddLed_ppareSysMonLsTarget0_sSetting'.

46

29

Unset

Unreviewed

83987

There exists no reachable operation on variable 'E2EWrapper_ctadCddLed.E2EPW_GddRead_ctadCddLed_ppareSysMonLedBuckDriverSettings_sSettings'.

47

29

Unset

Unreviewed

83991

There exists no reachable operation on variable 'E2EWrapper_ctadCddLed.E2EPW_GddWrite_ctadCddLed_ppaseCddLedStatus_sStatus'.

48

31

Unset

Unreviewed

83990

There exists no reachable operation on variable 'E2EWrapper_ctadCddLed.LddCfg'.

81

27

Unset

Unreviewed

83988

There exists no reachable operation on variable 'E2EWrapper_ctadCddLed.LddCfg_1'.

144

27

Unset

Unreviewed

83986

There exists no reachable operation on variable 'E2EWrapper_ctadCddLed.LddCfg_2'.

206

27

Unset

Unreviewed

Table 5.9. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\AppTest\Stub\src\E2EWrapper_ctadCddMlc.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83993

There exists no reachable operation on variable 'E2EWrapper_ctadCddMlc.E2EPW_GddRead_ctadCddMlc_ppareSysMonMxTarget0_sAllMlcTargets'.

45

29

Unset

Unreviewed

83994

There exists no reachable operation on variable 'E2EWrapper_ctadCddMlc.E2EPW_GddWrite_ctadCddMlc_ppaseCddMlcMxSwitchAndSensorStatus0_sAllMlcSwitchAndAllSensorStatus'.

46

31

Unset

Unreviewed

83992

There exists no reachable operation on variable 'E2EWrapper_ctadCddMlc.LddCfg'.

79

27

Unset

Unreviewed

83995

There exists no reachable operation on variable 'E2EWrapper_ctadCddMlc.LddCfg_1'.

143

27

Unset

Unreviewed

Table 5.10. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\AppTest\Stub\src\E2EWrapper_ctadCddSwi.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83996

There exists no reachable operation on variable 'E2EWrapper_ctadCddSwi.E2EPW_GddRead_ctadCddSwi_ppareSysMonSwiTarget_sAllSwitchTarget'.

45

29

Unset

Unreviewed

83998

There exists no reachable operation on variable 'E2EWrapper_ctadCddSwi.E2EPW_GddWrite_ctadCddSwi_ppaseCddSwiStatus_sAllSwitchStatus'.

46

31

Unset

Unreviewed

83999

There exists no reachable operation on variable 'E2EWrapper_ctadCddSwi.LddCfg'.

79

27

Unset

Unreviewed

83997

There exists no reachable operation on variable 'E2EWrapper_ctadCddSwi.LddCfg_1'.

142

27

Unset

Unreviewed

Table 5.11. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\AppTest\Stub\src\Stub_KPIT.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

85273

There exists no reachable operation on variable 'Stub_KPIT.Mpu_GucLstPduInfo'.

148

12

Unset

Unreviewed

85251

There exists no reachable operation on variable 'Stub_KPIT.send_data_2'.

154

19

Unset

Unreviewed

85261

There exists no reachable operation on variable 'Stub_KPIT.send_data'.

160

19

Unset

Unreviewed

85240

There exists no reachable operation on variable 'Stub_KPIT.App_readdata1'.

166

6

Unset

Unreviewed

85268

There exists no reachable operation on variable 'Stub_KPIT.App_readdata7'.

172

6

Unset

Unreviewed

85224

There exists no reachable operation on variable 'Stub_KPIT.read_data_2'.

178

19

Unset

Unreviewed

85222

There exists no reachable operation on variable 'Stub_KPIT.App_readdata2'.

185

6

Unset

Unreviewed

85272

There exists no reachable operation on variable 'Stub_KPIT.Array'.

191

6

Unset

Unreviewed

85256

There exists no reachable operation on variable 'Stub_KPIT.send_data_3'.

197

17

Unset

Unreviewed

85244

There exists no reachable operation on variable 'Stub_KPIT.App_readdata9'.

204

17

Unset

Unreviewed

85255

There exists no reachable operation on variable 'Stub_KPIT.StoreDidData'.

210

6

Unset

Unreviewed

85252

There exists no reachable operation on variable 'Stub_KPIT.GucSeed'.

211

6

Unset

Unreviewed

85270

There exists no reachable operation on variable 'Stub_KPIT.GucKey'.

212

7

Unset

Unreviewed

85243

There exists no reachable operation on variable 'Stub_KPIT.VIN'.

214

6

Unset

Unreviewed

85235

There exists no reachable operation on variable 'Stub_KPIT.SystemName'.

215

6

Unset

Unreviewed

85236

There exists no reachable operation on variable 'Stub_KPIT.SystemSupplierIdentifier'.

216

6

Unset

Unreviewed

85262

There exists no reachable operation on variable 'Stub_KPIT.ECUHardwareVersionNumber'.

217

6

Unset

Unreviewed

85274

There exists no reachable operation on variable 'Stub_KPIT.ECUSoftwareVersionNumber'.

218

6

Unset

Unreviewed

85238

There exists no reachable operation on variable 'Stub_KPIT.DiagnosticVersion'.

219

6

Unset

Unreviewed

85247

There exists no reachable operation on variable 'Stub_KPIT.ProgrammingDate'.

220

6

Unset

Unreviewed

85267

There exists no reachable operation on variable 'Stub_KPIT.ECUManufactureDate'.

221

6

Unset

Unreviewed

85254

There exists no reachable operation on variable 'Stub_KPIT.ReadFingerprintDataIdentifier'.

222

6

Unset

Unreviewed

85223

There exists no reachable operation on variable 'Stub_KPIT.SoftwareNumber'.

223

6

Unset

Unreviewed

85231

There exists no reachable operation on variable 'Stub_KPIT.HardwareNumber'.

224

6

Unset

Unreviewed

85258

There exists no reachable operation on variable 'Stub_KPIT.TraceCode'.

225

6

Unset

Unreviewed

85259

There exists no reachable operation on variable 'Stub_KPIT.ActiveDiagnosticSession'.

226

6

Unset

Unreviewed

85230

There exists no reachable operation on variable 'Stub_KPIT.ECUResetSourceCode'.

227

6

Unset

Unreviewed

85269

There exists no reachable operation on variable 'Stub_KPIT.SWIN'.

228

6

Unset

Unreviewed

85266

There exists no reachable operation on variable 'Stub_KPIT.BatteryVoltage'.

230

6

Unset

Unreviewed

85263

There exists no reachable operation on variable 'Stub_KPIT.SnopshotData'.

231

6

Unset

Unreviewed

85242

There exists no reachable operation on variable 'Stub_KPIT.ADBmatrixControl'.

233

6

Unset

Unreviewed

85245

There exists no reachable operation on variable 'Stub_KPIT.CornerLightControl'.

234

6

Unset

Unreviewed

85234

There exists no reachable operation on variable 'Stub_KPIT.Gul_KeyRecevied'.

240

7

Unset

Unreviewed

85248

There exists no reachable operation on variable 'Stub_KPIT.Gul_Seed'.

241

7

Unset

Unreviewed

85239

There exists no reachable operation on variable 'Stub_KPIT.Gul_KeyCalculated'.

242

7

Unset

Unreviewed

85246

There exists no reachable operation on variable 'Stub_KPIT.Gul_Learnmask'.

243

7

Unset

Unreviewed

85249

There exists no reachable operation on variable 'Stub_KPIT.App_readdata4'.

249

6

Unset

Unreviewed

85229

There exists no reachable operation on variable 'Stub_KPIT.Flag_LogDTC'.

255

6

Unset

Unreviewed

85237

There exists no reachable operation on variable 'Stub_KPIT.Flag_EventFail'.

256

6

Unset

Unreviewed

85253

There exists no reachable operation on variable 'Stub_KPIT.StatMStatistics'.

262

6

Unset

Unreviewed

85257

There exists no reachable operation on variable 'Stub_KPIT.App_data'.

263

12

Unset

Unreviewed

85226

There exists no reachable operation on variable 'Stub_KPIT.GaaAppTestResult'.

269

14

Unset

Unreviewed

85260

There exists no reachable operation on variable 'Stub_KPIT.GaaMpuTestResult'.

279

14

Unset

Unreviewed

85225

There exists no reachable operation on variable 'Stub_KPIT.SensM_ucMemoryBinningClass'.

298

6

Unset

Unreviewed

85264

There exists no reachable operation on variable 'Stub_KPIT.DiagM_ucSachnummer'.

301

6

Unset

Unreviewed

85241

There exists no reachable operation on variable 'Stub_KPIT.DiagM_ucScheinwerferDaten'.

304

6

Unset

Unreviewed

85233

There exists no reachable operation on variable 'Stub_KPIT.FctRLightFunctionsStatus'.

307

6

Unset

Unreviewed

85271

There exists no reachable operation on variable 'Stub_KPIT.Nm_GucFlagKL15'.

314

6

Unset

Unreviewed

85228

There exists no reachable operation on variable 'Stub_KPIT.Guc_NRC22_2701'.

321

6

Unset

Unreviewed

85265

There exists no reachable operation on variable 'Stub_KPIT.Guc_NRC22_2702'.

322

6

Unset

Unreviewed

85250

There exists no reachable operation on variable 'Stub_KPIT.Guc_NRC22_31'.

323

6

Unset

Unreviewed

85227

There exists no reachable operation on variable 'Stub_KPIT.Guc_NRC22_2E'.

324

6

Unset

Unreviewed

85232

There exists no reachable operation on variable 'Stub_KPIT.Guc_NRC22_2F'.

325

6

Unset

Unreviewed

Table 5.12. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\AppTest\Stub\src\Stub_KPIT_AL_Trusted.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

85275

There exists no reachable operation on variable 'Stub_KPIT_AL_Trusted.Cdd_GblBusOffIndication'.

73

6

Unset

Unreviewed

Table 5.13. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\AppTest\Stub\src\WdgCallout.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

85276

There exists no reachable operation on variable 'WdgCallout.Cdd_GSucBswModuleInitialiseCntr'.

73

15

Unset

Unreviewed

85279

There exists no reachable operation on variable 'WdgCallout.Cdd_GucWdgMInitialised'.

76

15

Unset

Unreviewed

85278

There exists no reachable operation on variable 'WdgCallout.Cdd_GSusServiceExtWdg'.

77

14

Unset

Unreviewed

85280

There exists no reachable operation on variable 'WdgCallout.Cdd_GSucNvMWriteAllCntr'.

78

13

Unset

Unreviewed

85277

There exists no reachable operation on variable 'WdgCallout.Cdd_NvMWriteAllInitiated'.

79

6

Unset

Unreviewed

85281

There exists no reachable operation on variable 'WdgCallout.Cdd_GucSwitchToTimeout'.

80

6

Unset

Unreviewed

Table 5.14. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\001_Os_DELIVERY_CYTXBXX\ssc\src\Os_CYTXBXX.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

84365

There exists no reachable operation on variable 'Os_CYTXBXX.Os_GulLoadCntxFlg'.

107

16

Unset

Unreviewed

Table 5.15. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\001_Os_DELIVERY_CYTXBXX\ssc\src\Os_Cat2.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

84366

There exists no reachable operation on variable 'Os_Cat2.Os_GulTermApplState'.

99

16

Unset

Unreviewed

84367

There exists no reachable operation on variable 'Os_Cat2.Os_GulNestISR'.

109

16

Unset

Unreviewed

84369

There exists no reachable operation on variable 'Os_Cat2.Os_GulEndISR'.

118

16

Unset

Unreviewed

84368

There exists no reachable operation on variable 'Os_Cat2.Os_GpCurrentTask'.

128

22

Unset

Unreviewed

Table 5.16. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\010_EcuM_DELIVERY\ssc\src\EcuM_Ram.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

84056

There exists no reachable operation on variable 'EcuM_Ram.EcuM_GaaWakeupCounter'.

159

0

Unset

Unreviewed

84061

There exists no reachable operation on variable 'EcuM_Ram.EcuM_GddPendingWakeupEvents'.

273

0

Unset

Unreviewed

84055

There exists no reachable operation on variable 'EcuM_Ram.EcuM_GddValidatedWakeupEvents'.

287

0

Unset

Unreviewed

84060

There exists no reachable operation on variable 'EcuM_Ram.EcuM_GddExpiredWakeupEvents'.

301

1

Unset

Unreviewed

84059

There exists no reachable operation on variable 'EcuM_Ram.EcuM_GaaWakeupStatus'.

315

0

Unset

Unreviewed

84050

There exists no reachable operation on variable 'EcuM_Ram.EcuM_GddState'.

330

15

Unset

Unreviewed

84051

There exists no reachable operation on variable 'EcuM_Ram.EcuM_GstLastShutdown'.

344

18

Unset

Unreviewed

84045

There exists no reachable operation on variable 'EcuM_Ram.EcuM_GstShutdownCauseTarget'.

357

25

Unset

Unreviewed

84057

There exists no reachable operation on variable 'EcuM_Ram.EcuM_GucSleepModeIndex'.

440

6

Unset

Unreviewed

84049

There exists no reachable operation on variable 'EcuM_Ram.EcuM_GblHaltFlag'.

457

8

Unset

Unreviewed

Table 5.17. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\012_ComM_DELIVERY\ssc\src\ComM_Ram.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83176

There exists no reachable operation on variable 'ComM_Ram.ComM_GaaTimeCnt'.

203

0

Unset

Unreviewed

83168

There exists no reachable operation on variable 'ComM_Ram.ComM_GaaPassiveWakeUp'.

367

6

Unset

Unreviewed

83166

There exists no reachable operation on variable 'ComM_Ram.ComM_GucChannelsFullComMode'.

380

6

Unset

Unreviewed

83170

There exists no reachable operation on variable 'ComM_Ram.ComM_GaaNmRequested'.

396

6

Unset

Unreviewed

83185

There exists no reachable operation on variable 'ComM_Ram.ComM_GaaInhibitionReqst'.

410

0

Unset

Unreviewed

83187

There exists no reachable operation on variable 'ComM_Ram.ComM_GblLimitEcuToNoCom'.

439

8

Unset

Unreviewed

83174

There exists no reachable operation on variable 'ComM_Ram.ComM_GaaDcmActiveDiagnostic'.

464

0

Unset

Unreviewed

83173

There exists no reachable operation on variable 'ComM_Ram.ComM_GaaCommunicationAllowed'.

477

0

Unset

Unreviewed

Table 5.18. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\013_WdgM_DELIVERY\ssc\src\WdgM.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

85283

There exists no reachable operation on variable 'WdgM.WdgM_GaaValidateGlobalStaus'.

149

1

Unset

Unreviewed

85282

There exists no reachable operation on variable 'WdgM.WdgM_GaaValidateLocalStaus'.

168

1

Unset

Unreviewed

Table 5.19. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\013_WdgM_DELIVERY\ssc\src\WdgM_Ram.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

85333

There exists no reachable operation on variable 'WdgM_Ram.WdgM_GddGlobalSupSta'.

71

1

Unset

Unreviewed

85336

There exists no reachable operation on variable 'WdgM_Ram.WdgM_GddGlobalSupStaRed'.

87

0

Unset

Unreviewed

85324

There exists no reachable operation on variable 'WdgM_Ram.WdgM_GddCurrentMode'.

103

23

Unset

Unreviewed

85325

There exists no reachable operation on variable 'WdgM_Ram.WdgM_GddCurrentModeRed'.

117

23

Unset

Unreviewed

85330

There exists no reachable operation on variable 'WdgM_Ram.WdgM_GddFirstExpiredSEID'.

133

28

Unset

Unreviewed

85321

There exists no reachable operation on variable 'WdgM_Ram.WdgM_GddInvFirstExpiredSEID'.

149

6

Unset

Unreviewed

85326

There exists no reachable operation on variable 'WdgM_Ram.WdgM_GddExpSupCylCnt'.

166

0

Unset

Unreviewed

85322

There exists no reachable operation on variable 'WdgM_Ram.WdgM_GaaSEStatus'.

179

15

Unset

Unreviewed

85331

There exists no reachable operation on variable 'WdgM_Ram.WdgM_GaaSEStatusRed'.

193

15

Unset

Unreviewed

85335

There exists no reachable operation on variable 'WdgM_Ram.WdgM_GblFirstExpSEIDStatus'.

207

8

Unset

Unreviewed

85328

There exists no reachable operation on variable 'WdgM_Ram.WdgM_GblIntializeStatus'.

255

8

Unset

Unreviewed

85329

There exists no reachable operation on variable 'WdgM_Ram.WdgM_GaaDeadlineSupervisionStatus'.

268

0

Unset

Unreviewed

85327

There exists no reachable operation on variable 'WdgM_Ram.WdgM_GaaAliveIndicationStatus'.

283

0

Unset

Unreviewed

85320

There exists no reachable operation on variable 'WdgM_Ram.WdgM_GaaFailedRefCycleCounter'.

298

0

Unset

Unreviewed

85332

There exists no reachable operation on variable 'WdgM_Ram.WdgM_GulFreeRunningCounter'.

312

7

Unset

Unreviewed

85323

There exists no reachable operation on variable 'WdgM_Ram.WdgM_GulFrRngSupCylCnt'.

357

7

Unset

Unreviewed

85334

There exists no reachable operation on variable 'WdgM_Ram.WdgM_GblCorruptStatus'.

369

8

Unset

Unreviewed

Table 5.20. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\020_NvM_DELIVERY\ssc\src\NvM_CRCStatic.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

84272

There exists no reachable operation on variable 'NvM_CRCStatic.LusCrcsteps'.

865

16

Unset

Unreviewed

Table 5.21. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\020_NvM_DELIVERY\ssc\src\NvM_Ram.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

84340

There exists no reachable operation on variable 'NvM_Ram.NvM_GaaRamStatus'.

126

0

Unset

Unreviewed

84342

There exists no reachable operation on variable 'NvM_Ram.NvM_GucRetryCount'.

134

6

Unset

Unreviewed

84338

There exists no reachable operation on variable 'NvM_Ram.NvM_GucMainBlkRetryCount'.

142

6

Unset

Unreviewed

84345

There exists no reachable operation on variable 'NvM_Ram.NvM_GblCrcCheck'.

150

8

Unset

Unreviewed

84326

There exists no reachable operation on variable 'NvM_Ram.NvM_GaaReadCRCSID'.

159

6

Unset

Unreviewed

84302

There exists no reachable operation on variable 'NvM_Ram.NvM_GusStdFreeSlotsAvail'.

204

7

Unset

Unreviewed

84303

There exists no reachable operation on variable 'NvM_Ram.NvM_GusStdQueStartPos'.

211

7

Unset

Unreviewed

84319

There exists no reachable operation on variable 'NvM_Ram.NvM_GusStdQueEndPos'.

218

7

Unset

Unreviewed

84312

There exists no reachable operation on variable 'NvM_Ram.NvM_GusStdQueEnDis'.

225

7

Unset

Unreviewed

84361

There exists no reachable operation on variable 'NvM_Ram.NvM_GusReadAllCnt'.

235

7

Unset

Unreviewed

84353

There exists no reachable operation on variable 'NvM_Ram.NvM_GblWrtAllSrt'.

243

8

Unset

Unreviewed

84346

There exists no reachable operation on variable 'NvM_Ram.NvM_GusWriteAllCnt'.

250

7

Unset

Unreviewed

84327

There exists no reachable operation on variable 'NvM_Ram.NvM_GucState'.

272

6

Unset

Unreviewed

84328

There exists no reachable operation on variable 'NvM_Ram.NvM_GucStateFlag'.

278

6

Unset

Unreviewed

84315

There exists no reachable operation on variable 'NvM_Ram.NvM_GucNotifiedGlobalStatus'.

289

6

Unset

Unreviewed

84305

There exists no reachable operation on variable 'NvM_Ram.NvM_GucRedundantDone'.

301

6

Unset

Unreviewed

84297

There exists no reachable operation on variable 'NvM_Ram.NvM_GucRedundantRetryDone'.

308

6

Unset

Unreviewed

84343

There exists no reachable operation on variable 'NvM_Ram.NvM_GucValidateAllRequest'.

316

6

Unset

Unreviewed

84344

There exists no reachable operation on variable 'NvM_Ram.NvM_Gblcalccrcflag'.

353

8

Unset

Unreviewed

84316

There exists no reachable operation on variable 'NvM_Ram.NvM_GblNoRestoreFlag'.

362

8

Unset

Unreviewed

84364

There exists no reachable operation on variable 'NvM_Ram.NvM_GpNvmBlkDescTbl'.

372

22

Unset

Unreviewed

84313

There exists no reachable operation on variable 'NvM_Ram.NvM_GpRamAddr'.

379

7

Unset

Unreviewed

84335

There exists no reachable operation on variable 'NvM_Ram.NvM_GpPreviousRamAddr'.

386

7

Unset

Unreviewed

84314

There exists no reachable operation on variable 'NvM_Ram.NvM_GpWriteVerifySourceData'.

393

7

Unset

Unreviewed

84355

There exists no reachable operation on variable 'NvM_Ram.NvM_GddBlockIdx'.

400

16

Unset

Unreviewed

84348

There exists no reachable operation on variable 'NvM_Ram.NvM_GddIdentifyBlock'.

407

16

Unset

Unreviewed

84330

There exists no reachable operation on variable 'NvM_Ram.NvM_GddJobResultLowLevel'.

415

22

Unset

Unreviewed

84306

There exists no reachable operation on variable 'NvM_Ram.NvM_GaaStdQueueBuffer'.

426

13

Unset

Unreviewed

84300

There exists no reachable operation on variable 'NvM_Ram.NvM_GusPreBlkPos'.

433

7

Unset

Unreviewed

84347

There exists no reachable operation on variable 'NvM_Ram.NvM_GusStdQuePos'.

439

7

Unset

Unreviewed

84331

There exists no reachable operation on variable 'NvM_Ram.NvM_GddStdPrevReq'.

446

13

Unset

Unreviewed

84296

There exists no reachable operation on variable 'NvM_Ram.NvM_GusBlockInProgress'.

452

7

Unset

Unreviewed

84321

There exists no reachable operation on variable 'NvM_Ram.NvM_GddRetryPrevReq'.

464

13

Unset

Unreviewed

84337

There exists no reachable operation on variable 'NvM_Ram.NvM_GaaImmQueueBuffer'.

474

13

Unset

Unreviewed

84356

There exists no reachable operation on variable 'NvM_Ram.NvM_GusImmQuePos'.

481

7

Unset

Unreviewed

84352

There exists no reachable operation on variable 'NvM_Ram.NvM_Gblflag'.

491

8

Unset

Unreviewed

84301

There exists no reachable operation on variable 'NvM_Ram.NvM_GaaTempRamFlg'.

500

8

Unset

Unreviewed

84358

There exists no reachable operation on variable 'NvM_Ram.NvM_GblRestoreFlag'.

508

8

Unset

Unreviewed

84360

There exists no reachable operation on variable 'NvM_Ram.NvM_GblCancelWriteAll'.

515

8

Unset

Unreviewed

84295

There exists no reachable operation on variable 'NvM_Ram.NvM_GblHighPriorityRequest'.

527

8

Unset

Unreviewed

84320

There exists no reachable operation on variable 'NvM_Ram.NvM_GblPrevReqImm'.

534

8

Unset

Unreviewed

84339

There exists no reachable operation on variable 'NvM_Ram.NvM_GblImmReq'.

541

8

Unset

Unreviewed

84318

There exists no reachable operation on variable 'NvM_Ram.NvM_GddPrevIdentifyBlockId'.

548

16

Unset

Unreviewed

84350

There exists no reachable operation on variable 'NvM_Ram.NvM_GblConfigIdMatch'.

558

8

Unset

Unreviewed

84349

There exists no reachable operation on variable 'NvM_Ram.NvM_GblInitDone'.

567

8

Unset

Unreviewed

84304

There exists no reachable operation on variable 'NvM_Ram.NvM_GblRetryFlag'.

575

8

Unset

Unreviewed

84317

There exists no reachable operation on variable 'NvM_Ram.NvM_GblRetryCrcFlag'.

584

8

Unset

Unreviewed

84354

There exists no reachable operation on variable 'NvM_Ram.NvM_GblMirFlag'.

593

8

Unset

Unreviewed

84336

There exists no reachable operation on variable 'NvM_Ram.NvM_GucCrc8bit'.

606

6

Unset

Unreviewed

84362

There exists no reachable operation on variable 'NvM_Ram.NvM_GddCrc16bit'.

614

11

Unset

Unreviewed

84293

There exists no reachable operation on variable 'NvM_Ram.NvM_GddCrc32bit'.

622

12

Unset

Unreviewed

84341

There exists no reachable operation on variable 'NvM_Ram.NvM_GblLastCrcCheck'.

631

8

Unset

Unreviewed

84298

There exists no reachable operation on variable 'NvM_Ram.NvM_GpSrcPtr'.

638

13

Unset

Unreviewed

84351

There exists no reachable operation on variable 'NvM_Ram.NvM_Guccrcsuccesscnt'.

646

6

Unset

Unreviewed

84357

There exists no reachable operation on variable 'NvM_Ram.NvM_GucPrevRedundantDone'.

654

6

Unset

Unreviewed

84359

There exists no reachable operation on variable 'NvM_Ram.NvM_GucWriteorReadall'.

680

6

Unset

Unreviewed

84329

There exists no reachable operation on variable 'NvM_Ram.NvM_GpTempRamStorage'.

686

13

Unset

Unreviewed

84299

There exists no reachable operation on variable 'NvM_Ram.NvM_GpRamAddrDuringwrite'.

695

13

Unset

Unreviewed

Table 5.22. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\021_Fee_DELIVERY\ssc\src\Fee_Ram.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

84131

There exists no reachable operation on variable 'Fee_Ram.Fee_GddLength'.

102

15

Unset

Unreviewed

84073

There exists no reachable operation on variable 'Fee_Ram.Fee_GblGcstartStatus'.

109

8

Unset

Unreviewed

84096

There exists no reachable operation on variable 'Fee_Ram.Fee_GblBlkHdrErased'.

116

8

Unset

Unreviewed

84110

There exists no reachable operation on variable 'Fee_Ram.Fee_GucIntValActJobStart'.

123

6

Unset

Unreviewed

84139

There exists no reachable operation on variable 'Fee_Ram.Fee_GucIntValActStage'.

130

6

Unset

Unreviewed

84077

There exists no reachable operation on variable 'Fee_Ram.Fee_GucInitStageRetry'.

137

6

Unset

Unreviewed

84140

There exists no reachable operation on variable 'Fee_Ram.Fee_GucGcStartStageRetry'.

153

6

Unset

Unreviewed

84127

There exists no reachable operation on variable 'Fee_Ram.Fee_GucHdrEraseCnt'.

161

6

Unset

Unreviewed

84099

There exists no reachable operation on variable 'Fee_Ram.Fee_GaaBlkDataAdr'.

170

22

Unset

Unreviewed

84132

There exists no reachable operation on variable 'Fee_Ram.Fee_GaaBlkDataAdrBackup'.

179

21

Unset

Unreviewed

84083

There exists no reachable operation on variable 'Fee_Ram.Fee_GaaBlockConsistency'.

188

6

Unset

Unreviewed

84129

There exists no reachable operation on variable 'Fee_Ram.Fee_GaaBlockConsistencyBackup'.

198

6

Unset

Unreviewed

84076

There exists no reachable operation on variable 'Fee_Ram.Fee_GaaBlockValidity'.

207

6

Unset

Unreviewed

84108

There exists no reachable operation on variable 'Fee_Ram.Fee_GaaBlockValidityBackup'.

217

7

Unset

Unreviewed

84117

There exists no reachable operation on variable 'Fee_Ram.Fee_GddBlockHdrInfo'.

225

21

Unset

Unreviewed

84145

There exists no reachable operation on variable 'Fee_Ram.Fee_GddClrDataHdrAddr'.

233

16

Unset

Unreviewed

84078

There exists no reachable operation on variable 'Fee_Ram.Fee_GddGcClrDataHdrAddr'.

242

16

Unset

Unreviewed

84097

There exists no reachable operation on variable 'Fee_Ram.Fee_GaaBufferHdr'.

251

7

Unset

Unreviewed

84080

There exists no reachable operation on variable 'Fee_Ram.Fee_GddGcClrInfoAddr'.

260

16

Unset

Unreviewed

84124

There exists no reachable operation on variable 'Fee_Ram.Fee_GusBlockIndex'.

325

7

Unset

Unreviewed

84142

There exists no reachable operation on variable 'Fee_Ram.Fee_GusGcBlockIndex'.

333

7

Unset

Unreviewed

84081

There exists no reachable operation on variable 'Fee_Ram.Fee_GddFlsAddress'.

359

16

Unset

Unreviewed

84079

There exists no reachable operation on variable 'Fee_Ram.Fee_GddGcFlsAddress'.

368

16

Unset

Unreviewed

84084

There exists no reachable operation on variable 'Fee_Ram.Fee_GddGcLength'.

379

15

Unset

Unreviewed

84071

There exists no reachable operation on variable 'Fee_Ram.Fee_GpReadDataBufferPtr'.

389

8

Unset

Unreviewed

84138

There exists no reachable operation on variable 'Fee_Ram.Fee_GpWriteDataBufferPtr'.

399

14

Unset

Unreviewed

84105

There exists no reachable operation on variable 'Fee_Ram.Fee_GaaBuffer'.

413

6

Unset

Unreviewed

84123

There exists no reachable operation on variable 'Fee_Ram.Fee_GusBckActClr'.

432

7

Unset

Unreviewed

84128

There exists no reachable operation on variable 'Fee_Ram.Fee_GucGcJobStage'.

440

6

Unset

Unreviewed

84101

There exists no reachable operation on variable 'Fee_Ram.Fee_GblGcStatus'.

448

8

Unset

Unreviewed

84070

There exists no reachable operation on variable 'Fee_Ram.Fee_GucGcReadStatus'.

456

6

Unset

Unreviewed

84089

There exists no reachable operation on variable 'Fee_Ram.Fee_GucWriteStage'.

472

6

Unset

Unreviewed

84137

There exists no reachable operation on variable 'Fee_Ram.Fee_GucEraseFailCnt'.

480

6

Unset

Unreviewed

84143

There exists no reachable operation on variable 'Fee_Ram.Fee_GucFailCnt'.

488

6

Unset

Unreviewed

84093

There exists no reachable operation on variable 'Fee_Ram.Fee_GucEraseRetried'.

496

6

Unset

Unreviewed

84141

There exists no reachable operation on variable 'Fee_Ram.Fee_GucEraseClrRetried'.

513

6

Unset

Unreviewed

84106

There exists no reachable operation on variable 'Fee_Ram.Fee_GucWriteRetry'.

520

7

Unset

Unreviewed

84111

There exists no reachable operation on variable 'Fee_Ram.Fee_GaaClrOverHead'.

539

23

Unset

Unreviewed

84126

There exists no reachable operation on variable 'Fee_Ram.Fee_GusActiveClusterId'.

558

7

Unset

Unreviewed

84082

There exists no reachable operation on variable 'Fee_Ram.Fee_GusBlockOffset'.

574

7

Unset

Unreviewed

84100

There exists no reachable operation on variable 'Fee_Ram.Fee_GucFailSafeStatus'.

581

6

Unset

Unreviewed

84074

There exists no reachable operation on variable 'Fee_Ram.Fee_GaaJobErrorNotify'.

588

27

Unset

Unreviewed

84107

There exists no reachable operation on variable 'Fee_Ram.Fee_GucNoRetries'.

654

6

Unset

Unreviewed

84133

There exists no reachable operation on variable 'Fee_Ram.Fee_GucGcblkReadSuccesFul'.

661

6

Unset

Unreviewed

84090

There exists no reachable operation on variable 'Fee_Ram.Fee_GaaBlkWriteCnt'.

667

7

Unset

Unreviewed

84092

There exists no reachable operation on variable 'Fee_Ram.Fee_GaaBlkReadCnt'.

674

7

Unset

Unreviewed

84095

There exists no reachable operation on variable 'Fee_Ram.Fee_GucChkBlkHdr'.

682

6

Unset

Unreviewed

84121

There exists no reachable operation on variable 'Fee_Ram.Fee_GucUpdateCLRID'.

691

6

Unset

Unreviewed

84091

There exists no reachable operation on variable 'Fee_Ram.Fee_GucPrevClrRead'.

710

6

Unset

Unreviewed

84087

There exists no reachable operation on variable 'Fee_Ram.Fee_GaaPrevClrBlkDataAddr'.

720

0

Unset

Unreviewed

84146

There exists no reachable operation on variable 'Fee_Ram.Fee_GddCurClrInfoAddr'.

729

16

Unset

Unreviewed

84130

There exists no reachable operation on variable 'Fee_Ram.Fee_GddCurClrDataHdrAddr'.

738

16

Unset

Unreviewed

84075

There exists no reachable operation on variable 'Fee_Ram.Fee_GucGCRetry'.

745

6

Unset

Unreviewed

84072

There exists no reachable operation on variable 'Fee_Ram.Fee_GblGcCompleted'.

754

8

Unset

Unreviewed

84134

There exists no reachable operation on variable 'Fee_Ram.Fee_GddClrIdIndex'.

772

15

Unset

Unreviewed

84098

There exists no reachable operation on variable 'Fee_Ram.Fee_GblPrevClrCorrupted'.

784

8

Unset

Unreviewed

84102

There exists no reachable operation on variable 'Fee_Ram.Fee_GddHighestClr'.

794

15

Unset

Unreviewed

Table 5.23. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\029_Nm_DELIVERY\ssc\src\Nm_Ram.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

84270

There exists no reachable operation on variable 'Nm_Ram.Nm_GblInitStatus'.

75

8

Unset

Unreviewed

84271

There exists no reachable operation on variable 'Nm_Ram.Nm_GaaStateChange'.

82

6

Unset

Unreviewed

Table 5.24. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\031_CanNm_DELIVERY\ssc\src\CanNm.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

82950

There exists no reachable operation on variable 'CanNm.CanNm_GaaRxUserData'.

243

6

Unset

Unreviewed

Table 5.25. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\035_CanTp_DELIVERY\ssc\src\CanTp.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83044

There exists no reachable operation on variable 'CanTp.CanTp_GaaBytePos'.

164

12

Unset

Unreviewed

83035

There exists no reachable operation on variable 'CanTp.CanTp_GaaCircularBuffer'.

184

6

Unset

Unreviewed

83054

There exists no reachable operation on variable 'CanTp.CanTp_GaaDataBuffer'.

199

6

Unset

Unreviewed

83040

There exists no reachable operation on variable 'CanTp.CanTp_GaaStMinTimers'.

316

7

Unset

Unreviewed

83045

There exists no reachable operation on variable 'CanTp.LSaaRxNotifSts'.

1707

19

Unset

Unreviewed

83041

There exists no reachable operation on variable 'CanTp.LSaaTxNotifSts'.

1716

19

Unset

Unreviewed

Table 5.26. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\050_Com_DELIVERY\ssc\src\Com_Invalid.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83188

There exists no reachable operation on variable 'Com_Invalid.Com_GaaInvalidFuncPtr'.

519

25

Unset

Unreviewed

Table 5.27. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\050_Com_DELIVERY\ssc\src\Com_Pack.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83434

There exists no reachable operation on variable 'Com_Pack.Com_GaaSigWrFuncPtr'.

3872

23

Unset

Unreviewed

83432

There exists no reachable operation on variable 'Com_Pack.Com_GaaWrFuncPtr'.

3953

20

Unset

Unreviewed

83431

There exists no reachable operation on variable 'Com_Pack.Com_GaaValidateValue'.

4005

24

Unset

Unreviewed

Table 5.28. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\050_Com_DELIVERY\ssc\src\Com_UnPack.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83457

There exists no reachable operation on variable 'Com_UnPack.Com_GaaSigRdFuncPtr'.

2701

23

Unset

Unreviewed

Table 5.29. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\053_Dcm_DELIVERY\ssc\src\Dcm.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83496

There exists no reachable operation on variable 'Dcm.Dcm_GblResponsefromMainFunc'.

313

8

Unset

Unreviewed

83494

There exists no reachable operation on variable 'Dcm.Dcm_GucNegativeResponse'.

319

6

Unset

Unreviewed

83497

There exists no reachable operation on variable 'Dcm.Dcm_GddResponseMainFunction'.

326

25

Unset

Unreviewed

Table 5.30. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\053_Dcm_DELIVERY\ssc\src\Dcm_Dsd.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83627

There exists no reachable operation on variable 'Dcm_Dsd.Dcm_GucProtocolSIDTableIndex'.

321

6

Unset

Unreviewed

83611

There exists no reachable operation on variable 'Dcm_Dsd.LSddConfStatusLookUp'.

2607

42

Unset

Unreviewed

Table 5.31. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\053_Dcm_DELIVERY\ssc\src\Dcm_Dsl.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83632

There exists no reachable operation on variable 'Dcm_Dsl.Dcm_GaaComMMode'.

189

17

Unset

Unreviewed

83644

There exists no reachable operation on variable 'Dcm_Dsl.Dcm_GddSecurityLevel'.

233

16

Unset

Unreviewed

83645

There exists no reachable operation on variable 'Dcm_Dsl.Dcm_GblActiveDiagnostic'.

249

8

Unset

Unreviewed

Table 5.32. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\053_Dcm_DELIVERY\ssc\src\Dcm_DslRequestRx.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83646

There exists no reachable operation on variable 'Dcm_DslRequestRx.Dcm_GddSecondDeclRxPduId'.

299

10

Unset

Unreviewed

83650

There exists no reachable operation on variable 'Dcm_DslRequestRx.Dcm_GucRepeatRequest'.

305

6

Unset

Unreviewed

83647

There exists no reachable operation on variable 'Dcm_DslRequestRx.Dcm_GucsecdeclConnectionIndex'.

311

6

Unset

Unreviewed

83649

There exists no reachable operation on variable 'Dcm_DslRequestRx.Dcm_GaaSecDeclRepeatRequest'.

317

6

Unset

Unreviewed

Table 5.33. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\053_Dcm_DELIVERY\ssc\src\Dcm_DslScheduled.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83653

There exists no reachable operation on variable 'Dcm_DslScheduled.Dcm_GucS3ServerTimeStatus'.

184

6

Unset

Unreviewed

83654

There exists no reachable operation on variable 'Dcm_DslScheduled.Dcm_GaaRespPendingBuf'.

190

6

Unset

Unreviewed

83652

There exists no reachable operation on variable 'Dcm_DslScheduled.Dcm_GaaTimer'.

203

7

Unset

Unreviewed

83651

There exists no reachable operation on variable 'Dcm_DslScheduled.Dcm_GblReqProcessingStatus'.

212

8

Unset

Unreviewed

Table 5.34. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\053_Dcm_DELIVERY\ssc\src\Dcm_DspIoControl.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83659

There exists no reachable operation on variable 'Dcm_DspIoControl.Dcm_GddDspOpstatusIOCtrl'.

300

22

Unset

Unreviewed

Table 5.35. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\053_Dcm_DELIVERY\ssc\src\Dcm_OBDReadDataByPID.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83662

There exists no reachable operation on variable 'Dcm_OBDReadDataByPID.Dcm_GucCurrentReqIdIndex'.

305

6

Unset

Unreviewed

Table 5.36. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\053_Dcm_DELIVERY\ssc\src\Dcm_UDSClearDTCInfo.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83663

There exists no reachable operation on variable 'Dcm_UDSClearDTCInfo.Dcm_GucDspDTCClearPending'.

137

32

Unset

Unreviewed

83664

There exists no reachable operation on variable 'Dcm_UDSClearDTCInfo.Dcm_GSulDspPendingDtc'.

145

14

Unset

Unreviewed

Table 5.37. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\053_Dcm_DELIVERY\ssc\src\Dcm_UDSCommunicationControl.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83665

There exists no reachable operation on variable 'Dcm_UDSCommunicationControl.Dcm_GddComCtrlInfo'.

183

29

Unset

Unreviewed

Table 5.38. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\053_Dcm_DELIVERY\ssc\src\Dcm_UDSCtrlDTCInfo.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83670

There exists no reachable operation on variable 'Dcm_UDSCtrlDTCInfo.Dcm_GblDTCSettingDisabled'.

163

8

Unset

Unreviewed

Table 5.39. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\053_Dcm_DELIVERY\ssc\src\Dcm_UDSDiagnosticSession.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83672

There exists no reachable operation on variable 'Dcm_UDSDiagnosticSession.Dcm_GblBLPosResponse'.

252

8

Unset

Unreviewed

83673

There exists no reachable operation on variable 'Dcm_UDSDiagnosticSession.Dcm_GblRetrySetProgConditions'.

262

8

Unset

Unreviewed

83671

There exists no reachable operation on variable 'Dcm_UDSDiagnosticSession.Dcm_GblProgSessionSetFlag'.

275

8

Unset

Unreviewed

Table 5.40. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\053_Dcm_DELIVERY\ssc\src\Dcm_UDSEcuReset.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83687

There exists no reachable operation on variable 'Dcm_UDSEcuReset.Dcm_GddEcuResetRespStatus'.

240

18

Unset

Unreviewed

Table 5.41. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\053_Dcm_DELIVERY\ssc\src\Dcm_UDSReadDTCInfo.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83702

There exists no reachable operation on variable 'Dcm_UDSReadDTCInfo.Dcm_GpDTCSubFnsStatus'.

274

15

Unset

Unreviewed

83704

There exists no reachable operation on variable 'Dcm_UDSReadDTCInfo.Dcm_GaaSetDTCFiltDTCMapping'.

281

12

Unset

Unreviewed

83706

There exists no reachable operation on variable 'Dcm_UDSReadDTCInfo.Dcm_GaaSetDTCFiltDTCInputs'.

373

30

Unset

Unreviewed

83707

There exists no reachable operation on variable 'Dcm_UDSReadDTCInfo.Dcm_GaaReadDTCInfoSwitch'.

717

28

Unset

Unreviewed

83705

There exists no reachable operation on variable 'Dcm_UDSReadDTCInfo.Dcm_GaaOccTimeReqType'.

759

25

Unset

Unreviewed

83708

There exists no reachable operation on variable 'Dcm_UDSReadDTCInfo.Dcm_GaaReadDTCInfoSwitchMap'.

771

12

Unset

Unreviewed

83703

There exists no reachable operation on variable 'Dcm_UDSReadDTCInfo.Dcm_GaaReadDTCInfoLength'.

867

13

Unset

Unreviewed

Table 5.42. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\053_Dcm_DELIVERY\ssc\src\Dcm_UDSReadDataByID.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83713

There exists no reachable operation on variable 'Dcm_UDSReadDataByID.Dcm_GusCurrentDidIndex'.

346

7

Unset

Unreviewed

83710

There exists no reachable operation on variable 'Dcm_UDSReadDataByID.Dcm_GaaPackFunction'.

376

23

Unset

Unreviewed

83709

There exists no reachable operation on variable 'Dcm_UDSReadDataByID.Dcm_GaaReadAndPackData'.

461

26

Unset

Unreviewed

83711

There exists no reachable operation on variable 'Dcm_UDSReadDataByID.Dcm_GpDspDid0xF186'.

503

25

Unset

Unreviewed

83712

There exists no reachable operation on variable 'Dcm_UDSReadDataByID.Dcm_GaaSetDspProcessAllDIDMapping'.

509

12

Unset

Unreviewed

83714

There exists no reachable operation on variable 'Dcm_UDSReadDataByID.Dcm_GaaDspProcessAllDID'.

556

24

Unset

Unreviewed

Table 5.43. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\053_Dcm_DELIVERY\ssc\src\Dcm_UDSRoutineControl.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83715

There exists no reachable operation on variable 'Dcm_UDSRoutineControl.Dcm_GSblPendingRoutine'.

235

15

Unset

Unreviewed

Table 5.44. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\053_Dcm_DELIVERY\ssc\src\Dcm_UDSSecurityAccess.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83716

There exists no reachable operation on variable 'Dcm_UDSSecurityAccess.Dcm_GSulSecAttemptCounterReadOutTimer'.

246

14

Unset

Unreviewed

83717

There exists no reachable operation on variable 'Dcm_UDSSecurityAccess.Dcm_GddDspCurrentSecAccess'.

253

21

Unset

Unreviewed

Table 5.45. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\053_Dcm_DELIVERY\ssc\src\Dcm_UDSWriteDataByID.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83720

There exists no reachable operation on variable 'Dcm_UDSWriteDataByID.Dcm_GusWriteIoPendingDid'.

257

7

Unset

Unreviewed

83722

There exists no reachable operation on variable 'Dcm_UDSWriteDataByID.Dcm_GaaUnpackFunction'.

266

25

Unset

Unreviewed

83721

There exists no reachable operation on variable 'Dcm_UDSWriteDataByID.LSaaWriteData'.

1327

34

Unset

Unreviewed

Table 5.46. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\054_Dem_DELIVERY\ssc\src\Dem_Dcm.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83734

There exists no reachable operation on variable 'Dem_Dcm.Dem_GaaFilterType'.

296

26

Unset

Unreviewed

Table 5.47. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\054_Dem_DELIVERY\ssc\src\Dem_EvtProcsg.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83735

There exists no reachable operation on variable 'Dem_EvtProcsg.Dem_GaaAvailabilityStatus'.

389

12

Unset

Unreviewed

83738

There exists no reachable operation on variable 'Dem_EvtProcsg.Dem_GaaProcessDebouncePtrType'.

415

23

Unset

Unreviewed

83736

There exists no reachable operation on variable 'Dem_EvtProcsg.Dem_GaaEventDataCapturePtrType'.

690

29

Unset

Unreviewed

Table 5.48. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\054_Dem_DELIVERY\ssc\src\Dem_Ram.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83872

There exists no reachable operation on variable 'Dem_Ram.Dem_GpConfigPtr'.

120

23

Unset

Unreviewed

83832

There exists no reachable operation on variable 'Dem_Ram.Dem_GaaClientSelection'.

134

0

Unset

Unreviewed

83883

There exists no reachable operation on variable 'Dem_Ram.Dem_GaaTimeDebounceEntry'.

167

2

Unset

Unreviewed

83875

There exists no reachable operation on variable 'Dem_Ram.Dem_GaaOperationCycleStateBuffer'.

177

2

Unset

Unreviewed

83862

There exists no reachable operation on variable 'Dem_Ram.Dem_GstAdminData'.

215

18

Unset

Unreviewed

83911

There exists no reachable operation on variable 'Dem_Ram.Dem_GstRecordUpdate'.

236

21

Unset

Unreviewed

83881

There exists no reachable operation on variable 'Dem_Ram.Dem_GaaDTCOccurenceTime'.

280

0

Unset

Unreviewed

83870

There exists no reachable operation on variable 'Dem_Ram.Dem_GaaCurDTCFilter'.

321

7

Unset

Unreviewed

83908

There exists no reachable operation on variable 'Dem_Ram.Dem_GaaOriginFilter'.

329

7

Unset

Unreviewed

83868

There exists no reachable operation on variable 'Dem_Ram.Dem_GaaNumOfFilteredDtc'.

337

7

Unset

Unreviewed

83856

There exists no reachable operation on variable 'Dem_Ram.Dem_GaaDTCFilterCount'.

345

7

Unset

Unreviewed

83887

There exists no reachable operation on variable 'Dem_Ram.Dem_GaaMatchingDtcIndex'.

354

7

Unset

Unreviewed

83907

There exists no reachable operation on variable 'Dem_Ram.Dem_GaaFilteredEvents'.

365

0

Unset

Unreviewed

83865

There exists no reachable operation on variable 'Dem_Ram.Dem_GaaFFIndexOfEvent'.

375

7

Unset

Unreviewed

83909

There exists no reachable operation on variable 'Dem_Ram.Dem_GaaFltrdEventCount'.

408

7

Unset

Unreviewed

83877

There exists no reachable operation on variable 'Dem_Ram.Dem_GaaGetNxtFltrdEvntCalled'.

418

7

Unset

Unreviewed

83852

There exists no reachable operation on variable 'Dem_Ram.Dem_GaaOldEvtCntHeadTailIndex'.

431

6

Unset

Unreviewed

83854

There exists no reachable operation on variable 'Dem_Ram.Dem_GaaAvailableMemIndexs'.

440

6

Unset

Unreviewed

83899

There exists no reachable operation on variable 'Dem_Ram.Dem_GaaMemFreeStackIndx'.

450

6

Unset

Unreviewed

83858

There exists no reachable operation on variable 'Dem_Ram.Dem_GaaMemoryIndexForEvt'.

459

6

Unset

Unreviewed

83876

There exists no reachable operation on variable 'Dem_Ram.Dem_GaaEvtAgingCntPrm'.

470

0

Unset

Unreviewed

83864

There exists no reachable operation on variable 'Dem_Ram.Dem_GaaOriginMemMappingIndex'.

505

6

Unset

Unreviewed

83905

There exists no reachable operation on variable 'Dem_Ram.Dem_GaaAllEvtStatus'.

538

6

Unset

Unreviewed

83901

There exists no reachable operation on variable 'Dem_Ram.Dem_GaaMirrorAllEvtStatus'.

551

0

Unset

Unreviewed

83898

There exists no reachable operation on variable 'Dem_Ram.Dem_GucSwcErrorWriteIndex'.

560

6

Unset

Unreviewed

83886

There exists no reachable operation on variable 'Dem_Ram.Dem_GaaSwcErrorBuffer'.

570

7

Unset

Unreviewed

83829

There exists no reachable operation on variable 'Dem_Ram.Dem_GaaSwcErrorBufferStatus'.

582

2

Unset

Unreviewed

83902

There exists no reachable operation on variable 'Dem_Ram.Dem_GaaEventFailureCounter'.

592

6

Unset

Unreviewed

83904

There exists no reachable operation on variable 'Dem_Ram.Dem_GaaServiceInProcess'.

601

0

Unset

Unreviewed

83869

There exists no reachable operation on variable 'Dem_Ram.Dem_GaaDTCFormat'.

620

6

Unset

Unreviewed

83882

There exists no reachable operation on variable 'Dem_Ram.Dem_GaaCurDTCFilterStatusMask'.

628

6

Unset

Unreviewed

83860

There exists no reachable operation on variable 'Dem_Ram.Dem_GaaAllDtcStatus'.

638

6

Unset

Unreviewed

83878

There exists no reachable operation on variable 'Dem_Ram.Dem_GaaNvBlockIndBuffer'.

722

6

Unset

Unreviewed

83855

There exists no reachable operation on variable 'Dem_Ram.Dem_GucBlkCnt'.

731

6

Unset

Unreviewed

83871

There exists no reachable operation on variable 'Dem_Ram.Dem_GaaFilterState'.

740

6

Unset

Unreviewed

83900

There exists no reachable operation on variable 'Dem_Ram.Dem_GaaFFIndexInMem'.

748

6

Unset

Unreviewed

83903

There exists no reachable operation on variable 'Dem_Ram.Dem_GaaChronlgOrdReq'.

756

6

Unset

Unreviewed

83910

There exists no reachable operation on variable 'Dem_Ram.Dem_GaaEvtPreConditions'.

790

6

Unset

Unreviewed

83830

There exists no reachable operation on variable 'Dem_Ram.Dem_GaaTimeDebounceFreeze'.

840

8

Unset

Unreviewed

83906

There exists no reachable operation on variable 'Dem_Ram.Dem_GaaOperationCycleState'.

878

8

Unset

Unreviewed

83851

There exists no reachable operation on variable 'Dem_Ram.Dem_GaaFDCDirectionTD'.

892

6

Unset

Unreviewed

83850

There exists no reachable operation on variable 'Dem_Ram.Dem_GblOpCycleProcessStart'.

903

8

Unset

Unreviewed

83867

There exists no reachable operation on variable 'Dem_Ram.Dem_GaaPrimaryTrigger'.

912

0

Unset

Unreviewed

83859

There exists no reachable operation on variable 'Dem_Ram.Dem_GblSatelliteEventDataStoreStart'.

941

8

Unset

Unreviewed

83853

There exists no reachable operation on variable 'Dem_Ram.Dem_GaaEventMemOvflw'.

1012

8

Unset

Unreviewed

83874

There exists no reachable operation on variable 'Dem_Ram.Dem_GblNvmClearFinish'.

1022

8

Unset

Unreviewed

83866

There exists no reachable operation on variable 'Dem_Ram.Dem_GaaSuppressionStatus'.

1044

8

Unset

Unreviewed

83879

There exists no reachable operation on variable 'Dem_Ram.Dem_GaaNvmImmediateWriteBlockstate'.

1065

0

Unset

Unreviewed

83880

There exists no reachable operation on variable 'Dem_Ram.Dem_GucCountOfMainFunction'.

1075

6

Unset

Unreviewed

83831

There exists no reachable operation on variable 'Dem_Ram.Dem_GaaMasterSwcErrorBufferStatus'.

1378

0

Unset

Unreviewed

Table 5.49. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\060_CanIf_DELIVERY\ssc\src\CanIf.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

82904

There exists no reachable operation on variable 'CanIf.CanIf_GpFirstDynCanId'.

211

13

Unset

Unreviewed

Table 5.50. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\110_Csm_DELIVERY\ssc\src\Csm_Internal.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83477

There exists no reachable operation on variable 'Csm_Internal.LSaaOptnModeTrnstionTbl'.

4882

30

Unset

Unreviewed

Table 5.51. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\110_Csm_DELIVERY\ssc\src\Csm_Ram.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83478

There exists no reachable operation on variable 'Csm_Ram.Csm_GblSyncPrcngFlag'.

67

8

Unset

Unreviewed

83492

There exists no reachable operation on variable 'Csm_Ram.Csm_GblInitStatus'.

78

8

Unset

Unreviewed

83480

There exists no reachable operation on variable 'Csm_Ram.Csm_GaaJobPrimitiveInputOutput'.

91

0

Unset

Unreviewed

83485

There exists no reachable operation on variable 'Csm_Ram.Csm_GaaJobType'.

102

15

Unset

Unreviewed

83481

There exists no reachable operation on variable 'Csm_Ram.Csm_GaaInternalQueue'.

116

0

Unset

Unreviewed

83479

There exists no reachable operation on variable 'Csm_Ram.Csm_GblKeyFlag'.

128

8

Unset

Unreviewed

Table 5.52. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\112_CryIf_DELIVERY\ssc\src\CryIf_Ram.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83467

There exists no reachable operation on variable 'CryIf_Ram.CryIf_GblInitStatus'.

65

8

Unset

Unreviewed

Table 5.53. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\140_CanSm_DELIVERY\ssc\src\CanSM_Main.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

82998

There exists no reachable operation on variable 'CanSM_Main.CanSM_GSaaTransFuncPtrType'.

370

32

Unset

Unreviewed

Table 5.54. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\160_StbM_DELIVERY\ssc\src\StbM.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

85156

There exists no reachable operation on variable 'StbM.StbM_GSblInitStatus'.

227

17

Unset

Unreviewed

85182

There exists no reachable operation on variable 'StbM.StbM_GaaVirtualLocalCount'.

238

7

Unset

Unreviewed

85170

There exists no reachable operation on variable 'StbM.StbM_GaaLocalInstanceOfSync'.

247

19

Unset

Unreviewed

85162

There exists no reachable operation on variable 'StbM.StbM_GaaVirtualLocalTime'.

256

19

Unset

Unreviewed

85198

There exists no reachable operation on variable 'StbM.StbM_GaaSyncNotificationEvents'.

265

2

Unset

Unreviewed

85140

There exists no reachable operation on variable 'StbM.StbM_GaaSyncRecordTableBlock'.

290

8

Unset

Unreviewed

85149

There exists no reachable operation on variable 'StbM.StbM_GaaSyncTimeRecordTableBlockCount'.

298

13

Unset

Unreviewed

85188

There exists no reachable operation on variable 'StbM.StbM_GaaSyncTimeRecTableNotiFlag'.

307

14

Unset

Unreviewed

85175

There exists no reachable operation on variable 'StbM.StbM_GaaTimeSync'.

354

21

Unset

Unreviewed

85199

There exists no reachable operation on variable 'StbM.StbM_GaaUserDataSync'.

363

20

Unset

Unreviewed

85150

There exists no reachable operation on variable 'StbM.StbM_GaaOffsetCorrectionTLsync'.

522

21

Unset

Unreviewed

85157

There exists no reachable operation on variable 'StbM.StbM_GaaOffsetCorrectionTVsync'.

535

21

Unset

Unreviewed

85155

There exists no reachable operation on variable 'StbM.StbM_GaaVirtualTimeUpdatedFlag'.

545

10

Unset

Unreviewed

85181

There exists no reachable operation on variable 'StbM.StbM_GaaClearTimeleapFutureCount'.

557

9

Unset

Unreviewed

85167

There exists no reachable operation on variable 'StbM.StbM_GaaClearTimeleapPastCount'.

566

9

Unset

Unreviewed

85180

There exists no reachable operation on variable 'StbM.StbM_GaaTimebaseReceivedFlag'.

575

10

Unset

Unreviewed

85189

There exists no reachable operation on variable 'StbM.StbM_GaatimeBaseUpdateCounter'.

584

8

Unset

Unreviewed

85197

There exists no reachable operation on variable 'StbM.StbM_GaaTimeLeapCalcFlag'.

593

10

Unset

Unreviewed

85169

There exists no reachable operation on variable 'StbM.StbM_GaaPastFutureTimeLeap'.

602

20

Unset

Unreviewed

85195

There exists no reachable operation on variable 'StbM.StbM_GaaSetRateCorrection'.

612

23

Unset

Unreviewed

85196

There exists no reachable operation on variable 'StbM.StbM_GaaSetRateCorrectionFlag'.

623

8

Unset

Unreviewed

85168

There exists no reachable operation on variable 'StbM.StbM_GaaCounterValue'.

796

7

Unset

Unreviewed

85183

There exists no reachable operation on variable 'StbM.StbM_GaaUserDataPureLocal'.

806

20

Unset

Unreviewed

85190

There exists no reachable operation on variable 'StbM.StbM_GaaPureLocalTime'.

814

21

Unset

Unreviewed

Table 5.55. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\161_CanTSyn_DELIVERY\ssc\src\CanTSyn.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83000

There exists no reachable operation on variable 'CanTSyn.CanTSyn_GblInitStatus'.

83

8

Unset

Unreviewed

83001

There exists no reachable operation on variable 'CanTSyn.CanTSyn_GaaRAMSlaveSync'.

146

4

Unset

Unreviewed

Table 5.56. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\201_CRC_DELIVERY\ssc\src\Crc_16.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83459

There exists no reachable operation on variable 'Crc_16.Crc_GaaTable16'.

134

13

Unset

Unreviewed

Table 5.57. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\201_CRC_DELIVERY\ssc\src\Crc_32.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83460

There exists no reachable operation on variable 'Crc_32.Crc_GaaTable32'.

123

13

Unset

Unreviewed

Table 5.58. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\201_CRC_DELIVERY\ssc\src\Crc_32P4.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83461

There exists no reachable operation on variable 'Crc_32P4.Crc_GaaTable32P4'.

123

13

Unset

Unreviewed

Table 5.59. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\201_CRC_DELIVERY\ssc\src\Crc_64.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83462

There exists no reachable operation on variable 'Crc_64.Crc_GaaTable64'.

130

13

Unset

Unreviewed

Table 5.60. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\201_CRC_DELIVERY\ssc\src\Crc_8.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83463

There exists no reachable operation on variable 'Crc_8.Crc_GaaTable8'.

112

12

Unset

Unreviewed

Table 5.61. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\201_CRC_DELIVERY\ssc\src\Crc_8H2F.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83464

There exists no reachable operation on variable 'Crc_8H2F.Crc_GaaTable8H2F'.

117

12

Unset

Unreviewed

Table 5.62. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\212_XCP_DELIVERY\ssc\src\Xcp.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

85406

There exists no reachable operation on variable 'Xcp.Xcp_GSucSessionStatus'.

204

13

Unset

Unreviewed

85363

There exists no reachable operation on variable 'Xcp.Xcp_GSaaRecDataBuffer'.

213

28

Unset

Unreviewed

85346

There exists no reachable operation on variable 'Xcp.Xcp_GSddDtoTxQueue'.

223

36

Unset

Unreviewed

85373

There exists no reachable operation on variable 'Xcp.Xcp_GSddCmdTxQueue'.

233

24

Unset

Unreviewed

85407

There exists no reachable operation on variable 'Xcp.Xcp_GSddDownload'.

268

24

Unset

Unreviewed

85379

There exists no reachable operation on variable 'Xcp.Xcp_GSddUpload'.

277

24

Unset

Unreviewed

85345

There exists no reachable operation on variable 'Xcp.Xcp_GSaaRecBufferWrCnt'.

301

13

Unset

Unreviewed

85361

There exists no reachable operation on variable 'Xcp.Xcp_GSaaRecBufferRdCnt'.

311

13

Unset

Unreviewed

85367

There exists no reachable operation on variable 'Xcp.Xcp_GSaaTotalDynOdt'.

323

17

Unset

Unreviewed

85383

There exists no reachable operation on variable 'Xcp.Xcp_GSaaTotalDynOdtEntry'.

335

30

Unset

Unreviewed

85343

There exists no reachable operation on variable 'Xcp.Xcp_GSblSIDByInvEcho'.

345

15

Unset

Unreviewed

85388

There exists no reachable operation on variable 'Xcp.Xcp_GSusConfiguredDaqCount'.

398

14

Unset

Unreviewed

85362

There exists no reachable operation on variable 'Xcp.Xcp_GSucConfiguredOdtCount'.

407

13

Unset

Unreviewed

85411

There exists no reachable operation on variable 'Xcp.Xcp_GSulConfiguredOdtEntryCount'.

416

14

Unset

Unreviewed

85410

There exists no reachable operation on variable 'Xcp.Xcp_GSddDaqAllocState'.

427

41

Unset

Unreviewed

85405

There exists no reachable operation on variable 'Xcp.Xcp_GSaaDynOdtBuffer'.

438

34

Unset

Unreviewed

85337

There exists no reachable operation on variable 'Xcp.Xcp_GSddCheckSum'.

447

22

Unset

Unreviewed

85344

There exists no reachable operation on variable 'Xcp.Xcp_GSaaRecBufferMaxCnt'.

524

13

Unset

Unreviewed

85382

There exists no reachable operation on variable 'Xcp.Xcp_GSucCurrentResourcePStat'.

547

13

Unset

Unreviewed

85393

There exists no reachable operation on variable 'Xcp.Xcp_GSddXcpState'.

557

17

Unset

Unreviewed

85389

There exists no reachable operation on variable 'Xcp.Xcp_GSddCurrentDaqPtrVar'.

575

22

Unset

Unreviewed

85396

There exists no reachable operation on variable 'Xcp.Xcp_GSaaDaqList'.

585

17

Unset

Unreviewed

85352

There exists no reachable operation on variable 'Xcp.Xcp_GSddMta'.

596

19

Unset

Unreviewed

85351

There exists no reachable operation on variable 'Xcp.Xcp_GSblStatus'.

605

15

Unset

Unreviewed

85413

There exists no reachable operation on variable 'Xcp.Xcp_GaaDaqAllocTransitionTable'.

632

29

Unset

Unreviewed

85412

There exists no reachable operation on variable 'Xcp.Xcp_GaaMasterCommands'.

13253

28

Unset

Unreviewed

Table 5.63. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\CDD\254_IoHwAb\ssc\src\IoHwAb_Adc.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

84151

There exists no reachable operation on variable 'IoHwAb_Adc.IohWab_GddAdcResBuf_ADC'.

125

20

Unset

Unreviewed

84154

There exists no reachable operation on variable 'IoHwAb_Adc.IoHwAb_GddAdc_Channel_Group_Map'.

137

2

Unset

Unreviewed

Table 5.64. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\10_EcuM\src\EcuM_Lcfg.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

84013

There exists no reachable operation on variable 'EcuM_Lcfg.EcuM_GaaUsers'.

136

20

Unset

Unreviewed

84015

There exists no reachable operation on variable 'EcuM_Lcfg.EcuM_GaaResetModeId'.

148

12

Unset

Unreviewed

84016

There exists no reachable operation on variable 'EcuM_Lcfg.EcuM_GaaResetReason'.

160

13

Unset

Unreviewed

84012

There exists no reachable operation on variable 'EcuM_Lcfg.EcuM_GaaShutdownCauseId'.

179

12

Unset

Unreviewed

84011

There exists no reachable operation on variable 'EcuM_Lcfg.EcuM_GaaGoDownAllowedUser'.

191

12

Unset

Unreviewed

84017

There exists no reachable operation on variable 'EcuM_Lcfg.EcuM_GaaWakeSource'.

221

2

Unset

Unreviewed

84023

There exists no reachable operation on variable 'EcuM_Lcfg.EcuM_GaaSleepModes'.

284

1

Unset

Unreviewed

Table 5.65. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\110_Csm\src\Csm_Cfg.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83475

There exists no reachable operation on variable 'Csm_Cfg.Csm_GaaQueueType'.

105

25

Unset

Unreviewed

83468

There exists no reachable operation on variable 'Csm_Cfg.Csm_GaaJobInfoType'.

142

29

Unset

Unreviewed

83474

There exists no reachable operation on variable 'Csm_Cfg.Csm_GSaaPrimitivesInfoType'.

174

3

Unset

Unreviewed

83469

There exists no reachable operation on variable 'Csm_Cfg.Csm_GaaJobPrimitiveInfoType'.

238

37

Unset

Unreviewed

83473

There exists no reachable operation on variable 'Csm_Cfg.Csm_GaaKeyId'.

294

15

Unset

Unreviewed

83472

There exists no reachable operation on variable 'Csm_Cfg.Csm_GaaJobQueueInfoRef'.

314

23

Unset

Unreviewed

83470

There exists no reachable operation on variable 'Csm_Cfg.LSaaQueue0'.

368

19

Unset

Unreviewed

83471

There exists no reachable operation on variable 'Csm_Cfg.LSaaQueue1'.

372

19

Unset

Unreviewed

Table 5.66. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\112_CryIf\src\CryIf_Cfg.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83466

There exists no reachable operation on variable 'CryIf_Cfg.CryIf_GaaChannelInfo'.

92

0

Unset

Unreviewed

83465

There exists no reachable operation on variable 'CryIf_Cfg.CryIf_GaaKeyInfo'.

125

24

Unset

Unreviewed

Table 5.67. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\12_ComM\src\ComM_Lcfg.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83143

There exists no reachable operation on variable 'ComM_Lcfg.ComM_GaaSMGetCurComModeFun'.

191

2

Unset

Unreviewed

83149

There exists no reachable operation on variable 'ComM_Lcfg.ComM_GaaChnInxArr'.

224

12

Unset

Unreviewed

83144

There exists no reachable operation on variable 'ComM_Lcfg.ComM_GaaSMReqComModeFun'.

243

2

Unset

Unreviewed

83146

There exists no reachable operation on variable 'ComM_Lcfg.ComM_GaaUsers'.

275

17

Unset

Unreviewed

83142

There exists no reachable operation on variable 'ComM_Lcfg.ComM_GaaChannelToUserMapping'.

305

26

Unset

Unreviewed

83145

There exists no reachable operation on variable 'ComM_Lcfg.ComM_GSstConstData'.

318

16

Unset

Unreviewed

Table 5.68. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\12_ComM\src\ComM_PBcfg.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83164

There exists no reachable operation on variable 'ComM_PBcfg.ComM_GaaChannelConfig'.

162

29

Unset

Unreviewed

83158

There exists no reachable operation on variable 'ComM_PBcfg.ComM_GaaUserConfig'.

185

26

Unset

Unreviewed

Table 5.69. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\13_WdgM\src\WdgM_Cfg.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

85310

There exists no reachable operation on variable 'WdgM_Cfg.WdgM_GaaTrigger'.

137

23

Unset

Unreviewed

85313

There exists no reachable operation on variable 'WdgM_Cfg.WdgM_GaaAliveSupervisions'.

161

32

Unset

Unreviewed

85284

There exists no reachable operation on variable 'WdgM_Cfg.WdgM_GaaDeadlineSupervision'.

383

35

Unset

Unreviewed

85308

There exists no reachable operation on variable 'WdgM_Cfg.WdgM_GaaSEInfo'.

431

22

Unset

Unreviewed

85299

There exists no reachable operation on variable 'WdgM_Cfg.WdgM_GaaSEIndex'.

540

13

Unset

Unreviewed

85317

There exists no reachable operation on variable 'WdgM_Cfg.WdgM_GaaCheckpoints'.

585

26

Unset

Unreviewed

85290

There exists no reachable operation on variable 'WdgM_Cfg.WdgM_GaaSupervisedEntity'.

760

32

Unset

Unreviewed

85319

There exists no reachable operation on variable 'WdgM_Cfg.WdgM_GaaModeSEMapArrIndex'.

1253

33

Unset

Unreviewed

85300

There exists no reachable operation on variable 'WdgM_Cfg.WdgM_GaaModes'.

1311

27

Unset

Unreviewed

Table 5.70. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\140_CanSM\src\CanSM_Cfg.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

82976

There exists no reachable operation on variable 'CanSM_Cfg.CanSM_GaaStaticController'.

94

0

Unset

Unreviewed

82977

There exists no reachable operation on variable 'CanSM_Cfg.CanSM_GaaInternalNetwork'.

106

2

Unset

Unreviewed

82975

There exists no reachable operation on variable 'CanSM_Cfg.CanSM_GaaStaticTrvToNw'.

119

2

Unset

Unreviewed

82985

There exists no reachable operation on variable 'CanSM_Cfg.CanSM_GaaInternalController'.

131

2

Unset

Unreviewed

82979

There exists no reachable operation on variable 'CanSM_Cfg.CanSM_GaaNetworkIndex'.

142

12

Unset

Unreviewed

Table 5.71. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\15_Det\src\Det_Cfg.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83942

There exists no reachable operation on variable 'Det_Cfg.Det_GaaPartitionApp'.

98

22

Unset

Unreviewed

83945

There exists no reachable operation on variable 'Det_Cfg.Det_GaaInitStatus'.

131

14

Unset

Unreviewed

83947

There exists no reachable operation on variable 'Det_Cfg.Det_GaaErrorHook'.

151

22

Unset

Unreviewed

83941

There exists no reachable operation on variable 'Det_Cfg.Det_GaaReportRuntimeErrorCallout'.

173

22

Unset

Unreviewed

83940

There exists no reachable operation on variable 'Det_Cfg.Det_GaaReportTransientFaultCallout'.

195

22

Unset

Unreviewed

83943

There exists no reachable operation on variable 'Det_Cfg.Det_GaaPartitionFunctions'.

208

24

Unset

Unreviewed

Table 5.72. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\160_StbM\src\StbM_Cfg.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

85213

There exists no reachable operation on variable 'StbM_Cfg.StbM_GaaTimeRecording'.

95

29

Unset

Unreviewed

85218

There exists no reachable operation on variable 'StbM_Cfg.StbM_GaaLocalTimeClock'.

132

30

Unset

Unreviewed

85204

There exists no reachable operation on variable 'StbM_Cfg.StbM_GaaTimeBaseStaticSync'.

177

2

Unset

Unreviewed

85212

There exists no reachable operation on variable 'StbM_Cfg.StbM_GaaSystemWideGlobalTimeMaster'.

294

2

Unset

Unreviewed

Table 5.73. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\161_CanTSyn\src\CanTSyn_Cfg.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83009

There exists no reachable operation on variable 'CanTSyn_Cfg.CanTSyn_GaaROMSlaveSync'.

98

31

Unset

Unreviewed

83010

There exists no reachable operation on variable 'CanTSyn_Cfg.CanTSyn_GaaROMRxPduMappingArray'.

130

2

Unset

Unreviewed

Table 5.74. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\1_Os\src\Os_Cfg.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

84430

There exists no reachable operation on variable 'Os_Cfg.Os_GSaaRamTaskStackSize_0'.

120

20

Unset

Unreviewed

84501

There exists no reachable operation on variable 'Os_Cfg.Os_GSaaRamISRStackSize_0'.

127

20

Unset

Unreviewed

84396

There exists no reachable operation on variable 'Os_Cfg.Os_GSaaRamTaskStackSize_0_512'.

134

20

Unset

Unreviewed

84471

There exists no reachable operation on variable 'Os_Cfg.Os_GSaaRamTaskStackSize_0_1024'.

140

20

Unset

Unreviewed

84434

There exists no reachable operation on variable 'Os_Cfg.Os_GSaaRamTaskStackSize_0_2048'.

146

20

Unset

Unreviewed

84470

There exists no reachable operation on variable 'Os_Cfg.Os_GSaaRamTaskStackSize_0_4096'.

152

20

Unset

Unreviewed

84391

There exists no reachable operation on variable 'Os_Cfg.Os_GSaaContextSwitch_0'.

160

24

Unset

Unreviewed

84370

There exists no reachable operation on variable 'Os_Cfg.Os_GSaaTask_0'.

168

15

Unset

Unreviewed

84433

There exists no reachable operation on variable 'Os_Cfg.Os_GaaMaxActCnt'.

190

29

Unset

Unreviewed

84408

There exists no reachable operation on variable 'Os_Cfg.Os_GaaTaskIdCheck'.

198

14

Unset

Unreviewed

84424

There exists no reachable operation on variable 'Os_Cfg.Os_GSaaCounter_0'.

210

18

Unset

Unreviewed

84423

There exists no reachable operation on variable 'Os_Cfg.Os_GSaaAppState_0'.

217

19

Unset

Unreviewed

84376

There exists no reachable operation on variable 'Os_Cfg.Os_GSaaResTable_0'.

224

19

Unset

Unreviewed

84431

There exists no reachable operation on variable 'Os_Cfg.Os_GSaaStack_0'.

245

22

Unset

Unreviewed

84422

There exists no reachable operation on variable 'Os_Cfg.Os_GSaaAutoTask'.

1917

30

Unset

Unreviewed

84435

There exists no reachable operation on variable 'Os_Cfg.Os_GSaaAlarm_0'.

1947

16

Unset

Unreviewed

84397

There exists no reachable operation on variable 'Os_Cfg.Os_GaaStaticAlarm'.

1958

21

Unset

Unreviewed

84402

There exists no reachable operation on variable 'Os_Cfg.Os_GaaStaticCounter'.

2051

23

Unset

Unreviewed

84387

There exists no reachable operation on variable 'Os_Cfg.Os_GSaaAction_0'.

2103

23

Unset

Unreviewed

84443

There exists no reachable operation on variable 'Os_Cfg.Os_GSaaExpiryPoint_0'.

5070

28

Unset

Unreviewed

84426

There exists no reachable operation on variable 'Os_Cfg.Os_GSaaSchedTable_0'.

7412

21

Unset

Unreviewed

84446

There exists no reachable operation on variable 'Os_Cfg.Os_GaaStaticSchedTable'.

7420

26

Unset

Unreviewed

84467

There exists no reachable operation on variable 'Os_Cfg.Os_GaaApplMode'.

7577

18

Unset

Unreviewed

84383

There exists no reachable operation on variable 'Os_Cfg.Os_GaaStaticResTable'.

7675

24

Unset

Unreviewed

84409

There exists no reachable operation on variable 'Os_Cfg.Os_GaaResourceMap'.

7715

15

Unset

Unreviewed

Table 5.75. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\1_Os\src\Os_IocCfg.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

84564

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaUnQBuf_Ioc_CSArray_0'.

112

19

Unset

Unreviewed

84612

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaUnQBuf_Dem_EventStatusType_0'.

119

2

Unset

Unreviewed

84591

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaUnQBuf_uint8_0'.

125

13

Unset

Unreviewed

84592

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaUnQBuf_tieMountingSideRaw_0'.

132

2

Unset

Unreviewed

84610

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaUnQBuf_tieMountingSide_0'.

138

23

Unset

Unreviewed

84589

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaUnQBuf_tiau8DidCF00_0'.

144

20

Unset

Unreviewed

84579

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaUnQBuf_tiau8DidCF01_0'.

150

20

Unset

Unreviewed

84575

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaUnQBuf_tiau8DidCF02_0'.

156

20

Unset

Unreviewed

84565

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaUnQBuf_tiau8DidCF04_0'.

162

20

Unset

Unreviewed

84555

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaUnQBuf_Ioc_DREArray_0'.

168

20

Unset

Unreviewed

84583

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaUnQBuf_Ioc_ATArray_0'.

175

19

Unset

Unreviewed

84585

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaUnQBuf_tisHssStatusErrorArr_0'.

183

2

Unset

Unreviewed

84545

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaUnQBuf_tisBinningResistorArr_0'.

190

2

Unset

Unreviewed

84558

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaUnQBuf_tis32Temperature_mCelsius_0'.

197

2

Unset

Unreviewed

84554

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaUnQBuf_tisCddSbcStatus_0'.

203

23

Unset

Unreviewed

84574

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaUnQBuf_tisStatusSpinningFront_0'.

210

2

Unset

Unreviewed

84567

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaUnQBuf_tisIgnitioinSts_0'.

216

23

Unset

Unreviewed

84603

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaUnQBuf_tisStepperTgt_0'.

222

21

Unset

Unreviewed

84572

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaUnQBuf_tisSysVoltStatus_0'.

229

2

Unset

Unreviewed

84570

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaUnQBuf_tieDataStatus_0'.

235

21

Unset

Unreviewed

84590

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaUnQBuf_tieSigQty_0'.

241

17

Unset

Unreviewed

84609

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaUnQBuf_tieEcuNmModes_0'.

247

21

Unset

Unreviewed

84611

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaUnQBuf_tiu32Voltage_mV_0'.

253

23

Unset

Unreviewed

84581

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaUnQBuf_tiu32LsErrorBitMask_0'.

260

2

Unset

Unreviewed

84598

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaUnQBuf_Ioc_TRArray_0'.

266

19

Unset

Unreviewed

84601

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaUnQBuf_tisCornerLightFct_0'.

273

2

Unset

Unreviewed

84597

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaUnQBuf_tisDayTimeRunningLightFct_0'.

280

2

Unset

Unreviewed

84550

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaUnQBuf_tisFogLightFct_0'.

286

22

Unset

Unreviewed

84577

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaUnQBuf_tisLowBeamFct_0'.

292

21

Unset

Unreviewed

84594

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaUnQBuf_tisPositionLightFct_0'.

299

2

Unset

Unreviewed

84613

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaUnQBuf_tisHighBeamFct_0'.

305

22

Unset

Unreviewed

84568

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaUnQBuf_tisTurnIndFct_0'.

311

21

Unset

Unreviewed

84571

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaUnQBuf_tisCanStatusError_0'.

318

2

Unset

Unreviewed

84595

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaUnQBuf_tesAFSCommand_0'.

324

21

Unset

Unreviewed

84602

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaUnQBuf_tesCeremonyCmdLeft1_0'.

331

2

Unset

Unreviewed

84600

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaUnQBuf_tesCeremonyCmdLeft2_0'.

338

2

Unset

Unreviewed

84607

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaUnQBuf_tesCeremonyCmdRight1_0'.

345

2

Unset

Unreviewed

84544

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaUnQBuf_tesCeremonyCmdRight2_0'.

352

2

Unset

Unreviewed

84593

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaUnQBuf_tesMatrixHBCommand_0'.

359

2

Unset

Unreviewed

84578

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaUnQBuf_tesVehicleInfo_0'.

365

22

Unset

Unreviewed

84576

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaUnQBuf_tiu16Percent_1_328_2DArr_0'.

372

2

Unset

Unreviewed

84573

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaUnQBuf_tisLsTargetArr_0'.

378

22

Unset

Unreviewed

84547

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaUnQBuf_tieTLsRedLevelArr_0'.

385

2

Unset

Unreviewed

84587

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaUnQBuf_tisLsTarget_percArr_0'.

392

2

Unset

Unreviewed

84580

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaUnQBuf_tisAllSwitchTarget_0'.

399

2

Unset

Unreviewed

84586

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaUnQBuf_tisAnimationFctSts_0'.

406

2

Unset

Unreviewed

84599

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaUnQBuf_tisCornerLightFctSts_0'.

413

2

Unset

Unreviewed

84566

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaUnQBuf_tisDayTimeRunningLightFctSts_0'.

420

2

Unset

Unreviewed

84548

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaUnQBuf_tisFogLightFctSts_0'.

427

2

Unset

Unreviewed

84546

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaUnQBuf_tisLowBeamFctSts_0'.

434

2

Unset

Unreviewed

84604

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaUnQBuf_tisPositionLightFctSts_0'.

441

2

Unset

Unreviewed

84588

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaUnQBuf_tisHighBeamFctSts_0'.

448

2

Unset

Unreviewed

84605

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaUnQBuf_tisTurnIndFctSts_0'.

455

2

Unset

Unreviewed

84549

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaUnQBuf_tisAllStpTarget_0'.

461

23

Unset

Unreviewed

84569

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaUnQBuf_tisAllSwitchStatus_0'.

468

2

Unset

Unreviewed

84584

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaUnQBuf_tisAllStpActual_0'.

474

23

Unset

Unreviewed

84551

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaUnQBuf_tisIntSwitchStatusErrorArr_0'.

481

2

Unset

Unreviewed

84582

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaUnQBuf_tisLsSafetyStatusErrorArr_0'.

488

2

Unset

Unreviewed

84606

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaUnQBuf_tisAllMlcSwitchStatus_0'.

495

2

Unset

Unreviewed

84608

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaUnQBuf_tiu32Voltage_mVArr_0'.

502

2

Unset

Unreviewed

84596

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaUnQBuf_tiu32Voltage_mVArr1_0'.

509

2

Unset

Unreviewed

84543

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaUnQBuf_tisAllMlcSensorStatus_0'.

516

2

Unset

Unreviewed

84552

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaIocCbk'.

529

27

Unset

Unreviewed

84556

There exists no reachable operation on variable 'Os_IocCfg.Os_GSaaIocUnQDataType'.

799

31

Unset

Unreviewed

84559

There exists no reachable operation on variable 'Os_IocCfg.Os_GaaIocUnQConfig'.

2095

22

Unset

Unreviewed

Table 5.76. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\1_Os\src\Os_PCfg.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

84621

There exists no reachable operation on variable 'Os_PCfg.Os_GSddPCoreState0'.

92

21

Unset

Unreviewed

84637

There exists no reachable operation on variable 'Os_PCfg.Os_GaaPCoreState'.

98

22

Unset

Unreviewed

84631

There exists no reachable operation on variable 'Os_PCfg.Os_GaaTaskISRMap'.

105

13

Unset

Unreviewed

84625

There exists no reachable operation on variable 'Os_PCfg.Os_GaaCpuIntTaskId'.

120

13

Unset

Unreviewed

84636

There exists no reachable operation on variable 'Os_PCfg.Os_GaaCpuIntHandler'.

221

21

Unset

Unreviewed

84623

There exists no reachable operation on variable 'Os_PCfg.Os_GaaStaticAppPID'.

231

13

Unset

Unreviewed

84622

There exists no reachable operation on variable 'Os_PCfg.Os_GaaMaxAppSwPrio'.

240

12

Unset

Unreviewed

84624

There exists no reachable operation on variable 'Os_PCfg.Os_GulInvalidValue'.

247

13

Unset

Unreviewed

84632

There exists no reachable operation on variable 'Os_PCfg.Os_GaaISRPriority'.

256

21

Unset

Unreviewed

84619

There exists no reachable operation on variable 'Os_PCfg.Os_GaaHardWareResource'.

618

26

Unset

Unreviewed

84638

There exists no reachable operation on variable 'Os_PCfg.Os_GaaAppMemBlock'.

642

21

Unset

Unreviewed

84626

There exists no reachable operation on variable 'Os_PCfg.Os_GaaStaticMemBlock'.

674

21

Unset

Unreviewed

Table 5.77. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\20_NvM\src\NvM_Cfg.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

84274

There exists no reachable operation on variable 'NvM_Cfg.NvM_GaaCrcSID'.

108

6

Unset

Unreviewed

84275

There exists no reachable operation on variable 'NvM_Cfg.NvM_GaaLastCrcValue'.

118

6

Unset

Unreviewed

84276

There exists no reachable operation on variable 'NvM_Cfg.NvM_GaaReadAll'.

128

13

Unset

Unreviewed

84273

There exists no reachable operation on variable 'NvM_Cfg.NvM_GaaWriteAll'.

140

13

Unset

Unreviewed

84277

There exists no reachable operation on variable 'NvM_Cfg.NvM_GaaBlkDescTbl'.

154

12

Unset

Unreviewed

Table 5.78. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\212_Xcp\src\Xcp_Cfg.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

85416

There exists no reachable operation on variable 'Xcp_Cfg.Xcp_GSaaOdtBufferPtr'.

75

39

Unset

Unreviewed

85414

There exists no reachable operation on variable 'Xcp_Cfg.Xcp_GSaaEventChannelName_0'.

82

13

Unset

Unreviewed

85462

There exists no reachable operation on variable 'Xcp_Cfg.Xcp_GaaEventPriority'.

94

13

Unset

Unreviewed

85466

There exists no reachable operation on variable 'Xcp_Cfg.Xcp_GSaaDaqListIndex_0'.

101

14

Unset

Unreviewed

85449

There exists no reachable operation on variable 'Xcp_Cfg.Xcp_GaaEvents'.

109

12

Unset

Unreviewed

85430

There exists no reachable operation on variable 'Xcp_Cfg.Xcp_GSaaPages'.

158

20

Unset

Unreviewed

85463

There exists no reachable operation on variable 'Xcp_Cfg.Xcp_GSaaAddressMap'.

189

30

Unset

Unreviewed

85438

There exists no reachable operation on variable 'Xcp_Cfg.Xcp_GaaSegmentInfo'.

208

16

Unset

Unreviewed

85467

There exists no reachable operation on variable 'Xcp_Cfg.Xcp_GSaaMC2File'.

248

13

Unset

Unreviewed

85415

There exists no reachable operation on variable 'Xcp_Cfg.Xcp_GSaaMC2Path'.

254

13

Unset

Unreviewed

85419

There exists no reachable operation on variable 'Xcp_Cfg.Xcp_GddInfo'.

260

19

Unset

Unreviewed

85435

There exists no reachable operation on variable 'Xcp_Cfg.Xcp_GaaTxQueueBuffer'.

301

28

Unset

Unreviewed

85417

There exists no reachable operation on variable 'Xcp_Cfg.Xcp_GaaTxPdu'.

318

20

Unset

Unreviewed

85461

There exists no reachable operation on variable 'Xcp_Cfg.Xcp_GddUserCmdFun'.

330

28

Unset

Unreviewed

Table 5.79. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\21_Fee\src\Fee_Cfg.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

84065

There exists no reachable operation on variable 'Fee_Cfg.Fee_GaaBlockConfiguration'.

104

26

Unset

Unreviewed

Table 5.80. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\29_Nm\src\Nm_Cfg.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

84257

There exists no reachable operation on variable 'Nm_Cfg.Nm_GaaChannelConfig'.

84

23

Unset

Unreviewed

84269

There exists no reachable operation on variable 'Nm_Cfg.Nm_GaaGetLocalNodeId'.

136

24

Unset

Unreviewed

84268

There exists no reachable operation on variable 'Nm_Cfg.Nm_GaaGetNodeId'.

178

19

Unset

Unreviewed

84264

There exists no reachable operation on variable 'Nm_Cfg.Nm_GaaGetUsrData'.

220

20

Unset

Unreviewed

84267

There exists no reachable operation on variable 'Nm_Cfg.Nm_GaaGtPduData'.

261

19

Unset

Unreviewed

84254

There exists no reachable operation on variable 'Nm_Cfg.Nm_GaaGtState'.

302

17

Unset

Unreviewed

84255

There exists no reachable operation on variable 'Nm_Cfg.Nm_GaaNetworkRel'.

344

20

Unset

Unreviewed

84265

There exists no reachable operation on variable 'Nm_Cfg.Nm_GaaNetworkReq'.

387

20

Unset

Unreviewed

84260

There exists no reachable operation on variable 'Nm_Cfg.Nm_GaaPassiveStart'.

428

22

Unset

Unreviewed

84262

There exists no reachable operation on variable 'Nm_Cfg.Nm_GaaRptMsgReq'.

471

19

Unset

Unreviewed

84263

There exists no reachable operation on variable 'Nm_Cfg.Nm_GaaSetUsrData'.

525

20

Unset

Unreviewed

Table 5.81. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\2_Rte\src\E2EPW_ctaaSigPrep.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83950

There exists no reachable operation on variable 'E2EPW_ctaaSigPrep.E2EPW_GaaPack_Array_ppsreCan1AFSCommand_sAFSCommand'.

199

13

Unset

Unreviewed

83955

There exists no reachable operation on variable 'E2EPW_ctaaSigPrep.E2EPW_GddCfg_Read_ppsreCan1AFSCommand_sAFSCommand'.

200

31

Unset

Unreviewed

83951

There exists no reachable operation on variable 'E2EPW_ctaaSigPrep.E2EPW_GddRead_ppsreCan1AFSCommand_sAFSCommand'.

201

29

Unset

Unreviewed

83949

There exists no reachable operation on variable 'E2EPW_ctaaSigPrep.E2EPW_GaaPack_Array_ppsreCan1MatrixHBCommand_sMatrixHBCommand'.

204

13

Unset

Unreviewed

83956

There exists no reachable operation on variable 'E2EPW_ctaaSigPrep.E2EPW_GddCfg_Read_ppsreCan1MatrixHBCommand_sMatrixHBCommand'.

205

31

Unset

Unreviewed

83948

There exists no reachable operation on variable 'E2EPW_ctaaSigPrep.E2EPW_GddRead_ppsreCan1MatrixHBCommand_sMatrixHBCommand'.

206

29

Unset

Unreviewed

83952

There exists no reachable operation on variable 'E2EPW_ctaaSigPrep.E2EPW_GaaPack_Array_ppsreCan1VehicleInfo_sVehicleInfo'.

209

13

Unset

Unreviewed

83954

There exists no reachable operation on variable 'E2EPW_ctaaSigPrep.E2EPW_GddCfg_Read_ppsreCan1VehicleInfo_sVehicleInfo'.

210

31

Unset

Unreviewed

83953

There exists no reachable operation on variable 'E2EPW_ctaaSigPrep.E2EPW_GddRead_ppsreCan1VehicleInfo_sVehicleInfo'.

211

29

Unset

Unreviewed

Table 5.82. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\2_Rte\src\E2EPW_ctaaSysMon.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83960

There exists no reachable operation on variable 'E2EPW_ctaaSysMon.E2EPW_GaaPack_Array_ppsreCan1LightControlCommand_sLightControlCommand'.

147

13

Unset

Unreviewed

83961

There exists no reachable operation on variable 'E2EPW_ctaaSysMon.E2EPW_GddCfg_Read_ppsreCan1LightControlCommand_sLightControlCommand'.

148

31

Unset

Unreviewed

83962

There exists no reachable operation on variable 'E2EPW_ctaaSysMon.E2EPW_GddRead_ppsreCan1LightControlCommand_sLightControlCommand'.

149

29

Unset

Unreviewed

83959

There exists no reachable operation on variable 'E2EPW_ctaaSysMon.E2EPW_GaaPack_Array_ppsseSysMonCan1TxHLM_L_STATES_Info_sHLM_L_STATES_Info'.

152

13

Unset

Unreviewed

83958

There exists no reachable operation on variable 'E2EPW_ctaaSysMon.E2EPW_GddWrite_ppsseSysMonCan1TxHLM_L_STATES_Info_sHLM_L_STATES_Info'.

153

31

Unset

Unreviewed

83964

There exists no reachable operation on variable 'E2EPW_ctaaSysMon.E2EPW_GddCfg_Write_ppsseSysMonCan1TxHLM_L_STATES_Info_sHLM_L_STATES_Info'.

154

31

Unset

Unreviewed

83957

There exists no reachable operation on variable 'E2EPW_ctaaSysMon.E2EPW_GaaPack_Array_ppsseSysMonCan1TxHLM_R_STATES_Info_sHLM_R_STATES_Info'.

157

13

Unset

Unreviewed

83963

There exists no reachable operation on variable 'E2EPW_ctaaSysMon.E2EPW_GddWrite_ppsseSysMonCan1TxHLM_R_STATES_Info_sHLM_R_STATES_Info'.

158

31

Unset

Unreviewed

83965

There exists no reachable operation on variable 'E2EPW_ctaaSysMon.E2EPW_GddCfg_Write_ppsseSysMonCan1TxHLM_R_STATES_Info_sHLM_R_STATES_Info'.

159

31

Unset

Unreviewed

Table 5.83. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\2_Rte\src\E2E_Pack.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

84000

There exists no reachable operation on variable 'E2E_Pack.E2E_GaaSigWrFuncPtr'.

91

27

Unset

Unreviewed

Table 5.84. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\2_Rte\src\Rte.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

84762

There exists no reachable operation on variable 'Rte.Rte_GaaInitFlag'.

480

13

Unset

Unreviewed

84759

There exists no reachable operation on variable 'Rte.Rte_GucExclusiveAreaQueueIndex_1'.

506

13

Unset

Unreviewed

84761

There exists no reachable operation on variable 'Rte.Rte_GucExclusiveAreaQueue_1'.

515

13

Unset

Unreviewed

84760

There exists no reachable operation on variable 'Rte.Rte_VarCfgPtr'.

567

24

Unset

Unreviewed

Table 5.85. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\2_Rte\src\Rte_Partition_EcucPartition_NonTrusted.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

84812

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GaaDreFlagEcucPartition_NonTrusted'.

463

13

Unset

Unreviewed

84901

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GaaIsUpdateFlagEcucPartition_NonTrusted'.

468

13

Unset

Unreviewed

84968

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GaaTimingEveFlagEcucPartition_NonTrusted'.

473

13

Unset

Unreviewed

84869

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GaaCliSerFlagEcucPartition_NonTrusted'.

478

13

Unset

Unreviewed

84825

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GaaMSFlagEcucPartition_NonTrusted'.

483

13

Unset

Unreviewed

84908

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GaaInitEveFlagEcucPartition_NonTrusted'.

488

13

Unset

Unreviewed

84979

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GaaInitFlagEcucPartition_NonTrusted'.

496

13

Unset

Unreviewed

84811

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GucppareAppMStatusError1_ucRootCause_ctaaDiagM'.

511

13

Unset

Unreviewed

84877

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GucppareAppMStatusError1_ucDrvTemperature_ctaaDiagM'.

520

31

Unset

Unreviewed

84982

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GucppareAppMStatusError1_ucTempGradient_ctaaDiagM'.

521

41

Unset

Unreviewed

84978

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GucpparePxAStatusError0_eStatOn_ctaaFctR'.

522

22

Unset

Unreviewed

84790

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GucppaseRSensPcbTemperature0_pcbTempQty_ctasRSens'.

523

17

Unset

Unreviewed

84832

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GucpparePxAStatusError0_eErrOuterRegion_ctaaFctR'.

524

16

Unset

Unreviewed

84913

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GucpparePxAStatusError0_eErrInnerRegion_ctaaFctR'.

525

16

Unset

Unreviewed

84844

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GucppaseCodMCodingDataStatus0_eFUSACodingDataStatus_ctaaCodM'.

526

21

Unset

Unreviewed

84809

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GucppaseCodMCodingDataStatus0_eCompleteCodingDataStatus_ctaaCodM'.

527

21

Unset

Unreviewed

84910

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GaaDreFlagEcucPartition_Trusted_EcucPartition_NonTrusted'.

529

13

Unset

Unreviewed

84936

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GaaDreFlagEcucPartition_Trusted_EcucPartition_NonTrusted_INTRAECU'.

530

6

Unset

Unreviewed

84960

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GucSeqCntr_SetEventStatus_ppaclSetDtcStatusU240688_ctaaSigPrep'.

536

13

Unset

Unreviewed

84804

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GucSeqCntr_SetEventStatus_ppaclSetDtcStatusB165096_ctaaSigPrep'.

537

13

Unset

Unreviewed

84853

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GucSeqCntr_SetEventStatus_ppaclSetDtcStatusB111717_ctaaSigPrep'.

538

13

Unset

Unreviewed

84798

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GucSeqCntr_SetEventStatus_ppaclSetDtcStatusB111716_ctaaSigPrep'.

539

13

Unset

Unreviewed

84905

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GucSeqCntr_IoHwAbUser_GetMountingSide_ppaclIoHwAbUserMountingSide1_ctasLedR'.

540

13

Unset

Unreviewed

84810

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GucSeqCntr_IoHwAbUser_GetMountingSide_ppaclIoHwAbUserMountingSide1_ctasCtrlStp'.

541

13

Unset

Unreviewed

84773

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GucSeqCntr_IoHwAbUser_GetMountingSide_ppaclIoHwAbUserMountingSide1_ctaaSigPrep'.

542

13

Unset

Unreviewed

84766

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GucSeqCntr_IoHwAbUser_GetMountingSide_ppaclIoHwAbUserMountingSide1_ctaaPxA'.

543

13

Unset

Unreviewed

84815

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GucSeqCntr_IoHwAbUser_GetMountingSide_ppaclIoHwAbUserMountingSide1_ctaaFctR'.

544

13

Unset

Unreviewed

84902

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GucSeqCntr_IoHwAbUser_GetMountingSide_ppaclIoHwAbUserMountingSide1_ctaaDiagM'.

545

13

Unset

Unreviewed

84873

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GucSeqCntr_IoHwAbUser_GetMountingSideRaw_ppaclIoHwAbUserMountingSide0_ctaaSigPrep'.

546

13

Unset

Unreviewed

84888

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GucSeqCntr_IoHwAbUser_GetMountingSideRaw_ppaclIoHwAbUserMountingSide0_ctaaCodM'.

547

13

Unset

Unreviewed

84860

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GusppareRSensNtcStatusError0_unErrorBitMask_NtcIoChannel_ctaaDiagM'.

558

40

Unset

Unreviewed

84981

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GulppareAppMStatusError1_ulErrorBitMask_Thermal_ctaaDiagM'.

571

27

Unset

Unreviewed

84765

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GslppaseRSensPcbTemperature0_lActual_ctasRSens'.

572

33

Unset

Unreviewed

84774

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GaaAlivTOutFlagEcucPartition_Trusted_EcucPartition_NonTrusted'.

586

13

Unset

Unreviewed

84986

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GaaCliSerFlagEcucPartition_NonTrustedEcucPartition_NonTrusted_EcucPartition_Trusted'.

588

6

Unset

Unreviewed

84876

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GaaCliSerFlagEcucPartition_NonTrusted_EcucPartition_Trusted'.

590

13

Unset

Unreviewed

84923

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GaaCliSerFlagEcucPartition_Trusted_EcucPartition_NonTrusted'.

592

13

Unset

Unreviewed

84900

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_PartTermRest_EcucPartition_NonTrusted'.

600

13

Unset

Unreviewed

84980

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_PartTermRest_EcucPartition_Trusted'.

606

13

Unset

Unreviewed

84975

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GddCS_roReadDataCF04Odometerof1stMalfuct'.

639

45

Unset

Unreviewed

84970

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GddCS_roReadDataCF02AbsoluteTime'.

640

37

Unset

Unreviewed

84924

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GddCS_roReadDataCF01VehicleSpeed'.

641

37

Unset

Unreviewed

84816

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GddCS_roReadDataCF00BatteryVoltage'.

642

39

Unset

Unreviewed

84857

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GddQueueCS_roExtTakeoverCornerLightControlStop'.

643

46

Unset

Unreviewed

84826

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GddQueueCS_roExtTakeoverCornerLightControlStart'.

644

47

Unset

Unreviewed

84893

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GddQueueCS_roExtTakeoverADBMatrixControlStop'.

645

44

Unset

Unreviewed

84881

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GddQueueCS_roExtTakeoverADBMatrixControlStart'.

646

45

Unset

Unreviewed

84767

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GddQueueCS_roAppMSetLsLink'.

647

26

Unset

Unreviewed

84770

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GddCS_roWriteDataF199ProgrammingDate'.

648

34

Unset

Unreviewed

84927

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GddCS_roWriteDataF190VIN'.

649

22

Unset

Unreviewed

84933

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GddCS_roWriteDataF18FSVIN'.

650

23

Unset

Unreviewed

84846

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GddCS_roWriteDataF15AWriteFingerprintDataidentifier'.

651

49

Unset

Unreviewed

84834

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GddCS_roSysMon_RuntimeErrorOrTransientFault'.

652

41

Unset

Unreviewed

84961

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GddCS_roSysMon_GetSafetyCodingErrorReason'.

653

39

Unset

Unreviewed

84864

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GddCS_roSecurityAccess_UnlockedL1_GetSeed'.

654

39

Unset

Unreviewed

84951

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GddCS_roSecurityAccess_UnlockedL1_CompareKey'.

655

42

Unset

Unreviewed

84918

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GddCS_roRoutineCtrlcheckProgrammingPreconditions'.

656

46

Unset

Unreviewed

84776

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GddCS_roReadDataF199ProgrammingDate'.

657

33

Unset

Unreviewed

84914

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GddCS_roReadDataF197SystemName'.

658

28

Unset

Unreviewed

84799

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GddCS_roReadDataF195ECUSoftwareVersionNumber'.

659

42

Unset

Unreviewed

84930

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GddCS_roReadDataF193ECUHardwareVersionNumber'.

660

42

Unset

Unreviewed

84871

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GddCS_roReadDataF191HardwareNumber'.

661

32

Unset

Unreviewed

84878

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GddCS_roReadDataF190VIN'.

662

21

Unset

Unreviewed

84807

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GddCS_roReadDataF18FSWIN'.

663

22

Unset

Unreviewed

84781

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GddCS_roReadDataF18CTraceCode'.

664

27

Unset

Unreviewed

84779

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GddCS_roReadDataF18BECUManufactureDate'.

665

36

Unset

Unreviewed

84874

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GddCS_roReadDataF18ASystemSupplierIdentifier'.

666

42

Unset

Unreviewed

84787

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GddCS_roReadDataF188SoftwareNumber'.

667

32

Unset

Unreviewed

84911

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GddCS_roReadDataF186ActiveDiagnosticSession'.

668

41

Unset

Unreviewed

84916

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GddCS_roReadDataF15BReadFingerprintDataIdentifier'.

669

47

Unset

Unreviewed

84984

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GddCS_roReadDataF100DiagnosticVersion'.

670

35

Unset

Unreviewed

84937

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GddCS_roReadDataF0F0ECUResetSourceCode'.

671

36

Unset

Unreviewed

84966

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GddCS_roCtrlHssRestartMlcSupply'.

672

29

Unset

Unreviewed

84829

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GddCS_roCodMStartCodingDataVerification'.

673

37

Unset

Unreviewed

84841

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GddCS_roCddStpStartRefRun'.

674

23

Unset

Unreviewed

84897

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GddCS_roCddStpOn'.

675

14

Unset

Unreviewed

84903

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GddCS_roCddStpOff'.

676

15

Unset

Unreviewed

84939

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GddCS_roCddLed_SetPara'.

677

20

Unset

Unreviewed

84884

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GddCS_roCddBoost_SetPara'.

678

22

Unset

Unreviewed

84801

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GddCS_roC174IoControlCornerLightControlShortTermAdjustment'.

679

56

Unset

Unreviewed

84861

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GddCS_roC174IoControlCornerLightControlReturnControlToECU'.

680

55

Unset

Unreviewed

84889

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GddCS_roC174IoControlCornerLightControlReadData'.

681

45

Unset

Unreviewed

84792

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GddCS_roC173IoControlADBMatrixControlShortTermAdjustment'.

682

54

Unset

Unreviewed

84947

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GddCS_roC173IoControlADBMatrixControlReturnControlToECU'.

683

53

Unset

Unreviewed

84886

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GddCS_roC173IoControlADBMatrixControlReadData'.

684

43

Unset

Unreviewed

84795

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GddCS_ComM_RequestComMode'.

685

23

Unset

Unreviewed

84957

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GddCS_ComM_GetRequestedComMode'.

686

28

Unset

Unreviewed

84784

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GddCS_ComM_GetMaxComMode'.

687

22

Unset

Unreviewed

84819

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GddCS_ComM_GetCurrentComMode'.

688

26

Unset

Unreviewed

84909

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GaappareLedRExtSwitchTarget0_aucEnable_ctaaCPM'.

695

19

Unset

Unreviewed

84964

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GaappareLedRLsTarget0_aucEnable_ctaaCPM'.

696

16

Unset

Unreviewed

84813

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GaappareLedRExtSwitchTarget0_aulThermozone_ctaaCPM'.

697

29

Unset

Unreviewed

84896

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GaappareLedRLsTarget0_aulThermozone_ctaaCPM'.

698

26

Unset

Unreviewed

84849

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GaappareLedRExtSwitchTarget0_aulDrvChannel_ctaaCPM'.

699

28

Unset

Unreviewed

84789

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GaappareLedRExtSwitchTarget0_aunDutyCycle_ctaaCPM'.

700

32

Unset

Unreviewed

84851

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GaappareLedRLsStatusError0_asVal_ctaaFctR'.

701

31

Unset

Unreviewed

84880

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GstppareSigPrepVehicleTotalMileage_sVehicleTotalMileage_ctaaDiagM'.

702

30

Unset

Unreviewed

84973

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GstppaseSigPrepVehicleSpeedSts_sVehicleSpeedSts_ctaaSigPrep'.

703

26

Unset

Unreviewed

84854

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GaappareRSensExtTemperature0_asAct_ctaaCPM'.

704

34

Unset

Unreviewed

84778

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GstppaseSysVoltStatus_sSysVoltStatus_ctasSysVolt'.

705

24

Unset

Unreviewed

84969

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GstppaseSigPrepStepperTgtReq_sStepperTgtReq_ctaaSigPrep'.

706

21

Unset

Unreviewed

84823

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GstppaseCtrlStpStepperActual0_StatusSpinningFront_ctasCtrlStp'.

707

30

Unset

Unreviewed

84944

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GaapparePxAMxTarget0_asSetting_ctasLedR'.

708

25

Unset

Unreviewed

84831

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GaappaseLedRMxSwitchStatusError0_asVal_ctasLedR'.

709

30

Unset

Unreviewed

84943

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GaappareFctRMxLsmData_asVal_ctaaPxA'.

710

23

Unset

Unreviewed

84906

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GstppareSigPrepMatrixLedTgtReq_sMatrixLedTgt_ctaaPxA'.

711

23

Unset

Unreviewed

84806

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GstppareSigPrepMatrixAnimaLedTgtReq_sMatrixAnimaLedTgt_ctasLedR'.

712

28

Unset

Unreviewed

84845

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GaappareLedRLsTarget0_asSetting_ctaaCPM'.

713

27

Unset

Unreviewed

84775

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GaappareFctRLsTarget0_asVal_ctasLedR'.

714

25

Unset

Unreviewed

84824

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GstppaseSigPrepIgnitionSts_sIgnitionSts_ctaaSigPrep'.

715

23

Unset

Unreviewed

84955

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GstppareCPMFanRequest_sSetting_ctasCtrlHss'.

716

20

Unset

Unreviewed

84791

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GaappaseCtrlHssStatusError0_sVal_ctasCtrlHss'.

717

28

Unset

Unreviewed

84814

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GstppareFctRAdbHighBeamSts_sHighBeamFctSts_ctaaSigPrep'.

718

25

Unset

Unreviewed

84942

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GstppaseSigPrepAdbHighBeamFctReq_sHighBeamFctReq_ctaaSigPrep'.

719

22

Unset

Unreviewed

84868

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GstppareSigPrepCeremonyCmdSeqnCnt_sCeremonyCmdSeqnCnt_ctasLedR'.

720

29

Unset

Unreviewed

84983

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GaappaseRSensBinning0_asAct_ctasRSens'.

721

29

Unset

Unreviewed

84987

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GstppareSigPrepAnimationEnable_sAnimationEnable_ctaaFctR'.

722

26

Unset

Unreviewed

84822

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GstppareSigPrepAFSMode_sAfsModeReq_ctaaFctR'.

723

18

Unset

Unreviewed

84974

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GstppareSigPrepAbsoluteTime_sAbsoluteTime_ctaaDiagM'.

724

23

Unset

Unreviewed

84941

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GstppareSigPrepAFSEnable_sAfsEnable_ctaaFctR'.

725

20

Unset

Unreviewed

84855

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_GaaTrigFlagEcucPartition_NonTrusted_EcucPartition_Trusted'.

734

13

Unset

Unreviewed

84805

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_Inst_Det_ErrorReport'.

742

37

Unset

Unreviewed

84892

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_Inst_FailSafe'.

744

30

Unset

Unreviewed

84850

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_Inst_TimeService'.

746

33

Unset

Unreviewed

84950

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_Inst_UnmappedZedis'.

748

35

Unset

Unreviewed

84856

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_Inst_ctaaCPM'.

750

29

Unset

Unreviewed

84899

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_Inst_ctaaCodM'.

752

30

Unset

Unreviewed

84783

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_Inst_ctaaDiagM'.

754

31

Unset

Unreviewed

84833

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_Inst_ctaaEcuNM'.

756

31

Unset

Unreviewed

84870

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_Inst_ctaaFctR'.

758

30

Unset

Unreviewed

84946

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_Inst_ctaaPxA'.

760

29

Unset

Unreviewed

84945

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_Inst_ctaaSigPrep'.

762

33

Unset

Unreviewed

84852

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_Inst_ctasCtrlHss'.

764

33

Unset

Unreviewed

84907

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_Inst_ctasCtrlStp'.

766

33

Unset

Unreviewed

84965

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_Inst_ctasLedR'.

768

30

Unset

Unreviewed

84956

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_Inst_ctasRSens'.

770

31

Unset

Unreviewed

84932

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_NonTrusted.Rte_Inst_ctasSysVolt'.

772

33

Unset

Unreviewed

Table 5.86. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\2_Rte\src\Rte_Partition_EcucPartition_Trusted.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

85057

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GaaAlivTOutFlagEcucPartition_Trusted'.

527

13

Unset

Unreviewed

85086

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GaaDreFlagEcucPartition_Trusted'.

532

13

Unset

Unreviewed

84992

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GaaIsUpdateFlagEcucPartition_Trusted'.

537

13

Unset

Unreviewed

85002

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GaaTimingEveFlagEcucPartition_Trusted'.

542

13

Unset

Unreviewed

85083

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GaaInitEveFlagEcucPartition_Trusted'.

553

13

Unset

Unreviewed

85122

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GaaTrigFlagEcucPartition_Trusted'.

558

13

Unset

Unreviewed

85054

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GaaDsceFlagEcucPartition_Trusted'.

563

13

Unset

Unreviewed

85071

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GaaInitFlagEcucPartition_Trusted'.

570

13

Unset

Unreviewed

85007

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucrpSysMon10msCount'.

585

13

Unset

Unreviewed

85099

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucrpIoHwAbUser10msCount'.

586

13

Unset

Unreviewed

85100

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucrpCddSwi10msCount'.

587

13

Unset

Unreviewed

85009

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucrpCddStp10msCount'.

588

13

Unset

Unreviewed

85025

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucrpCddNmCycle20msCount'.

589

13

Unset

Unreviewed

85049

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucrpCddMlc10msCount'.

590

13

Unset

Unreviewed

85060

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucrpCddLedCycle20msCount'.

591

13

Unset

Unreviewed

85059

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucrpCddBoostCycle20msCount'.

592

13

Unset

Unreviewed

85133

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucppareIoHwAbUserIoStatusFault0_ucErrInternalCom_ctaaSysMon'.

593

13

Unset

Unreviewed

85096

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucXcp_MainFunctionCount'.

594

13

Unset

Unreviewed

85101

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucXcp_EventFunctionCount'.

595

13

Unset

Unreviewed

85091

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucStbM_MainFunctionCount'.

596

13

Unset

Unreviewed

85008

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucResult_IoHwAbUser_GetMountingSideRaw'.

597

13

Unset

Unreviewed

85053

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucResult_IoHwAbUser_GetMountingSide'.

598

13

Unset

Unreviewed

85103

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucResult_Dem_SetEventStatus'.

599

13

Unset

Unreviewed

85085

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucNvM_MainFunctionCount'.

600

13

Unset

Unreviewed

85094

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucFls_MainFunctionCount'.

601

13

Unset

Unreviewed

85078

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucFee_MainFunctionCount'.

602

13

Unset

Unreviewed

85010

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucDem_MainFunctionCount'.

604

13

Unset

Unreviewed

85064

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucDcm_MainFunctionCount'.

605

13

Unset

Unreviewed

85124

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucDcmRapidPowerShutDown_Mode_Change_Dcm'.

606

13

Unset

Unreviewed

85131

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucDcmEcuReset_Mode_Change_Dcm'.

607

13

Unset

Unreviewed

85125

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucDcmDiagnosticSessionControl_Mode_Change_Dcm'.

608

13

Unset

Unreviewed

85001

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucCsm_MainFunctionCount'.

611

13

Unset

Unreviewed

85018

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucCdd_MainFunctionCount'.

612

13

Unset

Unreviewed

85132

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucCddWdgM_CheckPointReached_rpSysMon_rrCddLedCount'.

613

13

Unset

Unreviewed

85089

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucCddWdgM_CheckPointReached_rpSysMon_rrCddBoostCount'.

614

13

Unset

Unreviewed

85111

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucCddWdgM_CheckPointReached_rpSysMon10msCount'.

615

13

Unset

Unreviewed

85084

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucCddWdgM_CheckPointReached_rpIoHwAbUser10msCount'.

616

13

Unset

Unreviewed

85104

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucCddWdgM_CheckPointReached_rpCddSwi10msCount'.

617

13

Unset

Unreviewed

84991

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucCddWdgM_CheckPointReached_rpCddMlc10msCount'.

618

13

Unset

Unreviewed

85023

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucCddWdgM_CheckPointReached_rpCddLed20msCount'.

619

13

Unset

Unreviewed

85069

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucCddWdgM_CheckPointReached_rpCddBoostCycle20msCount'.

620

13

Unset

Unreviewed

85003

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucCanTp_MainFunctionCount'.

621

13

Unset

Unreviewed

85079

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucCanTSyn_MainFunctionCount'.

622

13

Unset

Unreviewed

85120

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucCall_IoHwAbUser_GetMountingSideRaw'.

623

13

Unset

Unreviewed

85063

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucCall_IoHwAbUser_GetMountingSide'.

624

13

Unset

Unreviewed

85068

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucCall_Dem_SetEventStatus'.

625

13

Unset

Unreviewed

84990

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucppareIoHwAbUserIoStatusFault0_ucCrc_ctaaSysMon'.

626

16

Unset

Unreviewed

85038

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucppsseCddNmModeSts_eMode_ctadCddNm'.

627

21

Unset

Unreviewed

85017

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucDcmRapidPowerShutDown_Status_Dcm'.

628

22

Unset

Unreviewed

85109

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucDcmEcuReset_Status_Dcm'.

629

22

Unset

Unreviewed

85130

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucPMdgP_SchMStatus1_CurrentMode_BswM'.

630

36

Unset

Unreviewed

85097

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GuccurrentMode_CurrentMode_modeSwitchPort_EcuM_CurrentModeBswM'.

631

28

Unset

Unreviewed

85031

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucEcuM_CurrentMode_CurrentMode_BswM'.

632

28

Unset

Unreviewed

85015

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucDcmRapidPowerShutDown_CurrentMode_Dcm'.

633

46

Unset

Unreviewed

85052

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucDcmModeRapidPowerShutDown_CurrentMode_BswM'.

634

46

Unset

Unreviewed

85072

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucDcmEcuReset_CurrentMode_Dcm'.

635

32

Unset

Unreviewed

85029

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucDcmDiagnosticSessionControl_CurrentMode_Dcm'.

636

48

Unset

Unreviewed

85047

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucDcmControlDTCSetting_CurrentMode_Dcm'.

637

41

Unset

Unreviewed

85036

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucDcmControlDTCSetting_CurrentMode_BswM'.

638

41

Unset

Unreviewed

85123

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucDcmCommunicationControl_1_CurrentMode_BswM'.

639

44

Unset

Unreviewed

85055

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucDcmCommunicationControl_0_CurrentMode_Dcm'.

640

44

Unset

Unreviewed

85098

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GuccurrentMode_CurrentMode_RPortUM000Swc_Services'.

641

29

Unset

Unreviewed

85022

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucppsseSysMonCan1TxHLM_R_STATES_Info_sHLM_R_STATES_Info_ctaaSysMon_Status'.

646

13

Unset

Unreviewed

85118

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucppsseSysMonCan1TxHLM_L_STATES_Info_sHLM_L_STATES_Info_ctaaSysMon_Status'.

648

13

Unset

Unreviewed

85004

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GaaDreFlagEcucPartition_Trusted_EcucPartition_NonTrusted_0'.

651

13

Unset

Unreviewed

85000

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucSeqCntr_ReadData_DataServices_Vehicle_Speed_Dem'.

657

13

Unset

Unreviewed

85030

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucSeqCntr_ReadData_DataServices_Vehicle_Speed_Dcm'.

658

13

Unset

Unreviewed

85043

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucSeqCntr_ReadData_DataServices_The_Odometer_Of_First_Malfunction_Dem'.

659

13

Unset

Unreviewed

85116

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucSeqCntr_ReadData_DataServices_The_Odometer_Of_First_Malfunction_Dcm'.

660

13

Unset

Unreviewed

85114

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucSeqCntr_ReadData_DataServices_Battery_Voltage_Dem'.

661

13

Unset

Unreviewed

85087

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucSeqCntr_ReadData_DataServices_Battery_Voltage_Dcm'.

662

13

Unset

Unreviewed

85126

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucSeqCntr_ReadData_DataServices_Absolute_Time_Dem'.

663

13

Unset

Unreviewed

85070

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucSeqCntr_ReadData_DataServices_Absolute_Time_Dcm'.

664

13

Unset

Unreviewed

84998

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucDcmDiagnosticSessionControl_NewMode_Dcm'.

667

48

Unset

Unreviewed

84989

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GulppaseIoHwAbUserHwWakeupSts0_unMeanHwWakeUpVolt_ctahIoHwAbUser'.

688

23

Unset

Unreviewed

85046

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GulppaseIoHwAbUserHwTiSts_unMeanHwTiVolt_ctahIoHwAbUser'.

689

23

Unset

Unreviewed

84993

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GulppaseIoHwAbUserHwPosSts_unMeanHwPosVolt_ctahIoHwAbUser'.

690

23

Unset

Unreviewed

85102

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GulppaseIoHwAbUserHwLbSts_unMeanHwLbVolt_ctahIoHwAbUser'.

691

23

Unset

Unreviewed

85066

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GulppaseIoHwAbUserEcuSupply0_ulActualMin_ctahIoHwAbUser'.

692

23

Unset

Unreviewed

85119

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GulppaseIoHwAbUserEcuSupply0_ulActualMean_ctahIoHwAbUser'.

693

23

Unset

Unreviewed

85032

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GulppareIoHwAbUserVCC_ulActualMin_ctaaSysMon'.

694

23

Unset

Unreviewed

85041

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GulppareIoHwAbUserVCC_ulActualMean_ctaaSysMon'.

695

23

Unset

Unreviewed

85129

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GaaAlivTOutFlagEcucPartition_Trusted_EcucPartition_NonTrusted_0'.

709

13

Unset

Unreviewed

85039

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GaaCliSerFlagEcucPartition_NonTrusted_EcucPartition_Trusted_0'.

711

13

Unset

Unreviewed

85073

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GaaCliSerFlagEcucPartition_Trusted_EcucPartition_NonTrusted_0'.

713

13

Unset

Unreviewed

85056

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_PartTermRest_EcucPartition_NonTrusted_0'.

715

13

Unset

Unreviewed

85024

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_PartTermRest_EcucPartition_Trusted_0'.

729

13

Unset

Unreviewed

85121

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GddRPortCR000_fullComRequestors_Swc_Services_Unconnected_IRead'.

762

56

Unset

Unreviewed

85011

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GddQueueCS_IoHwAbUser_GetMountingSideRaw'.

763

45

Unset

Unreviewed

85074

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GddQueueCS_IoHwAbUser_GetMountingSide'.

764

42

Unset

Unreviewed

85033

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GddQueueCS_Dem_SetEventStatus'.

765

34

Unset

Unreviewed

85062

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GstppareCddSpiStatusFault0_sStatusFault_ctaaSysMon'.

772

30

Unset

Unreviewed

85107

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GstppaseSysMonLsTarget0_sSetting_ctaaSysMon'.

773

24

Unset

Unreviewed

85019

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GstppareSysMonLsTargetEnable0_sSetting_ctahIoHwAbUser'.

774

30

Unset

Unreviewed

85090

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GstppareSysMonLedBuckDriverSettings_sSettings_ctadCddLed'.

775

32

Unset

Unreviewed

85108

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GstppareSysMonLedBoosterDriverSettings_sSetttings_ctadCddBoost'.

776

35

Unset

Unreviewed

84997

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GstppaseCddSbcStatus_sStatus_ctadCddSbc'.

777

23

Unset

Unreviewed

85050

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GstppareCddLedStatus_sStatus_ctaaSysMon'.

778

23

Unset

Unreviewed

85006

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GstppareCddBoostStatus_sBoostSts_ctaaSysMon'.

779

25

Unset

Unreviewed

85051

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GstppareSysMonSwiTarget_sAllSwitchTarget_ctadCddSwi'.

780

26

Unset

Unreviewed

85016

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GstppareCddSwiStatus_sAllSwitchStatus_ctaaSysMon'.

781

26

Unset

Unreviewed

84996

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GstppareSysMonMxTarget0_sAllMlcTargets_ctadCddMlc'.

782

24

Unset

Unreviewed

84994

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GstppareCddMlcMxSwitchAndSensorStatus0_sAllMlcSwitchAndAllSensorStatus_ctaaSysMon'.

783

41

Unset

Unreviewed

85081

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GaaTrigFlagEcucPartition_Trusted_EcucPartition_NonTrusted'.

786

13

Unset

Unreviewed

85095

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GstppsreCan1RxNM_HLM_R_sNM_HLM_R_ctaaSysMon_Unconnected_Init'.

794

25

Unset

Unreviewed

85058

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GstppsreCan1RxNM_HLM_L_sNM_HLM_L_ctaaSysMon_Unconnected_Init'.

795

25

Unset

Unreviewed

85061

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GstppsreCan1RxNM_ELM_sNM_ELM_ctaaSysMon_Unconnected_Init'.

796

23

Unset

Unreviewed

85005

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GstppsreCan1RxHLM_R_STATES_Info_sHLM_R_STATES_Info_ctaaSysMon_Unconnected_Init'.

797

34

Unset

Unreviewed

85127

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GstppsreCan1RxHLM_L_STATES_Info_sHLM_L_STATES_Info_ctaaSysMon_Unconnected_Init'.

798

34

Unset

Unreviewed

85020

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_Inst_BswM'.

799

26

Unset

Unreviewed

85026

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_Inst_CanTp'.

801

27

Unset

Unreviewed

85027

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_Inst_ComM'.

803

26

Unset

Unreviewed

85044

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_Inst_Csm'.

815

25

Unset

Unreviewed

85106

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_Inst_Dcm'.

817

25

Unset

Unreviewed

85088

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_Inst_Dem'.

819

25

Unset

Unreviewed

85113

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_Inst_Det'.

821

25

Unset

Unreviewed

85110

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_Inst_EcuM'.

823

26

Unset

Unreviewed

85093

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_Inst_Fee'.

825

25

Unset

Unreviewed

85080

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_Inst_Fls'.

827

25

Unset

Unreviewed

84995

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_Inst_NvM'.

829

25

Unset

Unreviewed

85117

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_Inst_OS_ErrorReport'.

831

36

Unset

Unreviewed

85045

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_Inst_StbM'.

833

26

Unset

Unreviewed

84988

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_Inst_Swc_Services'.

835

34

Unset

Unreviewed

84999

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_Inst_WdgM'.

842

26

Unset

Unreviewed

85014

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_Inst_ctaaSysMon'.

844

32

Unset

Unreviewed

85115

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_Inst_ctadCddBoost'.

846

34

Unset

Unreviewed

85040

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_Inst_ctadCddEft'.

848

32

Unset

Unreviewed

85105

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_Inst_ctadCddLed'.

850

32

Unset

Unreviewed

85048

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_Inst_ctadCddMlc'.

852

32

Unset

Unreviewed

85128

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_Inst_ctadCddNm'.

854

31

Unset

Unreviewed

85021

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_Inst_ctadCddSbc'.

856

32

Unset

Unreviewed

85067

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_Inst_ctadCddSpi'.

858

32

Unset

Unreviewed

85082

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_Inst_ctadCddStp'.

860

32

Unset

Unreviewed

85065

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_Inst_ctadCddSwi'.

862

32

Unset

Unreviewed

85092

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_Inst_ctahIoHwAbUser'.

864

36

Unset

Unreviewed

85037

There exists no reachable operation on variable 'Rte_Partition_EcucPartition_Trusted.Rte_Inst_watchDogApplication'.

866

41

Unset

Unreviewed

Table 5.87. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\31_CanNm\src\CanNm_Lcfg.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

82954

There exists no reachable operation on variable 'CanNm_Lcfg.CanNm_GaaInternalChannelMap'.

80

24

Unset

Unreviewed

Table 5.88. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\31_CanNm\src\CanNm_PBcfg.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

82955

There exists no reachable operation on variable 'CanNm_PBcfg.CanNm_GaaRxPduId'.

219

26

Unset

Unreviewed

82956

There exists no reachable operation on variable 'CanNm_PBcfg.CanNm_GaaTxConfirmPduId'.

230

26

Unset

Unreviewed

Table 5.89. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\35_CanTp\src\CanTp_PBcfg.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83100

There exists no reachable operation on variable 'CanTp_PBcfg.CanTp_GaaChannelMode'.

86

24

Unset

Unreviewed

83056

There exists no reachable operation on variable 'CanTp_PBcfg.CanTp_GaaChannelMapping'.

97

24

Unset

Unreviewed

83101

There exists no reachable operation on variable 'CanTp_PBcfg.CanTp_GaaSTminMapping'.

110

12

Unset

Unreviewed

83114

There exists no reachable operation on variable 'CanTp_PBcfg.CanTp_GaaFDMapping'.

128

12

Unset

Unreviewed

83099

There exists no reachable operation on variable 'CanTp_PBcfg.CanTp_GaaRxFcPduMap'.

144

24

Unset

Unreviewed

83107

There exists no reachable operation on variable 'CanTp_PBcfg.CanTp_GaaRxPduIdMap'.

156

24

Unset

Unreviewed

83120

There exists no reachable operation on variable 'CanTp_PBcfg.CanTp_GaaRxNRxFcPduIdtoAddMap'.

167

12

Unset

Unreviewed

83113

There exists no reachable operation on variable 'CanTp_PBcfg.CanTp_GaaPdutoSduIdMap'.

179

17

Unset

Unreviewed

83098

There exists no reachable operation on variable 'CanTp_PBcfg.CanTp_GaaFcPdutoSduIdMap'.

189

17

Unset

Unreviewed

83115

There exists no reachable operation on variable 'CanTp_PBcfg.CanTp_GaaTxSduStatic'.

201

33

Unset

Unreviewed

83064

There exists no reachable operation on variable 'CanTp_PBcfg.CanTp_GaaRxSduStatic'.

274

33

Unset

Unreviewed

83103

There exists no reachable operation on variable 'CanTp_PBcfg.CanTp_GaaRxExtPdus'.

389

30

Unset

Unreviewed

83105

There exists no reachable operation on variable 'CanTp_PBcfg.CanTp_GaaRxExtFcPdus'.

444

30

Unset

Unreviewed

83108

There exists no reachable operation on variable 'CanTp_PBcfg.CanTp_GaaTxSduDynamic'.

477

34

Unset

Unreviewed

83057

There exists no reachable operation on variable 'CanTp_PBcfg.CanTp_GaaRxSduDynamic'.

521

34

Unset

Unreviewed

83063

There exists no reachable operation on variable 'CanTp_PBcfg.CanTp_GaaSduToSTminBsMap'.

640

12

Unset

Unreviewed

Table 5.90. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\42_BswM\src\BswM_Action.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

82790

There exists no reachable operation on variable 'BswM_Action.BswM_GaaActionFunc'.

249

29

Unset

Unreviewed

Table 5.91. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\42_BswM\src\BswM_Lcfg.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

82791

There exists no reachable operation on variable 'BswM_Lcfg.BswM_GaaGenericRequestValue'.

131

2

Unset

Unreviewed

82804

There exists no reachable operation on variable 'BswM_Lcfg.BswM_GaaEcuMWakeupSourceValue'.

156

2

Unset

Unreviewed

82795

There exists no reachable operation on variable 'BswM_Lcfg.BswM_GaaModeReqCanSMIndiValue'.

178

2

Unset

Unreviewed

82798

There exists no reachable operation on variable 'BswM_Lcfg.BswM_GaaNvMJobModeValue'.

200

2

Unset

Unreviewed

82792

There exists no reachable operation on variable 'BswM_Lcfg.BswM_GaaDcmComRequestValue'.

222

2

Unset

Unreviewed

82801

There exists no reachable operation on variable 'BswM_Lcfg.BswM_GaaComMIndicationValue'.

244

2

Unset

Unreviewed

Table 5.92. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\42_BswM\src\BswM_PBcfg.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

82829

There exists no reachable operation on variable 'BswM_PBcfg.BswM_GaaRuleFunction'.

3859

24

Unset

Unreviewed

82846

There exists no reachable operation on variable 'BswM_PBcfg.BswM_GaaActionListFunc'.

3928

23

Unset

Unreviewed

82860

There exists no reachable operation on variable 'BswM_PBcfg.BswM_GaaRuleToActionList'.

3998

29

Unset

Unreviewed

82834

There exists no reachable operation on variable 'BswM_PBcfg.BswM_GaaActionListItemType'.

4263

35

Unset

Unreviewed

82845

There exists no reachable operation on variable 'BswM_PBcfg.BswM_GaaActnMapToActnFuncPtr'.

4789

22

Unset

Unreviewed

82837

There exists no reachable operation on variable 'BswM_PBcfg.BswM_GaaActnListToActnMapping'.

4802

2

Unset

Unreviewed

82849

There exists no reachable operation on variable 'BswM_PBcfg.BswM_GaaRuleInitProperty'.

4812

34

Unset

Unreviewed

82826

There exists no reachable operation on variable 'BswM_PBcfg.BswM_GaaDeferredBswRuleIdList'.

5160

22

Unset

Unreviewed

82863

There exists no reachable operation on variable 'BswM_PBcfg.BswM_GaaRequestedRules'.

5169

26

Unset

Unreviewed

82830

There exists no reachable operation on variable 'BswM_PBcfg.BswM_GaaActionListToAction'.

5205

30

Unset

Unreviewed

82857

There exists no reachable operation on variable 'BswM_PBcfg.BswM_GaaSWCBSWModeRuleId'.

5827

22

Unset

Unreviewed

82842

There exists no reachable operation on variable 'BswM_PBcfg.BswM_GaaBSWNotiValRuleID'.

5836

33

Unset

Unreviewed

82807

There exists no reachable operation on variable 'BswM_PBcfg.BswM_GaaModeReqCanSMIndiPrpty'.

5872

4

Unset

Unreviewed

82847

There exists no reachable operation on variable 'BswM_PBcfg.BswM_GaaCanSMModePortRuleId'.

5892

35

Unset

Unreviewed

82855

There exists no reachable operation on variable 'BswM_PBcfg.BswM_GaaComMIndicationProperty'.

6030

4

Unset

Unreviewed

82858

There exists no reachable operation on variable 'BswM_PBcfg.BswM_GaaComMModePortRuleId'.

6050

41

Unset

Unreviewed

82835

There exists no reachable operation on variable 'BswM_PBcfg.BswM_GaaDcmComRequestProperty'.

6125

4

Unset

Unreviewed

82841

There exists no reachable operation on variable 'BswM_PBcfg.BswM_GaaDcmComModePortRuleId'.

6145

33

Unset

Unreviewed

82827

There exists no reachable operation on variable 'BswM_PBcfg.BswM_GaaEcuMWakeupSourcePrpty'.

6209

4

Unset

Unreviewed

82833

There exists no reachable operation on variable 'BswM_PBcfg.BswM_GaaEcuMWkeUpModePortRuleId'.

6227

35

Unset

Unreviewed

82861

There exists no reachable operation on variable 'BswM_PBcfg.BswM_GaaGenericRequestProperty'.

6248

6

Unset

Unreviewed

82840

There exists no reachable operation on variable 'BswM_PBcfg.BswM_GaaGenericModePortRuleId'.

6272

31

Unset

Unreviewed

82831

There exists no reachable operation on variable 'BswM_PBcfg.BswM_GaaNvMJobModeIndiPrpty'.

6293

6

Unset

Unreviewed

82839

There exists no reachable operation on variable 'BswM_PBcfg.BswM_GaaNvMJobModePortRuleId'.

6311

35

Unset

Unreviewed

82853

There exists no reachable operation on variable 'BswM_PBcfg.BswM_GaaEnableGroup'.

6333

28

Unset

Unreviewed

82838

There exists no reachable operation on variable 'BswM_PBcfg.BswM_GaaDisableGroup'.

6345

28

Unset

Unreviewed

82854

There exists no reachable operation on variable 'BswM_PBcfg.BswM_GaaIpduGroupControl'.

6358

34

Unset

Unreviewed

82809

There exists no reachable operation on variable 'BswM_PBcfg.BswM_GaaConfig'.

6625

22

Unset

Unreviewed

Table 5.93. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\42_BswM\src\BswM_Ram.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

82883

There exists no reachable operation on variable 'BswM_Ram.BswM_GpDbTocPtr'.

166

26

Unset

Unreviewed

82875

There exists no reachable operation on variable 'BswM_Ram.BswM_GblInitStatus'.

176

3

Unset

Unreviewed

82884

There exists no reachable operation on variable 'BswM_Ram.BswM_GaaRuleEvaluation'.

186

3

Unset

Unreviewed

82887

There exists no reachable operation on variable 'BswM_Ram.BswM_GaaCanSMCurrentState'.

197

1

Unset

Unreviewed

82880

There exists no reachable operation on variable 'BswM_Ram.BswM_GaaComMCurrentMode'.

207

1

Unset

Unreviewed

82890

There exists no reachable operation on variable 'BswM_Ram.BswM_GaaDcmReqCommunication'.

218

1

Unset

Unreviewed

82869

There exists no reachable operation on variable 'BswM_Ram.BswM_GaaEcuMCurrentWakeup'.

232

1

Unset

Unreviewed

82866

There exists no reachable operation on variable 'BswM_Ram.BswM_GaaGenericCurrentState'.

245

1

Unset

Unreviewed

82877

There exists no reachable operation on variable 'BswM_Ram.BswM_GaaNvMCurrentJobMode'.

260

1

Unset

Unreviewed

82876

There exists no reachable operation on variable 'BswM_Ram.BswM_GaaBSWModeValueStatus'.

280

1

Unset

Unreviewed

82872

There exists no reachable operation on variable 'BswM_Ram.BswM_GstBSWModeNotification'.

290

1

Unset

Unreviewed

Table 5.94. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\50_Com\src\Com_Lcfg.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83195

There exists no reachable operation on variable 'Com_Lcfg.Com_GaaSigNotifCbk'.

96

22

Unset

Unreviewed

83197

There exists no reachable operation on variable 'Com_Lcfg.Com_GaaRxIpduCallOut'.

203

28

Unset

Unreviewed

83194

There exists no reachable operation on variable 'Com_Lcfg.Com_GaaSigErrorCbk'.

269

22

Unset

Unreviewed

83190

There exists no reachable operation on variable 'Com_Lcfg.Com_GaaTxIpduConfirm'.

349

24

Unset

Unreviewed

Table 5.95. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\50_Com\src\Com_PBcfg.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83374

There exists no reachable operation on variable 'Com_PBcfg.Com_GSaaRomInit32Bit'.

100

20

Unset

Unreviewed

83409

There exists no reachable operation on variable 'Com_PBcfg.Com_GSaaRxSduLength'.

2461

21

Unset

Unreviewed

83199

There exists no reachable operation on variable 'Com_PBcfg.Com_GaaGwTxNMapperHistoryList'.

2476

17

Unset

Unreviewed

83407

There exists no reachable operation on variable 'Com_PBcfg.Com_GSaaTxDmStatus'.

2501

13

Unset

Unreviewed

83375

There exists no reachable operation on variable 'Com_PBcfg.Com_GSaaTxReptTimer'.

2532

14

Unset

Unreviewed

83214

There exists no reachable operation on variable 'Com_PBcfg.Com_GSaaTxReptCount'.

2540

13

Unset

Unreviewed

83311

There exists no reachable operation on variable 'Com_PBcfg.Com_GaaTxIpduTransmitQueue'.

2571

16

Unset

Unreviewed

83303

There exists no reachable operation on variable 'Com_PBcfg.Com_GaaTxIpduDeferred'.

2597

16

Unset

Unreviewed

83281

There exists no reachable operation on variable 'Com_PBcfg.Com_GSaaTxPduDataPtr'.

2615

31

Unset

Unreviewed

83211

There exists no reachable operation on variable 'Com_PBcfg.Com_GSaaTxMDTimeout'.

2686

20

Unset

Unreviewed

83205

There exists no reachable operation on variable 'Com_PBcfg.Com_GSaaTxMode'.

2710

24

Unset

Unreviewed

83410

There exists no reachable operation on variable 'Com_PBcfg.Com_GaaTxIpduDm'.

2900

26

Unset

Unreviewed

83200

There exists no reachable operation on variable 'Com_PBcfg.Com_GaaTxIpduDmMapArr'.

2962

32

Unset

Unreviewed

83304

There exists no reachable operation on variable 'Com_PBcfg.Com_GaaTxIpduMapArr'.

3681

23

Unset

Unreviewed

83302

There exists no reachable operation on variable 'Com_PBcfg.Com_GaaTxMinDelayIpdu'.

3750

25

Unset

Unreviewed

83377

There exists no reachable operation on variable 'Com_PBcfg.Com_GSaaTxIpduGroup'.

3787

29

Unset

Unreviewed

83284

There exists no reachable operation on variable 'Com_PBcfg.Com_GSaaTxPack'.

3816

24

Unset

Unreviewed

83301

There exists no reachable operation on variable 'Com_PBcfg.Com_GSaaRxUnpack'.

11333

26

Unset

Unreviewed

83290

There exists no reachable operation on variable 'Com_PBcfg.Com_GaaRxDm'.

19663

22

Unset

Unreviewed

83376

There exists no reachable operation on variable 'Com_PBcfg.Com_GaaRxDmMapArr'.

20140

21

Unset

Unreviewed

83286

There exists no reachable operation on variable 'Com_PBcfg.Com_GSaaRxPduInfoPtr'.

20226

31

Unset

Unreviewed

83266

There exists no reachable operation on variable 'Com_PBcfg.Com_GSaaRxSignal'.

20366

26

Unset

Unreviewed

83418

There exists no reachable operation on variable 'Com_PBcfg.Com_GaaRxSigGroup'.

37010

28

Unset

Unreviewed

83328

There exists no reachable operation on variable 'Com_PBcfg.Com_GaaRxIpdu'.

37579

24

Unset

Unreviewed

83288

There exists no reachable operation on variable 'Com_PBcfg.Com_GaaRxIpduMapArr'.

38344

30

Unset

Unreviewed

83212

There exists no reachable operation on variable 'Com_PBcfg.Com_GSaaRxIpduGroup'.

38438

29

Unset

Unreviewed

83312

There exists no reachable operation on variable 'Com_PBcfg.Com_GSaaIpduGroupRepl'.

38573

31

Unset

Unreviewed

83344

There exists no reachable operation on variable 'Com_PBcfg.Com_GSaaIpduGroup'.

38684

27

Unset

Unreviewed

83325

There exists no reachable operation on variable 'Com_PBcfg.Com_GaaIpduGrpMapArr'.

39076

31

Unset

Unreviewed

83406

There exists no reachable operation on variable 'Com_PBcfg.Com_GSaaTxSignal'.

39110

26

Unset

Unreviewed

83299

There exists no reachable operation on variable 'Com_PBcfg.Com_GSaaTxSigGroup'.

42577

26

Unset

Unreviewed

83215

There exists no reachable operation on variable 'Com_PBcfg.Com_GaaSigMapArr'.

42769

27

Unset

Unreviewed

83300

There exists no reachable operation on variable 'Com_PBcfg.Com_GaaSigGrpMapArr'.

46702

30

Unset

Unreviewed

Table 5.96. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\50_Com\src\Com_Ram.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83452

There exists no reachable operation on variable 'Com_Ram.Com_GaaIpduGrpDmStatus'.

131

6

Unset

Unreviewed

83454

There exists no reachable operation on variable 'Com_Ram.Com_GucRxWriteIndex'.

142

6

Unset

Unreviewed

83455

There exists no reachable operation on variable 'Com_Ram.Com_GucRxReadStatus'.

151

6

Unset

Unreviewed

83445

There exists no reachable operation on variable 'Com_Ram.Com_GucGWIpduCount'.

159

6

Unset

Unreviewed

83441

There exists no reachable operation on variable 'Com_Ram.Com_GaaReceiveHistoryList'.

169

2

Unset

Unreviewed

83438

There exists no reachable operation on variable 'Com_Ram.Com_GaaReceiveGwHistoryList'.

180

26

Unset

Unreviewed

83451

There exists no reachable operation on variable 'Com_Ram.Com_GddRxGwWriteIndex'.

188

16

Unset

Unreviewed

83453

There exists no reachable operation on variable 'Com_Ram.Com_GddRxGwReadStatus'.

196

16

Unset

Unreviewed

83450

There exists no reachable operation on variable 'Com_Ram.Com_GddGwTxNMapperWriteIndex'.

204

18

Unset

Unreviewed

83439

There exists no reachable operation on variable 'Com_Ram.Com_GddGwTxNMapperReadStatus'.

212

18

Unset

Unreviewed

83437

There exists no reachable operation on variable 'Com_Ram.Com_GddTxIpduDefCount'.

259

16

Unset

Unreviewed

83440

There exists no reachable operation on variable 'Com_Ram.Com_GddTxIpduTransmitCount'.

278

16

Unset

Unreviewed

Table 5.97. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\51_PduR\src\PduR_Lcfg.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

84684

There exists no reachable operation on variable 'PduR_Lcfg.PduR_GaaIfTransmitService'.

85

25

Unset

Unreviewed

84682

There exists no reachable operation on variable 'PduR_Lcfg.PduR_GaaIfCancelTransmitService'.

163

12

Unset

Unreviewed

84680

There exists no reachable operation on variable 'PduR_Lcfg.PduR_GaaTpCopyTxData'.

241

36

Unset

Unreviewed

84674

There exists no reachable operation on variable 'PduR_Lcfg.PduR_GaaIfReceive'.

300

21

Unset

Unreviewed

84671

There exists no reachable operation on variable 'PduR_Lcfg.PduR_GaaIfTriggerTransmit'.

359

35

Unset

Unreviewed

84688

There exists no reachable operation on variable 'PduR_Lcfg.PduR_GaaIfConfirmation'.

418

26

Unset

Unreviewed

84686

There exists no reachable operation on variable 'PduR_Lcfg.PduR_GaaTpTransmitService'.

477

26

Unset

Unreviewed

84676

There exists no reachable operation on variable 'PduR_Lcfg.PduR_GaaTpReceive'.

544

21

Unset

Unreviewed

84678

There exists no reachable operation on variable 'PduR_Lcfg.PduR_GaaTpStartOfReception'.

603

31

Unset

Unreviewed

84669

There exists no reachable operation on variable 'PduR_Lcfg.PduR_GaaTpConfirmation'.

662

27

Unset

Unreviewed

84672

There exists no reachable operation on variable 'PduR_Lcfg.PduR_GaaTpCopyRxData'.

722

24

Unset

Unreviewed

Table 5.98. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\51_PduR\src\PduR_PBcfg.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

84695

There exists no reachable operation on variable 'PduR_PBcfg.PduR_GSaaGwTpRamArea'.

85

13

Unset

Unreviewed

84696

There exists no reachable operation on variable 'PduR_PBcfg.PduR_GSaaTpRxIndRamArea'.

93

13

Unset

Unreviewed

84754

There exists no reachable operation on variable 'PduR_PBcfg.PduR_GSaaMulticastTpInfo'.

101

28

Unset

Unreviewed

84706

There exists no reachable operation on variable 'PduR_PBcfg.PduR_GSaaPreCopiedDataLen'.

110

21

Unset

Unreviewed

84716

There exists no reachable operation on variable 'PduR_PBcfg.PduR_GSaaRomSduMapArray'.

117

29

Unset

Unreviewed

84743

There exists no reachable operation on variable 'PduR_PBcfg.PduR_GSaaMulticastTpPdu'.

148

33

Unset

Unreviewed

84711

There exists no reachable operation on variable 'PduR_PBcfg.PduR_GSaaMulticastTxPdu'.

194

33

Unset

Unreviewed

84717

There exists no reachable operation on variable 'PduR_PBcfg.PduR_GSaaMulticastRxPdu'.

420

33

Unset

Unreviewed

84703

There exists no reachable operation on variable 'PduR_PBcfg.PduR_GSaaGWRxTpPdu'.

810

28

Unset

Unreviewed

84722

There exists no reachable operation on variable 'PduR_PBcfg.PduR_GSaaUpTransmit'.

904

23

Unset

Unreviewed

84690

There exists no reachable operation on variable 'PduR_PBcfg.PduR_GSaaLoTxConfirmation'.

1166

27

Unset

Unreviewed

84707

There exists no reachable operation on variable 'PduR_PBcfg.PduR_GSaaLoRxIndication'.

1500

26

Unset

Unreviewed

84697

There exists no reachable operation on variable 'PduR_PBcfg.PduR_GSaaTpRxIndication'.

1761

33

Unset

Unreviewed

84747

There exists no reachable operation on variable 'PduR_PBcfg.PduR_GSaaTpCopyTxDataBuf'.

1854

34

Unset

Unreviewed

84727

There exists no reachable operation on variable 'PduR_PBcfg.PduR_GaaConfig'.

1920

24

Unset

Unreviewed

Table 5.99. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\51_PduR\src\PduR_Ram.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

84756

There exists no reachable operation on variable 'PduR_Ram.PduR_GddInitStatus'.

86

15

Unset

Unreviewed

84758

There exists no reachable operation on variable 'PduR_Ram.PduR_GddGroupMaskValue'.

95

24

Unset

Unreviewed

84757

There exists no reachable operation on variable 'PduR_Ram.PduR_GpdbtocPtr'.

104

26

Unset

Unreviewed

Table 5.100. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\52_IpduM\src\IpduM_PBcfg.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

84155

There exists no reachable operation on variable 'IpduM_PBcfg.IpduM_GaaTxBuffer'.

103

13

Unset

Unreviewed

84210

There exists no reachable operation on variable 'IpduM_PBcfg.IpduM_GaaRomTxBf'.

112

19

Unset

Unreviewed

84207

There exists no reachable operation on variable 'IpduM_PBcfg.IpduM_GaaTxPnFlg'.

123

13

Unset

Unreviewed

84208

There exists no reachable operation on variable 'IpduM_PBcfg.IpduM_GaaSduData'.

134

13

Unset

Unreviewed

84209

There exists no reachable operation on variable 'IpduM_PBcfg.IpduM_GaaTxCfDId'.

149

17

Unset

Unreviewed

84205

There exists no reachable operation on variable 'IpduM_PBcfg.IpduM_GaaJITDyId'.

160

17

Unset

Unreviewed

84164

There exists no reachable operation on variable 'IpduM_PBcfg.IpduM_GaaSegmentField'.

195

44

Unset

Unreviewed

84162

There exists no reachable operation on variable 'IpduM_PBcfg.IpduM_GaaPduInfoPtr'.

227

47

Unset

Unreviewed

84156

There exists no reachable operation on variable 'IpduM_PBcfg.IpduM_GaaTxOtIpd'.

251

45

Unset

Unreviewed

84206

There exists no reachable operation on variable 'IpduM_PBcfg.IpduM_GaaTxTgCMA'.

288

23

Unset

Unreviewed

84211

There exists no reachable operation on variable 'IpduM_PBcfg.IpduM_GaaTxInIpd'.

299

36

Unset

Unreviewed

84169

There exists no reachable operation on variable 'IpduM_PBcfg.IpduM_GaaConfig'.

354

39

Unset

Unreviewed

Table 5.101. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\52_IpduM\src\IpduM_Ram.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

84228

There exists no reachable operation on variable 'IpduM_Ram.IpduM_GpDbTocPtr'.

56

33

Unset

Unreviewed

84226

There exists no reachable operation on variable 'IpduM_Ram.IpduM_GpTxInIpdu'.

72

23

Unset

Unreviewed

84231

There exists no reachable operation on variable 'IpduM_Ram.IpduM_GpTxOtIpdu'.

85

24

Unset

Unreviewed

84247

There exists no reachable operation on variable 'IpduM_Ram.IpduM_GpTxCntrIp'.

98

0

Unset

Unreviewed

84216

There exists no reachable operation on variable 'IpduM_Ram.IpduM_GpTxCntdIp'.

111

29

Unset

Unreviewed

84217

There exists no reachable operation on variable 'IpduM_Ram.IpduM_GpRxSegFd'.

125

35

Unset

Unreviewed

84240

There exists no reachable operation on variable 'IpduM_Ram.IpduM_GpRxInIpdu'.

137

21

Unset

Unreviewed

84233

There exists no reachable operation on variable 'IpduM_Ram.IpduM_GpRxCntrIp'.

150

29

Unset

Unreviewed

84225

There exists no reachable operation on variable 'IpduM_Ram.IpduM_GpRxCntdIp'.

163

29

Unset

Unreviewed

84219

There exists no reachable operation on variable 'IpduM_Ram.IpduM_GpTxCnfmMA'.

176

18

Unset

Unreviewed

84229

There exists no reachable operation on variable 'IpduM_Ram.IpduM_GpTxCnfDyH'.

190

12

Unset

Unreviewed

84245

There exists no reachable operation on variable 'IpduM_Ram.IpduM_GpJITDyId'.

203

12

Unset

Unreviewed

84251

There exists no reachable operation on variable 'IpduM_Ram.IpduM_GulNoOfTxP'.

216

7

Unset

Unreviewed

84227

There exists no reachable operation on variable 'IpduM_Ram.IpduM_GddNoCrTxP'.

228

10

Unset

Unreviewed

84244

There exists no reachable operation on variable 'IpduM_Ram.IpduM_GddNoCdTxP'.

240

10

Unset

Unreviewed

84253

There exists no reachable operation on variable 'IpduM_Ram.IpduM_GddNoCrRxP'.

252

10

Unset

Unreviewed

84242

There exists no reachable operation on variable 'IpduM_Ram.IpduM_GddNoQSize'.

264

10

Unset

Unreviewed

84239

There exists no reachable operation on variable 'IpduM_Ram.IpduM_GulNoBTCpy'.

276

7

Unset

Unreviewed

84241

There exists no reachable operation on variable 'IpduM_Ram.IpduM_GusTxPnFlB'.

288

7

Unset

Unreviewed

84237

There exists no reachable operation on variable 'IpduM_Ram.IpduM_GusTxCtPFB'.

300

7

Unset

Unreviewed

84224

There exists no reachable operation on variable 'IpduM_Ram.IpduM_GusRxCtPFB'.

312

7

Unset

Unreviewed

84232

There exists no reachable operation on variable 'IpduM_Ram.IpduM_GddMaxTxPI'.

325

10

Unset

Unreviewed

84243

There exists no reachable operation on variable 'IpduM_Ram.IpduM_GddMxRxPId'.

337

10

Unset

Unreviewed

84236

There exists no reachable operation on variable 'IpduM_Ram.IpduM_GddMxTxCPI'.

349

10

Unset

Unreviewed

84234

There exists no reachable operation on variable 'IpduM_Ram.IpduM_GddCntTxPI'.

362

10

Unset

Unreviewed

84249

There exists no reachable operation on variable 'IpduM_Ram.IpduM_GddCntRxPI'.

374

10

Unset

Unreviewed

84248

There exists no reachable operation on variable 'IpduM_Ram.IpduM_GddCnTxCPI'.

386

10

Unset

Unreviewed

84230

There exists no reachable operation on variable 'IpduM_Ram.IpduM_GddInJitDA'.

398

10

Unset

Unreviewed

84235

There exists no reachable operation on variable 'IpduM_Ram.IpduM_GucInTxCMA'.

410

6

Unset

Unreviewed

84250

There exists no reachable operation on variable 'IpduM_Ram.IpduM_GpSduDataP'.

422

8

Unset

Unreviewed

84218

There exists no reachable operation on variable 'IpduM_Ram.IpduM_GpMetDataP'.

434

8

Unset

Unreviewed

84220

There exists no reachable operation on variable 'IpduM_Ram.IpduM_GpTxPndngF'.

446

8

Unset

Unreviewed

84252

There exists no reachable operation on variable 'IpduM_Ram.IpduM_GpTxCntPnF'.

458

8

Unset

Unreviewed

84222

There exists no reachable operation on variable 'IpduM_Ram.IpduM_GpTxCnSPnF'.

470

8

Unset

Unreviewed

84223

There exists no reachable operation on variable 'IpduM_Ram.IpduM_GpRxCntPnF'.

482

8

Unset

Unreviewed

84238

There exists no reachable operation on variable 'IpduM_Ram.IpduM_GblTxCnfFl'.

494

8

Unset

Unreviewed

84246

There exists no reachable operation on variable 'IpduM_Ram.IpduM_GblBiSrchF'.

506

8

Unset

Unreviewed

84221

There exists no reachable operation on variable 'IpduM_Ram.IpduM_GstStatus'.

520

17

Unset

Unreviewed

Table 5.102. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\53_Dcm\src\Dcm_Cfg.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83602

There exists no reachable operation on variable 'Dcm_Cfg.Dcm_GaaBufferArea'.

224

6

Unset

Unreviewed

83601

There exists no reachable operation on variable 'Dcm_Cfg.Dcm_GaaServiceIDMapping'.

233

12

Unset

Unreviewed

83603

There exists no reachable operation on variable 'Dcm_Cfg.Dcm_GaaSerTablSIDMapping'.

243

12

Unset

Unreviewed

83567

There exists no reachable operation on variable 'Dcm_Cfg.Dcm_GaaDsdProcessingSwitch'.

252

27

Unset

Unreviewed

83515

There exists no reachable operation on variable 'Dcm_Cfg.Dcm_GaaDsdDiagServiceRPConf'.

261

28

Unset

Unreviewed

83559

There exists no reachable operation on variable 'Dcm_Cfg.Dcm_GaaDsdDiagServiceConf'.

270

28

Unset

Unreviewed

83535

There exists no reachable operation on variable 'Dcm_Cfg.Dcm_GaaDsdDiagServiceScheduled'.

278

31

Unset

Unreviewed

83511

There exists no reachable operation on variable 'Dcm_Cfg.Dcm_GaacommunicationType'.

288

32

Unset

Unreviewed

83541

There exists no reachable operation on variable 'Dcm_Cfg.Dcm_GaaSessionMapping'.

307

12

Unset

Unreviewed

83591

There exists no reachable operation on variable 'Dcm_Cfg.Dcm_GaaEcuResetRowMapping'.

315

12

Unset

Unreviewed

83540

There exists no reachable operation on variable 'Dcm_Cfg.Dcm_GaaSecurityLevMapping'.

324

12

Unset

Unreviewed

83547

There exists no reachable operation on variable 'Dcm_Cfg.Dcm_GaaComMMapping'.

332

12

Unset

Unreviewed

83516

There exists no reachable operation on variable 'Dcm_Cfg.Dcm_GaaGetSeedNoADR'.

341

23

Unset

Unreviewed

83546

There exists no reachable operation on variable 'Dcm_Cfg.Dcm_GaaDidMapping'.

351

13

Unset

Unreviewed

83539

There exists no reachable operation on variable 'Dcm_Cfg.Dcm_GaaRidMapping'.

360

13

Unset

Unreviewed

83500

There exists no reachable operation on variable 'Dcm_Cfg.Dcm_GaaBufferConfig'.

368

18

Unset

Unreviewed

83594

There exists no reachable operation on variable 'Dcm_Cfg.Dcm_GaaServiceTable'.

405

26

Unset

Unreviewed

83579

There exists no reachable operation on variable 'Dcm_Cfg.Dcm_GaaProtocolConfig'.

428

25

Unset

Unreviewed

83517

There exists no reachable operation on variable 'Dcm_Cfg.Dcm_GaaTxConfIdTable'.

536

28

Unset

Unreviewed

83610

There exists no reachable operation on variable 'Dcm_Cfg.Dcm_GaaTxPduIdTable'.

559

27

Unset

Unreviewed

83573

There exists no reachable operation on variable 'Dcm_Cfg.Dcm_GaaRxPduIdTable'.

581

27

Unset

Unreviewed

83551

There exists no reachable operation on variable 'Dcm_Cfg.Dcm_GaaDsdService'.

629

21

Unset

Unreviewed

83608

There exists no reachable operation on variable 'Dcm_Cfg.Dcm_GaaDsdSubService'.

859

24

Unset

Unreviewed

83510

There exists no reachable operation on variable 'Dcm_Cfg.Dcm_GaaSubServiceMapping'.

1032

12

Unset

Unreviewed

83592

There exists no reachable operation on variable 'Dcm_Cfg.Dcm_GaaDspEcuResetRow'.

1041

26

Unset

Unreviewed

83585

There exists no reachable operation on variable 'Dcm_Cfg.Dcm_GaaDspSessionRow'.

1061

28

Unset

Unreviewed

83542

There exists no reachable operation on variable 'Dcm_Cfg.Dcm_GaaComCtrlAllChanConfig'.

1129

31

Unset

Unreviewed

83512

There exists no reachable operation on variable 'Dcm_Cfg.Dcm_GaaAttemptConfig'.

1151

27

Unset

Unreviewed

83575

There exists no reachable operation on variable 'Dcm_Cfg.Dcm_GaaDspAttemptData'.

1170

19

Unset

Unreviewed

83568

There exists no reachable operation on variable 'Dcm_Cfg.Dcm_GaaSecurityRow'.

1191

25

Unset

Unreviewed

83598

There exists no reachable operation on variable 'Dcm_Cfg.Dcm_GaaDspDidSyncFuncs'.

1235

26

Unset

Unreviewed

83560

There exists no reachable operation on variable 'Dcm_Cfg.Dcm_GaaDspDidRead'.

1427

21

Unset

Unreviewed

83549

There exists no reachable operation on variable 'Dcm_Cfg.Dcm_GaaDspDidWrite'.

1618

22

Unset

Unreviewed

83562

There exists no reachable operation on variable 'Dcm_Cfg.Dcm_GaaDspDidIoCtrl'.

1665

25

Unset

Unreviewed

83556

There exists no reachable operation on variable 'Dcm_Cfg.Dcm_GaaDspDidInfo'.

1711

21

Unset

Unreviewed

83604

There exists no reachable operation on variable 'Dcm_Cfg.Dcm_GaaDspDataRead'.

1980

22

Unset

Unreviewed

83606

There exists no reachable operation on variable 'Dcm_Cfg.Dcm_GaaDspDataWrite'.

2171

23

Unset

Unreviewed

83534

There exists no reachable operation on variable 'Dcm_Cfg.Dcm_GaaDspIoCtrlMaskSizeOne'.

2217

30

Unset

Unreviewed

83521

There exists no reachable operation on variable 'Dcm_Cfg.Dcm_GaaDspDidSignal'.

2392

23

Unset

Unreviewed

83527

There exists no reachable operation on variable 'Dcm_Cfg.Dcm_GaaDspDid'.

2846

17

Unset

Unreviewed

83590

There exists no reachable operation on variable 'Dcm_Cfg.Dcm_GaaCommonRamArea'.

3365

7

Unset

Unreviewed

83597

There exists no reachable operation on variable 'Dcm_Cfg.Dcm_GaaOutSignal'.

3375

24

Unset

Unreviewed

83536

There exists no reachable operation on variable 'Dcm_Cfg.Dcm_GaaDspRid'.

3392

21

Unset

Unreviewed

83545

There exists no reachable operation on variable 'Dcm_Cfg.Dcm_GaaRoutineCtrlRef'.

3413

31

Unset

Unreviewed

83518

There exists no reachable operation on variable 'Dcm_Cfg.Dcm_GaaRoutineControl'.

3427

29

Unset

Unreviewed

83548

There exists no reachable operation on variable 'Dcm_Cfg.Dcm_GaaRoutineCtrlExec'.

3457

30

Unset

Unreviewed

83600

There exists no reachable operation on variable 'Dcm_Cfg.Dcm_GaaTempReadData'.

3464

6

Unset

Unreviewed

Table 5.103. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\54_Dem\src\Dem_Lcfg.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83768

There exists no reachable operation on variable 'Dem_Lcfg.Dem_GaaEventMemorySetList'.

156

0

Unset

Unreviewed

83764

There exists no reachable operation on variable 'Dem_Lcfg.Dem_GaaOperationCycleIdsList'.

199

0

Unset

Unreviewed

83775

There exists no reachable operation on variable 'Dem_Lcfg.Dem_GaaDTCAttributes'.

304

0

Unset

Unreviewed

83788

There exists no reachable operation on variable 'Dem_Lcfg.Dem_GaaEnableCondition'.

1302

0

Unset

Unreviewed

83763

There exists no reachable operation on variable 'Dem_Lcfg.Dem_GaaEnableConditionGroup'.

1956

0

Unset

Unreviewed

83756

There exists no reachable operation on variable 'Dem_Lcfg.Dem_GaaTimeDebounceClass'.

2059

0

Unset

Unreviewed

83789

There exists no reachable operation on variable 'Dem_Lcfg.Dem_GaaEnableConditionStatus'.

2911

0

Unset

Unreviewed

83793

There exists no reachable operation on variable 'Dem_Lcfg.Dem_GaaDataElementExternalCS'.

2922

0

Unset

Unreviewed

83749

There exists no reachable operation on variable 'Dem_Lcfg.Dem_GaaDid'.

3101

24

Unset

Unreviewed

83754

There exists no reachable operation on variable 'Dem_Lcfg.Dem_GaaNVBlocks'.

3383

22

Unset

Unreviewed

83774

There exists no reachable operation on variable 'Dem_Lcfg.Dem_GaaOperationCycleIdBuffer'.

3591

6

Unset

Unreviewed

83748

There exists no reachable operation on variable 'Dem_Lcfg.Dem_GaaEvtsPrmMem'.

3603

13

Unset

Unreviewed

83760

There exists no reachable operation on variable 'Dem_Lcfg.Dem_GaaNvBlockForIndxPriMem_DemEventMemorySet_0_PrimaryMemory'.

3614

4

Unset

Unreviewed

83790

There exists no reachable operation on variable 'Dem_Lcfg.Dem_GaaEvtBitArrayMap'.

3637

0

Unset

Unreviewed

83761

There exists no reachable operation on variable 'Dem_Lcfg.Dem_GaaClientList'.

3752

0

Unset

Unreviewed

Table 5.104. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\54_Dem\src\Dem_Memory.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83798

There exists no reachable operation on variable 'Dem_Memory.Dem_GaaDefaultOperationCycleState'.

139

4

Unset

Unreviewed

83806

There exists no reachable operation on variable 'Dem_Memory.Dem_GstDefaultEventMemory'.

150

26

Unset

Unreviewed

83808

There exists no reachable operation on variable 'Dem_Memory.Dem_GstDefaultClientSlection'.

161

34

Unset

Unreviewed

83797

There exists no reachable operation on variable 'Dem_Memory.Dem_GstDefaultRecordUpdate'.

168

31

Unset

Unreviewed

83807

There exists no reachable operation on variable 'Dem_Memory.Dem_GstPrmEventMemory_DemEventMemorySet_0_PrimaryMemory'.

181

4

Unset

Unreviewed

83796

There exists no reachable operation on variable 'Dem_Memory.Dem_GaaDTCOriginMappingIndx'.

198

4

Unset

Unreviewed

83799

There exists no reachable operation on variable 'Dem_Memory.Dem_GaaDTCOriginBasedPtrAddress'.

208

4

Unset

Unreviewed

Table 5.105. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\54_Dem\src\Dem_PBcfg.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83810

There exists no reachable operation on variable 'Dem_PBcfg.Dem_GaaAllDefaultPreConditionValue'.

126

16

Unset

Unreviewed

83813

There exists no reachable operation on variable 'Dem_PBcfg.Dem_GaaEventFailureCounterThreshold'.

144

16

Unset

Unreviewed

83811

There exists no reachable operation on variable 'Dem_PBcfg.Dem_GaaEventRecoverableInSameOperationCycle'.

158

18

Unset

Unreviewed

83814

There exists no reachable operation on variable 'Dem_PBcfg.Dem_GaaDtcInfo'.

172

22

Unset

Unreviewed

83828

There exists no reachable operation on variable 'Dem_PBcfg.Dem_GaaEventToDTCIndexMapping'.

614

17

Unset

Unreviewed

83812

There exists no reachable operation on variable 'Dem_PBcfg.Dem_GaaDefaultSuppressionStatus'.

630

18

Unset

Unreviewed

83809

There exists no reachable operation on variable 'Dem_PBcfg.Dem_GaaClientFunctionality'.

648

16

Unset

Unreviewed

83820

There exists no reachable operation on variable 'Dem_PBcfg.Dem_GaaConfig'.

663

23

Unset

Unreviewed

Table 5.106. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\60_CanIf\src\CanIf_Lcfg.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

82913

There exists no reachable operation on variable 'CanIf_Lcfg.CanIf_GaaCtrlMapArray'.

75

12

Unset

Unreviewed

82909

There exists no reachable operation on variable 'CanIf_Lcfg.CanIf_GaaTrcvMapArray'.

83

12

Unset

Unreviewed

82911

There exists no reachable operation on variable 'CanIf_Lcfg.CanIf_GaaDispatchAPINames'.

98

27

Unset

Unreviewed

82914

There exists no reachable operation on variable 'CanIf_Lcfg.CanIf_GaaRxCbkUser'.

134

25

Unset

Unreviewed

82916

There exists no reachable operation on variable 'CanIf_Lcfg.CanIf_GaaTxCbkUser'.

194

25

Unset

Unreviewed

82910

There exists no reachable operation on variable 'CanIf_Lcfg.CanIf_GaaCanTrcv'.

254

15

Unset

Unreviewed

82915

There exists no reachable operation on variable 'CanIf_Lcfg.CanIf_GaaWakeupSource'.

264

32

Unset

Unreviewed

Table 5.107. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\60_CanIf\src\CanIf_PBcfg.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

82919

There exists no reachable operation on variable 'CanIf_PBcfg.CanIf_GaaTxPduIdMapArray'.

96

16

Unset

Unreviewed

82930

There exists no reachable operation on variable 'CanIf_PBcfg.CanIf_GaaControllerConfigType'.

116

12

Unset

Unreviewed

82918

There exists no reachable operation on variable 'CanIf_PBcfg.CanIf_GaaHrh'.

131

16

Unset

Unreviewed

82920

There exists no reachable operation on variable 'CanIf_PBcfg.CanIf_GaaHrhMapArray'.

408

13

Unset

Unreviewed

82917

There exists no reachable operation on variable 'CanIf_PBcfg.CanIf_GaaRxLpdu'.

479

19

Unset

Unreviewed

82931

There exists no reachable operation on variable 'CanIf_PBcfg.CanIf_GaaTxLpdu'.

1023

19

Unset

Unreviewed

Used non-shared variable

Table 5.108. ?extern

ID

Detail

Protection

Line

Col

Severity

Status

Comment

82785

Operations on variable '?extern.VAR_MOUNTING_SIDE' do not interfere with each other.

0

0

Unset

Unreviewed

Table 5.109. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\001_Os_DELIVERY_Common\ssc\src\Os_Kernel.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

84614

Operations on variable 'Os_Kernel.Os_GddState' do not interfere with each other.

139

18

Unset

Unreviewed

84618

Operations on variable 'Os_Kernel.LSaaShutdownAppCount' do not interfere with each other.

1325

25

Unset

Unreviewed

Table 5.110. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\010_EcuM_DELIVERY\ssc\src\EcuM_Callout_Stubs.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

84010

Operations on variable 'EcuM_Callout_Stubs.GucEcuVariant' do not interfere with each other.

205

6

Unset

Unreviewed

Table 5.111. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\010_EcuM_DELIVERY\ssc\src\EcuM_Ram.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

84058

Operations on variable 'EcuM_Ram.EcuM_GblInitStatus' do not interfere with each other.

103

8

Unset

Unreviewed

84044

Operations on variable 'EcuM_Ram.EcuM_GpEcuMConfigPtr' do not interfere with each other.

370

24

Unset

Unreviewed

Table 5.112. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\012_ComM_DELIVERY\ssc\src\ComM_Ram.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83165

Operations on variable 'ComM_Ram.ComM_GaaSubComMode' do not interfere with each other.

152

0

Unset

Unreviewed

83175

Operations on variable 'ComM_Ram.ComM_GaaReqedComModeCnt' do not interfere with each other.

165

0

Unset

Unreviewed

83178

Operations on variable 'ComM_Ram.ComM_GaaRequestedComMode' do not interfere with each other.

178

0

Unset

Unreviewed

83177

Operations on variable 'ComM_Ram.ComM_GddInit' do not interfere with each other.

190

20

Unset

Unreviewed

83182

Operations on variable 'ComM_Ram.ComM_GSstData' do not interfere with each other.

215

10

Unset

Unreviewed

83172

Operations on variable 'ComM_Ram.ComM_GpDbTocPtr' do not interfere with each other.

228

24

Unset

Unreviewed

83179

Operations on variable 'ComM_Ram.ComM_GpPncPbInfoType' do not interfere with each other.

240

27

Unset

Unreviewed

83171

Operations on variable 'ComM_Ram.ComM_GpChannelPbInfoType' do not interfere with each other.

253

53

Unset

Unreviewed

83186

Operations on variable 'ComM_Ram.ComM_GpUserPbInfoType' do not interfere with each other.

266

51

Unset

Unreviewed

83169

Operations on variable 'ComM_Ram.ComM_GaaChannelInhibition' do not interfere with each other.

281

0

Unset

Unreviewed

83181

Operations on variable 'ComM_Ram.ComM_GaaCurComMode' do not interfere with each other.

326

6

Unset

Unreviewed

83180

Operations on variable 'ComM_Ram.ComM_GaaNmIndication' do not interfere with each other.

339

0

Unset

Unreviewed

83167

Operations on variable 'ComM_Ram.ComM_GaaUserRequestSet' do not interfere with each other.

451

8

Unset

Unreviewed

Table 5.113. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\021_Fee_DELIVERY\ssc\src\Fee_Ram.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

84109

Operations on variable 'Fee_Ram.Fee_GddClrInfoAddr' do not interfere with each other.

289

16

Unset

Unreviewed

84144

Operations on variable 'Fee_Ram.Fee_GucBlkHdrCnt' do not interfere with each other.

299

6

Unset

Unreviewed

84085

Operations on variable 'Fee_Ram.Fee_GucCurrentJob' do not interfere with each other.

307

6

Unset

Unreviewed

84147

Operations on variable 'Fee_Ram.Fee_GddJobResult' do not interfere with each other.

342

20

Unset

Unreviewed

84094

Operations on variable 'Fee_Ram.Fee_GddMemifState' do not interfere with each other.

351

17

Unset

Unreviewed

84088

Operations on variable 'Fee_Ram.Fee_GucAsynchJobStatus' do not interfere with each other.

421

6

Unset

Unreviewed

84125

Operations on variable 'Fee_Ram.Fee_GusActiveClr' do not interfere with each other.

429

7

Unset

Unreviewed

84086

Operations on variable 'Fee_Ram.Fee_GucInitStatus' do not interfere with each other.

464

6

Unset

Unreviewed

84122

Operations on variable 'Fee_Ram.Fee_GusCurrentCluster' do not interfere with each other.

528

7

Unset

Unreviewed

84116

Operations on variable 'Fee_Ram.Fee_GucPendingRequest' do not interfere with each other.

566

6

Unset

Unreviewed

Table 5.114. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\031_CanNm_DELIVERY\ssc\src\CanNm.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

82953

Operations on variable 'CanNm.CanNm_GblInitStatus' do not interfere with each other.

169

8

Unset

Unreviewed

82937

Operations on variable 'CanNm.CanNm_GaaChannel' do not interfere with each other.

178

14

Unset

Unreviewed

82951

Operations on variable 'CanNm.CanNm_GpConfig' do not interfere with each other.

216

24

Unset

Unreviewed

82952

Operations on variable 'CanNm.CanNm_GpStaticChannel' do not interfere with each other.

225

47

Unset

Unreviewed

82936

Operations on variable 'CanNm.CanNm_GaaTxUserData' do not interfere with each other.

235

6

Unset

Unreviewed

Table 5.115. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\035_CanTp_DELIVERY\ssc\src\CanTp.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83049

Operations on variable 'CanTp.CanTp_GddPduTochannelmapping' do not interfere with each other.

178

19

Unset

Unreviewed

83053

Operations on variable 'CanTp.CanTp_GpCfgPtr' do not interfere with each other.

222

24

Unset

Unreviewed

83047

Operations on variable 'CanTp.CanTp_GpTxSduDynamic' do not interfere with each other.

230

2

Unset

Unreviewed

83046

Operations on variable 'CanTp.CanTp_GpRxSduDynamic' do not interfere with each other.

238

2

Unset

Unreviewed

83048

Operations on variable 'CanTp.CanTp_GpTxNsduStatic' do not interfere with each other.

246

8

Unset

Unreviewed

83036

Operations on variable 'CanTp.CanTp_GpRxNsduStatic' do not interfere with each other.

254

8

Unset

Unreviewed

83039

Operations on variable 'CanTp.CanTp_GpChannelMode' do not interfere with each other.

262

8

Unset

Unreviewed

83042

Operations on variable 'CanTp.CanTp_GpChannelMapping' do not interfere with each other.

270

57

Unset

Unreviewed

83037

Operations on variable 'CanTp.CanTp_GpStMinTimers' do not interfere with each other.

277

8

Unset

Unreviewed

83034

Operations on variable 'CanTp.CanTp_GpTimers' do not interfere with each other.

284

8

Unset

Unreviewed

83055

Operations on variable 'CanTp.CanTp_GpRamStMinBs' do not interfere with each other.

293

15

Unset

Unreviewed

83038

Operations on variable 'CanTp.CanTp_GblInitStatus' do not interfere with each other.

301

8

Unset

Unreviewed

83011

Operations on variable 'CanTp.CanTp_GaaChannelRam' do not interfere with each other.

308

18

Unset

Unreviewed

83043

Operations on variable 'CanTp.CanTp_GaaTimers' do not interfere with each other.

323

8

Unset

Unreviewed

83031

Operations on variable 'CanTp.CanTp_GaaRamSTminBs' do not interfere with each other.

333

38

Unset

Unreviewed

Table 5.116. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\053_Dcm_DELIVERY\ssc\src\Dcm.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83495

Operations on variable 'Dcm.Dcm_GblInitStatus' do not interfere with each other.

289

8

Unset

Unreviewed

83493

Operations on variable 'Dcm.Dcm_GblDiagBootJump' do not interfere with each other.

304

8

Unset

Unreviewed

Table 5.117. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\053_Dcm_DELIVERY\ssc\src\Dcm_Dsd.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83628

Operations on variable 'Dcm_Dsd.Dcm_GucServiceProcessingType' do not interfere with each other.

315

6

Unset

Unreviewed

83612

Operations on variable 'Dcm_Dsd.Dcm_GddDsdMessageInfo' do not interfere with each other.

361

23

Unset

Unreviewed

Table 5.118. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\053_Dcm_DELIVERY\ssc\src\Dcm_Dsl.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83634

Operations on variable 'Dcm_Dsl.Dcm_GddCurrentProtocolInfo' do not interfere with each other.

197

24

Unset

Unreviewed

83629

Operations on variable 'Dcm_Dsl.Dcm_GaaProtocolInfo' do not interfere with each other.

225

21

Unset

Unreviewed

83633

Operations on variable 'Dcm_Dsl.Dcm_GddCurrentSession' do not interfere with each other.

241

16

Unset

Unreviewed

Table 5.119. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\053_Dcm_DELIVERY\ssc\src\Dcm_DslRequestRx.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83648

Operations on variable 'Dcm_DslRequestRx.Dcm_GddConcTpRxPduId' do not interfere with each other.

291

10

Unset

Unreviewed

Table 5.120. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\053_Dcm_DELIVERY\ssc\src\Dcm_DspIoControl.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83655

Operations on variable 'Dcm_DspIoControl.Dcm_GaaDspSesTrnsIOCtrl' do not interfere with each other.

312

2

Unset

Unreviewed

Table 5.121. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\054_Dem_DELIVERY\ssc\src\Dem_Ram.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83888

Operations on variable 'Dem_Ram.Dem_GstDtcAsyncServiceStat' do not interfere with each other.

243

24

Unset

Unreviewed

83861

Operations on variable 'Dem_Ram.Dem_GaaIntDebounceTimer' do not interfere with each other.

269

2

Unset

Unreviewed

83873

Operations on variable 'Dem_Ram.Dem_GaaAllFDC' do not interfere with each other.

489

6

Unset

Unreviewed

83857

Operations on variable 'Dem_Ram.Dem_GucInit' do not interfere with each other.

497

6

Unset

Unreviewed

83914

Operations on variable 'Dem_Ram.Dem_GaaNVBlockStatus' do not interfere with each other.

692

6

Unset

Unreviewed

83849

Operations on variable 'Dem_Ram.Dem_GblNVReadFailed' do not interfere with each other.

982

8

Unset

Unreviewed

Table 5.122. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\060_CanIf_DELIVERY\ssc\src\CanIf.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

82906

Operations on variable 'CanIf.CanIf_GblCanIfStatus' do not interfere with each other.

118

8

Unset

Unreviewed

82907

Operations on variable 'CanIf.CanIf_GaaTrcvMode' do not interfere with each other.

128

27

Unset

Unreviewed

82898

Operations on variable 'CanIf.CanIf_GaaController' do not interfere with each other.

138

2

Unset

Unreviewed

82894

Operations on variable 'CanIf.CanIf_GaaOperMode' do not interfere with each other.

148

6

Unset

Unreviewed

82908

Operations on variable 'CanIf.CanIf_GpFirstRxLpdu' do not interfere with each other.

169

21

Unset

Unreviewed

82896

Operations on variable 'CanIf.CanIf_GpFirstTxLpdu' do not interfere with each other.

177

21

Unset

Unreviewed

82893

Operations on variable 'CanIf.CanIf_GpFirstBuffer' do not interfere with each other.

185

23

Unset

Unreviewed

82895

Operations on variable 'CanIf.CanIf_GpFirstTxPduToQueue' do not interfere with each other.

193

2

Unset

Unreviewed

82897

Operations on variable 'CanIf.CanIf_GpFirstCtrlConfigType' do not interfere with each other.

202

2

Unset

Unreviewed

82905

Operations on variable 'CanIf.CanIf_GpConfigPtr' do not interfere with each other.

218

25

Unset

Unreviewed

Table 5.123. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\140_CanSm_DELIVERY\ssc\src\CanSM_Main.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

82999

Operations on variable 'CanSM_Main.CanSM_GddInitStatus' do not interfere with each other.

146

16

Unset

Unreviewed

82986

Operations on variable 'CanSM_Main.CanSM_GaaNetwork' do not interfere with each other.

156

0

Unset

Unreviewed

Table 5.124. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\CDD\254_IoHwAb\ssc\src\IoHwAb.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

84149

Operations on variable 'IoHwAb.IoHwAb_GblInit' do not interfere with each other.

97

8

Unset

Unreviewed

84148

Operations on variable 'IoHwAb.IoHwAb_GblRedInit' do not interfere with each other.

104

8

Unset

Unreviewed

Table 5.125. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\CDD\254_IoHwAb\ssc\src\IoHwAb_Adc.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

84152

Operations on variable 'IoHwAb_Adc.IohWab_GddAdcResBuf_ADC_0' do not interfere with each other.

103

19

Unset

Unreviewed

84150

Operations on variable 'IoHwAb_Adc.IohWab_GddAdcResBuf_ADC_1' do not interfere with each other.

110

19

Unset

Unreviewed

84153

Operations on variable 'IoHwAb_Adc.IohWab_GddAdcResBuf_ADC_2' do not interfere with each other.

118

19

Unset

Unreviewed

Table 5.126. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\10_EcuM\src\EcuM_Lcfg.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

84014

Operations on variable 'EcuM_Lcfg.EcuM_GaaLcfgHashValue' do not interfere with each other.

208

13

Unset

Unreviewed

Table 5.127. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\10_EcuM\src\EcuM_PBcfg.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

84028

Operations on variable 'EcuM_PBcfg.EcuM_GaaPBcfgHashValue' do not interfere with each other.

174

13

Unset

Unreviewed

84029

Operations on variable 'EcuM_PBcfg.EcuM_GaaConfig' do not interfere with each other.

191

22

Unset

Unreviewed

Table 5.128. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\12_ComM\src\ComM_Lcfg.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83150

Operations on variable 'ComM_Lcfg.ComM_GaaChannels' do not interfere with each other.

148

20

Unset

Unreviewed

Table 5.129. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\12_ComM\src\ComM_PBcfg.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83159

Operations on variable 'ComM_PBcfg.ComM_GaaConfig' do not interfere with each other.

212

22

Unset

Unreviewed

Table 5.130. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\140_CanSM\src\CanSM_Cfg.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

82978

Operations on variable 'CanSM_Cfg.CanSM_GSaaModeIndcnSts' do not interfere with each other.

152

13

Unset

Unreviewed

82980

Operations on variable 'CanSM_Cfg.CanSM_GaaDynamicNetwork' do not interfere with each other.

160

0

Unset

Unreviewed

Table 5.131. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\15_Det\src\Det_Cfg.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83944

Operations on variable 'Det_Cfg.Det_GucInitDet_Partition_EcucPartition_NonTrusted' do not interfere with each other.

111

6

Unset

Unreviewed

83946

Operations on variable 'Det_Cfg.Det_GucInitDet_Partition_EcucPartition_Trusted' do not interfere with each other.

120

6

Unset

Unreviewed

Table 5.132. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\1_Os\src\Os_Cfg.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

84481

Operations on variable 'Os_Cfg.Os_GSddCoreState0' do not interfere with each other.

175

20

Unset

Unreviewed

84469

Operations on variable 'Os_Cfg.Os_GaaCoreState' do not interfere with each other.

182

21

Unset

Unreviewed

84462

Operations on variable 'Os_Cfg.Os_GSaaLinkTask_0' do not interfere with each other.

237

19

Unset

Unreviewed

84410

Operations on variable 'Os_Cfg.Os_GaaStaticTask' do not interfere with each other.

551

20

Unset

Unreviewed

84472

Operations on variable 'Os_Cfg.Os_GaaStaticAppl' do not interfere with each other.

7597

21

Unset

Unreviewed

Table 5.133. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\21_Fee\src\Fee_Cfg.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

84062

Operations on variable 'Fee_Cfg.Fee_GaaClusterConfiguration' do not interfere with each other.

983

28

Unset

Unreviewed

Table 5.134. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\2_Rte\src\Rte_PBCfg.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

84764

Operations on variable 'Rte_PBCfg.Rte_Config_PDV_2' do not interfere with each other.

100

22

Unset

Unreviewed

84763

Operations on variable 'Rte_PBCfg.Rte_Config_PDV_1' do not interfere with each other.

102

22

Unset

Unreviewed

Table 5.135. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\2_Rte\src\Rte_Partition_EcucPartition_Trusted.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

85042

Operations on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GaaCliSerFlagEcucPartition_Trusted' do not interfere with each other.

547

13

Unset

Unreviewed

85112

Operations on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucExclusiveAreaQueueIndex' do not interfere with each other.

643

13

Unset

Unreviewed

85077

Operations on variable 'Rte_Partition_EcucPartition_Trusted.Rte_GucExclusiveAreaQueue' do not interfere with each other.

669

13

Unset

Unreviewed

Table 5.136. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\31_CanNm\src\CanNm_PBcfg.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

82957

Operations on variable 'CanNm_PBcfg.CanNm_GaaStaticChannel' do not interfere with each other.

90

28

Unset

Unreviewed

82973

Operations on variable 'CanNm_PBcfg.CanNm_GaaConfig' do not interfere with each other.

243

25

Unset

Unreviewed

Table 5.137. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\35_CanTp\src\CanTp_PBcfg.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83102

Operations on variable 'CanTp_PBcfg.CanTp_GaaSTminBs' do not interfere with each other.

613

28

Unset

Unreviewed

83069

Operations on variable 'CanTp_PBcfg.CanTp_GaaConfig' do not interfere with each other.

651

27

Unset

Unreviewed

Table 5.138. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\50_Com\src\Com_PBcfg.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83203

Operations on variable 'Com_PBcfg.Com_GSaaROMtoRAMInit8Bit' do not interfere with each other.

117

19

Unset

Unreviewed

83213

Operations on variable 'Com_PBcfg.Com_GSaaROMtoRAMInit32Bit' do not interfere with each other.

2360

20

Unset

Unreviewed

83204

Operations on variable 'Com_PBcfg.Com_GSaaRamInit8Bit' do not interfere with each other.

2379

13

Unset

Unreviewed

83202

Operations on variable 'Com_PBcfg.Com_GSaaRamInit32Bit' do not interfere with each other.

2388

14

Unset

Unreviewed

83285

Operations on variable 'Com_PBcfg.Com_GSaaRomRxDMTimer' do not interfere with each other.

2396

20

Unset

Unreviewed

83282

Operations on variable 'Com_PBcfg.Com_GSaaRxDmStatus' do not interfere with each other.

2432

13

Unset

Unreviewed

83408

Operations on variable 'Com_PBcfg.Com_GSaaRxIpduStatus' do not interfere with each other.

2439

13

Unset

Unreviewed

83280

Operations on variable 'Com_PBcfg.Com_GSaaRxDMTimer' do not interfere with each other.

2454

14

Unset

Unreviewed

83327

Operations on variable 'Com_PBcfg.Com_GSaaTxDMTimer' do not interfere with each other.

2494

14

Unset

Unreviewed

83201

Operations on variable 'Com_PBcfg.Com_GSaaTxMDTimer' do not interfere with each other.

2510

14

Unset

Unreviewed

83326

Operations on variable 'Com_PBcfg.Com_GSaaTxPeriodicTimer' do not interfere with each other.

2517

14

Unset

Unreviewed

83305

Operations on variable 'Com_PBcfg.Com_GaaRelTimer' do not interfere with each other.

2525

13

Unset

Unreviewed

83378

Operations on variable 'Com_PBcfg.Com_GaaTxReptIpdu' do not interfere with each other.

2547

15

Unset

Unreviewed

83283

Operations on variable 'Com_PBcfg.Com_GaaIpduGrpCount' do not interfere with each other.

2554

6

Unset

Unreviewed

83310

Operations on variable 'Com_PBcfg.Com_GSaaTxIpduStatus' do not interfere with each other.

2562

13

Unset

Unreviewed

83210

Operations on variable 'Com_PBcfg.Com_GaaTxIpduStatusBit' do not interfere with each other.

2583

13

Unset

Unreviewed

83405

Operations on variable 'Com_PBcfg.Com_GaaTxIpduTimerStatus' do not interfere with each other.

2590

13

Unset

Unreviewed

83383

Operations on variable 'Com_PBcfg.Com_GaaTxIpdu' do not interfere with each other.

2982

24

Unset

Unreviewed

83289

Operations on variable 'Com_PBcfg.Com_GstCommonConfig' do not interfere with each other.

46821

27

Unset

Unreviewed

83217

Operations on variable 'Com_PBcfg.Com_GaaConfig' do not interfere with each other.

46879

21

Unset

Unreviewed

Table 5.139. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\50_Com\src\Com_Ram.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83444

Operations on variable 'Com_Ram.Com_GddComStatus' do not interfere with each other.

88

15

Unset

Unreviewed

83449

Operations on variable 'Com_Ram.Com_GpDbTocPtr' do not interfere with each other.

109

23

Unset

Unreviewed

83442

Operations on variable 'Com_Ram.Com_GaaIpduGrpEnStatus' do not interfere with each other.

121

6

Unset

Unreviewed

83447

Operations on variable 'Com_Ram.Com_GddHeadTimer' do not interfere with each other.

223

16

Unset

Unreviewed

83448

Operations on variable 'Com_Ram.Com_GddQueueStart' do not interfere with each other.

231

16

Unset

Unreviewed

83436

Operations on variable 'Com_Ram.Com_GddQueueSize' do not interfere with each other.

239

16

Unset

Unreviewed

83446

Operations on variable 'Com_Ram.Com_GddReptHeadTimer' do not interfere with each other.

286

16

Unset

Unreviewed

83456

Operations on variable 'Com_Ram.Com_GddReptQueueStart' do not interfere with each other.

294

16

Unset

Unreviewed

83443

Operations on variable 'Com_Ram.Com_GddReptQueueSize' do not interfere with each other.

302

16

Unset

Unreviewed

Table 5.140. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\53_Dcm\src\Dcm_Cfg.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83502

Operations on variable 'Dcm_Cfg.Dcm_GaaConnection' do not interfere with each other.

471

25

Unset

Unreviewed

Table 5.141. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\54_Dem\src\Dem_Lcfg.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

83740

Operations on variable 'Dem_Lcfg.Dem_GaaEventParameter' do not interfere with each other.

2093

0

Unset

Unreviewed

Table 5.142. E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\60_CanIf\src\CanIf_PBcfg.c

ID

Detail

Protection

Line

Col

Severity

Status

Comment

82921

Operations on variable 'CanIf_PBcfg.CanIf_GaaConfig' do not interfere with each other.

1623

23

Unset

Unreviewed

Chapter 6. Appendix 1 - Configuration Settings

Polyspace Settings

Option

Value

-author

auto.build

-code-metrics

true

-compiler

greenhills

-date

03/02/2023

-do-not-generate-results-for

all-headers

-I

E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\AppTest,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Build_App,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\CDD,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Generic,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\AppTest\Main,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\AppTest\Sbc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\AppTest\Stub,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\AppTest\Main\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\AppTest\Main\mak,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\AppTest\Main\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\AppTest\Sbc\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\AppTest\Sbc\mak,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\AppTest\Sbc\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\AppTest\Stub\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\AppTest\Stub\mak,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\AppTest\Stub\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\001_Os_DELIVERY_Common,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\001_Os_DELIVERY_CYTXBXX,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\002_Rte_DELIVERY,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\010_EcuM_DELIVERY,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\011_Fim_DELIVERY,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\012_ComM_DELIVERY,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\013_WdgM_DELIVERY,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\015_Det_DELIVERY,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\020_NvM_DELIVERY,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\021_Fee_DELIVERY,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\022_MemIf_DELIVERY,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\029_Nm_DELIVERY,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\031_CanNm_DELIVERY,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\035_CanTp_DELIVERY,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\042_BswM_DELIVERY,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\043_WdgIf_DELIVERY,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\050_Com_DELIVERY,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\051_PduR_DELIVERY,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\052_IpduM_DELIVERY,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\053_Dcm_DELIVERY,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\054_Dem_DELIVERY,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\055_Dlt_DELIVERY,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\060_CanIf_DELIVERY,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\110_Csm_DELIVERY,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\112_CryIf_DELIVERY,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\140_CanSm_DELIVERY,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\150_SecOC_DELIVERY,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\160_StbM_DELIVERY,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\161_CanTSyn_DELIVERY,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\175_ComXf_DELIVERY,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\176_E2EXf_DELIVERY,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\201_CRC_DELIVERY,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\207_E2E_DELIVERY,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\212_XCP_DELIVERY,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\001_Os_DELIVERY_Common\ssc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\001_Os_DELIVERY_Common\ssc\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\001_Os_DELIVERY_Common\ssc\mak,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\001_Os_DELIVERY_Common\ssc\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\001_Os_DELIVERY_CYTXBXX\ssc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\001_Os_DELIVERY_CYTXBXX\User_Manual,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\001_Os_DELIVERY_CYTXBXX\ssc\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\001_Os_DELIVERY_CYTXBXX\ssc\mak,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\001_Os_DELIVERY_CYTXBXX\ssc\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\002_Rte_DELIVERY\ssc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\002_Rte_DELIVERY\User_Manual,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\002_Rte_DELIVERY\ssc\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\002_Rte_DELIVERY\ssc\mak,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\010_EcuM_DELIVERY\ssc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\010_EcuM_DELIVERY\User_Manual,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\010_EcuM_DELIVERY\ssc\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\010_EcuM_DELIVERY\ssc\mak,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\010_EcuM_DELIVERY\ssc\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\011_Fim_DELIVERY\ssc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\011_Fim_DELIVERY\User_Manual,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\011_Fim_DELIVERY\ssc\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\011_Fim_DELIVERY\ssc\mak,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\011_Fim_DELIVERY\ssc\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\012_ComM_DELIVERY\ssc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\012_ComM_DELIVERY\User_Manual,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\012_ComM_DELIVERY\ssc\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\012_ComM_DELIVERY\ssc\mak,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\012_ComM_DELIVERY\ssc\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\013_WdgM_DELIVERY\ssc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\013_WdgM_DELIVERY\User_Manual,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\013_WdgM_DELIVERY\ssc\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\013_WdgM_DELIVERY\ssc\mak,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\013_WdgM_DELIVERY\ssc\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\015_Det_DELIVERY\ssc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\015_Det_DELIVERY\User_Manual,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\015_Det_DELIVERY\ssc\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\015_Det_DELIVERY\ssc\mak,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\015_Det_DELIVERY\ssc\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\020_NvM_DELIVERY\ssc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\020_NvM_DELIVERY\User_Manual,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\020_NvM_DELIVERY\ssc\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\020_NvM_DELIVERY\ssc\mak,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\020_NvM_DELIVERY\ssc\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\021_Fee_DELIVERY\ssc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\021_Fee_DELIVERY\User_Manual,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\021_Fee_DELIVERY\ssc\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\021_Fee_DELIVERY\ssc\mak,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\021_Fee_DELIVERY\ssc\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\022_MemIf_DELIVERY\ssc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\022_MemIf_DELIVERY\User_Manual,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\022_MemIf_DELIVERY\ssc\mak,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\029_Nm_DELIVERY\ssc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\029_Nm_DELIVERY\User_Manual,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\029_Nm_DELIVERY\ssc\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\029_Nm_DELIVERY\ssc\mak,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\029_Nm_DELIVERY\ssc\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\031_CanNm_DELIVERY\ssc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\031_CanNm_DELIVERY\User_Manual,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\031_CanNm_DELIVERY\ssc\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\031_CanNm_DELIVERY\ssc\mak,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\031_CanNm_DELIVERY\ssc\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\035_CanTp_DELIVERY\ssc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\035_CanTp_DELIVERY\User_Manual,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\035_CanTp_DELIVERY\ssc\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\035_CanTp_DELIVERY\ssc\mak,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\035_CanTp_DELIVERY\ssc\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\042_BswM_DELIVERY\ssc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\042_BswM_DELIVERY\User_Manual,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\042_BswM_DELIVERY\ssc\mak,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\043_WdgIf_DELIVERY\ssc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\043_WdgIf_DELIVERY\User_Manual,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\043_WdgIf_DELIVERY\ssc\mak,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\050_Com_DELIVERY\ssc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\050_Com_DELIVERY\User_Manual,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\050_Com_DELIVERY\ssc\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\050_Com_DELIVERY\ssc\mak,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\050_Com_DELIVERY\ssc\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\051_PduR_DELIVERY\ssc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\051_PduR_DELIVERY\User_Manual,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\051_PduR_DELIVERY\ssc\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\051_PduR_DELIVERY\ssc\mak,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\051_PduR_DELIVERY\ssc\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\052_IpduM_DELIVERY\ssc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\052_IpduM_DELIVERY\User_Manual,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\052_IpduM_DELIVERY\ssc\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\052_IpduM_DELIVERY\ssc\mak,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\052_IpduM_DELIVERY\ssc\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\053_Dcm_DELIVERY\ssc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\053_Dcm_DELIVERY\User_Manual,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\053_Dcm_DELIVERY\ssc\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\053_Dcm_DELIVERY\ssc\mak,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\053_Dcm_DELIVERY\ssc\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\054_Dem_DELIVERY\ssc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\054_Dem_DELIVERY\User_Manual,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\054_Dem_DELIVERY\ssc\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\054_Dem_DELIVERY\ssc\mak,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\054_Dem_DELIVERY\ssc\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\055_Dlt_DELIVERY\ssc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\055_Dlt_DELIVERY\User_Manual,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\055_Dlt_DELIVERY\ssc\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\055_Dlt_DELIVERY\ssc\mak,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\055_Dlt_DELIVERY\ssc\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\060_CanIf_DELIVERY\ssc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\060_CanIf_DELIVERY\User_Manual,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\060_CanIf_DELIVERY\ssc\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\060_CanIf_DELIVERY\ssc\mak,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\060_CanIf_DELIVERY\ssc\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\110_Csm_DELIVERY\ssc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\110_Csm_DELIVERY\User Manual,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\110_Csm_DELIVERY\ssc\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\110_Csm_DELIVERY\ssc\mak,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\110_Csm_DELIVERY\ssc\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\112_CryIf_DELIVERY\ssc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\112_CryIf_DELIVERY\User_Manual,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\112_CryIf_DELIVERY\ssc\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\112_CryIf_DELIVERY\ssc\mak,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\112_CryIf_DELIVERY\ssc\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\140_CanSm_DELIVERY\ssc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\140_CanSm_DELIVERY\User_Manual,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\140_CanSm_DELIVERY\ssc\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\140_CanSm_DELIVERY\ssc\mak,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\140_CanSm_DELIVERY\ssc\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\150_SecOC_DELIVERY\ssc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\150_SecOC_DELIVERY\User_Manual,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\150_SecOC_DELIVERY\ssc\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\150_SecOC_DELIVERY\ssc\mak,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\150_SecOC_DELIVERY\ssc\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\160_StbM_DELIVERY\ssc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\160_StbM_DELIVERY\User_Manual,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\160_StbM_DELIVERY\ssc\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\160_StbM_DELIVERY\ssc\mak,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\160_StbM_DELIVERY\ssc\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\161_CanTSyn_DELIVERY\ssc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\161_CanTSyn_DELIVERY\User_Manual,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\161_CanTSyn_DELIVERY\ssc\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\161_CanTSyn_DELIVERY\ssc\mak,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\161_CanTSyn_DELIVERY\ssc\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\175_ComXf_DELIVERY\ssc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\175_ComXf_DELIVERY\User_Manual,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\175_ComXf_DELIVERY\ssc\mak,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\176_E2EXf_DELIVERY\ssc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\176_E2EXf_DELIVERY\User_Manual,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\176_E2EXf_DELIVERY\ssc\mak,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\201_CRC_DELIVERY\ssc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\201_CRC_DELIVERY\User_Manual,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\201_CRC_DELIVERY\ssc\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\201_CRC_DELIVERY\ssc\mak,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\201_CRC_DELIVERY\ssc\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\207_E2E_DELIVERY\ssc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\207_E2E_DELIVERY\User_Manual,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\207_E2E_DELIVERY\ssc\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\207_E2E_DELIVERY\ssc\mak,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\207_E2E_DELIVERY\ssc\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\212_XCP_DELIVERY\ssc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\212_XCP_DELIVERY\User_Manual,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\212_XCP_DELIVERY\ssc\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\212_XCP_DELIVERY\ssc\mak,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\BSW\212_XCP_DELIVERY\ssc\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Build_App\Batchfiles,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Build_App\Linker,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Build_App\Makefiles,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Build_App\Batchfiles\dep,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Build_App\Batchfiles\Obj,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Build_App\Batchfiles\PBL,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\CDD\254_IoHwAb,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\CDD\CddSbc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\CDD\CddSpi,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\CDD\254_IoHwAb\ssc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\CDD\254_IoHwAb\ssc\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\CDD\254_IoHwAb\ssc\mak,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\CDD\254_IoHwAb\ssc\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\CDD\CddSbc\ssc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\CDD\CddSbc\ssc\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\CDD\CddSbc\ssc\mak,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\CDD\CddSbc\ssc\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\CDD\CddSpi\ssc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\CDD\CddSpi\ssc\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\CDD\CddSpi\ssc\mak,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\CDD\CddSpi\ssc\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Workspace,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\10_EcuM,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\110_Csm,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\112_CryIf,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\12_ComM,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\13_WdgM,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\140_CanSM,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\15_Det,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\160_StbM,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\161_CanTSyn,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\1_Os,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\201_Crc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\20_NvM,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\212_Xcp,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\21_Fee,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\22_MemIf,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\29_Nm,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\2_Rte,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\31_CanNm,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\35_CanTp,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\42_BswM,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\43_WdgIf,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\50_Com,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\51_PduR,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\52_IpduM,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\53_Dcm,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\54_Dem,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\60_CanIf,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\Reports,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\_EcuC,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\10_EcuM\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\10_EcuM\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\110_Csm\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\110_Csm\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\112_CryIf\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\112_CryIf\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\12_ComM\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\12_ComM\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\13_WdgM\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\13_WdgM\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\140_CanSM\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\140_CanSM\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\15_Det\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\15_Det\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\160_StbM\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\160_StbM\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\161_CanTSyn\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\161_CanTSyn\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\1_Os\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\1_Os\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\201_Crc\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\20_NvM\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\20_NvM\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\212_Xcp\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\212_Xcp\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\21_Fee\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\21_Fee\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\22_MemIf\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\22_MemIf\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\29_Nm\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\29_Nm\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\2_Rte\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\2_Rte\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\2_Rte\xml,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\31_CanNm\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\31_CanNm\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\35_CanTp\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\35_CanTp\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\42_BswM\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\42_BswM\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\43_WdgIf\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\43_WdgIf\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\50_Com\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\50_Com\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\51_PduR\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\51_PduR\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\52_IpduM\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\52_IpduM\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\53_Dcm\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\53_Dcm\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\54_Dem\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\54_Dem\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\60_CanIf\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\60_CanIf\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\Reports\RCV_Report,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\Reports\RIV_Report,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\Reports\RCV_Report\IndividualReports,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Generated_Files\_EcuC\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Workspace\C4K,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Workspace\EBTresos,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Workspace\C4K\HLM,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Workspace\C4K\HLM\AL_SWC,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Workspace\C4K\HLM\BSW,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Workspace\C4K\HLM\LocalParameters,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Workspace\C4K\HLM\BSW\ECUC,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Workspace\C4K\HLM\BSW\MD,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Workspace\C4K\HLM\BSW\SWC,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Workspace\C4K\HLM\BSW\SYSTEM,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Workspace\EBTresos\.metadata,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Workspace\EBTresos\.prefs,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Workspace\EBTresos\config,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Workspace\EBTresos\output,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Workspace\EBTresos\.metadata\.plugins,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Workspace\EBTresos\.metadata\.plugins\dreisoft.tresos.launcher2.plugin,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Workspace\EBTresos\.metadata\.plugins\dreisoft.tresos.lib2.plugin,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Workspace\EBTresos\.metadata\.plugins\dreisoft.tresos.workflow.api.plugin,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Workspace\EBTresos\.metadata\.plugins\org.eclipse.core.resources,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Workspace\EBTresos\.metadata\.plugins\org.eclipse.core.runtime,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Workspace\EBTresos\.metadata\.plugins\org.eclipse.e4.workbench,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Workspace\EBTresos\.metadata\.plugins\org.eclipse.ui.ide,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Workspace\EBTresos\.metadata\.plugins\org.eclipse.ui.workbench,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Workspace\EBTresos\.metadata\.plugins\org.eclipse.core.resources\.root,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Workspace\EBTresos\.metadata\.plugins\org.eclipse.core.resources\.safetable,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Workspace\EBTresos\.metadata\.plugins\org.eclipse.core.resources\.root\.indexes,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Workspace\EBTresos\.metadata\.plugins\org.eclipse.core.runtime\.settings,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Workspace\EBTresos\output\generated,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Workspace\EBTresos\output\generated\config,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Workspace\EBTresos\output\generated\make,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Configuration\Workspace\EBTresos\output\generated\output,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Generic\AUTOSAR_Types,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Generic\Compiler,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Generic\Platform_Types,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Generic\Startup_Files,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Generic\AUTOSAR_Types\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Generic\AUTOSAR_Types\mak,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Generic\Compiler\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Generic\Compiler\mak,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Generic\Platform_Types\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Generic\Platform_Types\mak,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Generic\Startup_Files\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Generic\Startup_Files\mak,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\Generic\Startup_Files\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL\080_Can,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL\092_Fls,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL\100_Gpt,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL\101_Mcu,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL\120_Dio,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL\121_Pwm,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL\123_Adc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL\124_Port,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL\080_Can\Config_Files,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL\080_Can\ssc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL\080_Can\Config_Files\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL\080_Can\Config_Files\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL\080_Can\ssc\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL\080_Can\ssc\mak,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL\080_Can\ssc\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL\092_Fls\Config_Files,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL\092_Fls\ssc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL\092_Fls\Config_Files\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL\092_Fls\Config_Files\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL\092_Fls\ssc\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL\092_Fls\ssc\mak,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL\092_Fls\ssc\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL\100_Gpt\Config_Files,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL\100_Gpt\ssc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL\100_Gpt\Config_Files\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL\100_Gpt\Config_Files\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL\100_Gpt\ssc\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL\100_Gpt\ssc\mak,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL\100_Gpt\ssc\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL\101_Mcu\Config_Files,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL\101_Mcu\ssc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL\101_Mcu\Config_Files\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL\101_Mcu\Config_Files\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL\101_Mcu\ssc\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL\101_Mcu\ssc\mak,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL\101_Mcu\ssc\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL\120_Dio\Config_Files,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL\120_Dio\ssc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL\120_Dio\Config_Files\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL\120_Dio\ssc\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL\120_Dio\ssc\mak,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL\120_Dio\ssc\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL\121_Pwm\Config_Files,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL\121_Pwm\ssc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL\121_Pwm\Config_Files\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL\121_Pwm\Config_Files\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL\121_Pwm\ssc\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL\121_Pwm\ssc\mak,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL\121_Pwm\ssc\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL\123_Adc\Config_Files,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL\123_Adc\ssc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL\123_Adc\Config_Files\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL\123_Adc\Config_Files\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL\123_Adc\ssc\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL\123_Adc\ssc\mak,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL\123_Adc\ssc\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL\124_Port\Config_Files,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL\124_Port\ssc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL\124_Port\Config_Files\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL\124_Port\Config_Files\src,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL\124_Port\ssc\inc,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL\124_Port\ssc\mak,E:\Kat_Polyspace\634969\config\sourcefiles\marelli_hlm\ApplicationStack\MCAL\124_Port\ssc\src

-lang

C

-max-processes

8

-O2

-O2

-prog

AL-HLM

-results-dir

E:\Kat_Polyspace\634969\config\results\CP

-stop-if-compile-error

true

-target

arm

-tmp-dir-in-results-dir

true

-to

pass2

-verif-version

1.0

Analysis Assumptions

Assumption

Issuer

Nonfinite floats (infinities and NaNs) are not considered

Product

Results of floating-point arithmetic are rounded following the IEE754 rule: round to nearest, ties to even

Product

Structure fields are not volatile unless the entire structure is volatile-qualified

Product

Stack pointers can be safely dereferenced even outside the pointed variable's scope

Product

External pointers cannot be null. They point to allocated data of sufficient size for safe dereference

Product

Absolute addresses can be safely dereferenced

Product

Chapter 7. Appendix 2 - Definitions

Table 7.1. Abbreviations

Abbreviation

Definition

Col

Column

Jus

Justified

SQO

Software Quality Objectives

NA

Not Available