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

Lines Matching refs:Word

459       Alternatively you can write \"none\" word to the <libs> section
3237 { # size of "method pointer" may be greater than WORD size
4825 foreach my $Word (keys(%Words))
4827 my $BaseType_Name = $Typedef_BaseName{$LibVersion}{$Word};
4829 next if($TypeName_New=~/\b(struct|union|enum)\s\Q$Word\E\b/);
4832 if($TypeName_New=~/\Q$Word\E(.*)\Z/)
4843 if($TypeName_New=~s/\b\Q$Word\E\b/$BaseType_Name/g) {
18239 my $Word = $1;
18240 if($Value!~/$Word\s*\(/)
18242 my $Val = uncoverConstant($LibVersion, $Word);
18245 $Value=~s/\b$Word\b/$Val/g;
20241 exitStatus("Error", "can't check WORD size");
20889 printMsg("WARNING", "cannot identify a WORD size in the ABI dump (too old format)");
22775 # try to synch different WORD sizes
22779 printMsg("WARNING", "set WORD size to ".$WORD_SIZE{2}." bytes");
22784 printMsg("WARNING", "set WORD size to ".$WORD_SIZE{1}." bytes");