K 10 svn:author V 6 emaste K 8 svn:date V 27 2015-01-23T02:39:00.290324Z K 7 svn:log V 234 crunchide: Correct 64-bit section header offset For 64-bit binaries the Elf_Ehdr e_shoff is at offset 40, not 44. Instead of using an incorrect hardcoded offset, let the compiler figure it out for us with offsetof(). MFC of r277259 END