Cc: Kevin Winchester <kjwinchester@...>, J. Bruce Fields <bfields@...>, Al Viro <viro@...>, Arjan van de Ven <arjan@...>, Linux Kernel Mailing List <linux-kernel@...>, Andrew Morton <akpm@...>, NetDev <netdev@...>
Just use scripts/decodecode and cat the Code line into that.
IMHO better is
make the/file/xyz.lst
which gives you a listing with binary data in there which can be
grepped for.
But you should install a very recent binutils because older objdump -S
couldn't deal with unit-at-a-time compilers.
-Andi
--