|
@@ -1799,7 +1799,9 @@ sub dump_struct($$) {
|
|
# strip kmemcheck_bitfield_{begin,end}.*;
|
|
# strip kmemcheck_bitfield_{begin,end}.*;
|
|
$members =~ s/kmemcheck_bitfield_.*?;//gos;
|
|
$members =~ s/kmemcheck_bitfield_.*?;//gos;
|
|
# strip attributes
|
|
# strip attributes
|
|
|
|
+ $members =~ s/__attribute__\s*\(\([a-z,_\*\s\(\)]*\)\)//i;
|
|
$members =~ s/__aligned\s*\([^;]*\)//gos;
|
|
$members =~ s/__aligned\s*\([^;]*\)//gos;
|
|
|
|
+ $members =~ s/\s*CRYPTO_MINALIGN_ATTR//gos;
|
|
|
|
|
|
create_parameterlist($members, ';', $file);
|
|
create_parameterlist($members, ';', $file);
|
|
check_sections($file, $declaration_name, "struct", $sectcheck, $struct_actual, $nested);
|
|
check_sections($file, $declaration_name, "struct", $sectcheck, $struct_actual, $nested);
|