Lines Matching refs:str
101 my $str = $_;
105 @words = split(/ /, $str);
106 $str = shift(@words);
107 chomp($str);
108 my $alias = "IA__".$str;
117 extern __typeof ($str) $alias __attribute((visibility("hidden")))$attributes;
118 \#define $str $alias
124 \#undef $str
125 extern __typeof ($str) $str __attribute((alias("$alias"), visibility("default")));