]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: Improve struct check
authorfennecdjay <astor.jeremie@wanadoo.fr>
Wed, 24 Jul 2019 00:22:26 +0000 (02:22 +0200)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Wed, 24 Jul 2019 00:22:26 +0000 (02:22 +0200)
help/struct_check.sh

index 34fa0af365c2e357a82575aa6e9b0629c47722b3..0b74aec15c64e786a4a20c8b9eb009742688d28e 100755 (executable)
@@ -4,4 +4,4 @@
 pahole -s ${PRG} | while read -r name size gap
 do [ "$size" -gt 64 ] && echo "$name $size"
    [ "$gap" -gt 0 ] && echo "$name has a gap"
-done
+done | grep -v IO_FILE | grep -v __jmp_buf_tag | grep -v yyguts_t