Home | History | Annotate | Download | only in abi-compliance-checker

Lines Matching refs:WORD_SIZE

1286 my (%WORD_SIZE, %CPU_ARCH, %GCC_VERSION, %CLANG_VERSION);
2866 $TypeAttr{"Size"} = $WORD_SIZE{$Version}; # pointer
3048 $TypeAttr{"Size"} = $WORD_SIZE{$Version};
3235 my %TypeAttr = ("Size"=>$WORD_SIZE{$Version}, "Type"=>$Type, "Tid"=>$TypeId);
9200 $TypeInfo{$LibVersion}{$TypeId}{"Size"} = $WORD_SIZE{$LibVersion};
10438 $Size /= $WORD_SIZE{$LibVersion};
12028 and not isMemPadded($Member_Pos, -1, \%Type1_Pure, \%RemovedField, $TypeInfo{1}, getArch(1), $WORD_SIZE{1}))
12032 if(getOffset($MNum-1, \%Type1_Pure, $TypeInfo{1}, getArch(1), $WORD_SIZE{1})!=getOffset($RelatedField{$MNum-1}, \%Type2_Pure, $TypeInfo{2}, getArch(2), $WORD_SIZE{2}))
12148 if(not isMemPadded($Member_Pos, $TypeInfo{2}{$MemberType2_Id}{"Size"}*$BYTE_SIZE, \%Type1_Pure, \%RemovedField, $TypeInfo{1}, getArch(1), $WORD_SIZE{1}))
12153 if(getOffset($MNum-1, \%Type1_Pure, $TypeInfo{1}, getArch(1), $WORD_SIZE{1})!=getOffset($RelatedField{$MNum-1}, \%Type2_Pure, $TypeInfo{2}, getArch(2), $WORD_SIZE{2}))
12270 if(not isMemPadded($Member_Pos, $TypeInfo{2}{$MemberType2_Id}{"Size"}*$BYTE_SIZE, \%Type1_Pure, \%RemovedField, $TypeInfo{1}, getArch(1), $WORD_SIZE{1}))
12275 if(getOffset($MNum-1, \%Type1_Pure, $TypeInfo{1}, getArch(1), $WORD_SIZE{1})!=getOffset($RelatedField{$MNum-1}, \%Type2_Pure, $TypeInfo{2}, getArch(2), $WORD_SIZE{2}))
12361 and not isMemPadded($Member_Pos, -1, \%Type2_Pure, \%AddedField, $TypeInfo{2}, getArch(2), $WORD_SIZE{2}))
12365 if(getOffset($MNum-1, \%Type2_Pure, $TypeInfo{2}, getArch(2), $WORD_SIZE{2})!=getOffset($RelatedField_Rev{$MNum-1}, \%Type1_Pure, $TypeInfo{1}, getArch(1), $WORD_SIZE{1}))
13964 %Conv1 = callingConvention_R_Model($CompleteSignature{1}{$Symbol}, $TypeInfo{1}, $Arch1, $OStarget, $WORD_SIZE{1});
13965 %Conv2 = callingConvention_R_Model($CompleteSignature{2}{$PSymbol}, $TypeInfo{2}, $Arch2, $OStarget, $WORD_SIZE{2});
14615 %Conv1 = callingConvention_P_Model($CompleteSignature{1}{$Symbol}, $ParamPos1, $TypeInfo{1}, $Arch1, $OStarget, $WORD_SIZE{1});
14616 %Conv2 = callingConvention_P_Model($CompleteSignature{2}{$Symbol}, $ParamPos2, $TypeInfo{2}, $Arch2, $OStarget, $WORD_SIZE{2});
16868 $Problem->{"Word_Size"} = $WORD_SIZE{2};
20249 return $WORD_SIZE{$_[0]};
20861 $WORD_SIZE{$LibVersion} = $ABI->{"WordSize"};
20865 $WORD_SIZE{$LibVersion} = $ABI->{"SizeOfPointer"};
20867 if(not $WORD_SIZE{$LibVersion})
20871 $WORD_SIZE{$LibVersion} = $TypeInfo{$LibVersion}{$Tid}{"Size"};
20886 $WORD_SIZE{$LibVersion} = $PSize;
22134 $WORD_SIZE{1} = detectWordSize(1);
22213 "WordSize" => $WORD_SIZE{1},
22760 $WORD_SIZE{1} = detectWordSize(1);
22771 $WORD_SIZE{2} = detectWordSize(2);
22773 if($WORD_SIZE{1} ne $WORD_SIZE{2})
22778 $WORD_SIZE{1} = $WORD_SIZE{2};
22779 printMsg("WARNING", "set WORD size to ".$WORD_SIZE{2}." bytes");
22783 $WORD_SIZE{2} = $WORD_SIZE{1};
22784 printMsg("WARNING", "set WORD size to ".$WORD_SIZE{1}." bytes");
22787 elsif(not $WORD_SIZE{1}
22788 and not $WORD_SIZE{2})
22790 $WORD_SIZE{1} = "4";
22791 $WORD_SIZE{2} = "4";