From fa81545f1c15630573dc1d312fa75f261f82b9f1 Mon Sep 17 00:00:00 2001 From: Frans Kaashoek Date: Wed, 17 Aug 2011 20:23:36 -0400 Subject: Make elf proghdr fields match what objdump prints --- elf.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'elf.h') diff --git a/elf.h b/elf.h index 17f8321..d16c967 100644 --- a/elf.h +++ b/elf.h @@ -24,9 +24,9 @@ struct elfhdr { // Program section header struct proghdr { uint type; - uint offset; - uint va; - uint pa; + uint off; + uint vaddr; + uint paddr; uint filesz; uint memsz; uint flags; -- cgit v1.2.3