commit | 3c3ea5031761fdd144b461d23a077c3a0cf427fa | [log] [tgz] |
---|---|---|
author | Michael Forney <mforney@mforney.org> | Wed Jul 10 16:17:35 2019 -0500 |
committer | Thomas Gleixner <tglx@linutronix.de> | Thu Jul 18 00:50:14 2019 +0200 |
tree | e80851283f0ef31907aad00b3e270d2e49db632a | |
parent | 57ab5f740202babe93c8796013c5cfdfd6d08d7d [diff] |
objtool: Use Elf_Scn typedef instead of assuming struct name The libelf implementation might use a different struct name, and the Elf_Scn typedef is already used throughout the rest of objtool. Signed-off-by: Michael Forney <mforney@mforney.org> Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lkml.kernel.org/r/d270e1be2835fc2a10acf67535ff2ebd2145bf43.1562793448.git.jpoimboe@redhat.com