1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in

Changeset 1724

Show
Ignore:
Timestamp:
08/13/11 05:35:42 (22 months ago)
Author:
jkoshy
Message:

Mark ELF types ELF_T_VDEF and ELF_T_VNEED as having variable-sized
file representations.

Submitted by: kaiwang27 & mstorsjo
Ticket: #2

Location:
trunk/libelf
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/libelf/libelf_fsize.m4

    r1360 r1724  
    11/*- 
    2  * Copyright (c) 2006,2008 Joseph Koshy 
     2 * Copyright (c) 2006,2008-2011 Joseph Koshy 
    33 * All rights reserved. 
    44 * 
     
    5252define(`GNUHASH_SIZE',  1) 
    5353define(`NOTE_SIZE',     1) 
     54define(`VDEF_SIZE',     1) 
     55define(`VNEED_SIZE',    1) 
    5456 
    5557/* Currently unimplemented types. */ 
  • trunk/libelf/libelf_msize.m4

    r1167 r1724  
    11/*- 
    2  * Copyright (c) 2006,2008 Joseph Koshy 
     2 * Copyright (c) 2006,2008-2011 Joseph Koshy 
    33 * All rights reserved. 
    44 * 
     
    4545include(SRCDIR`/elf_types.m4') 
    4646 
     47/* 
     48 * ELF types whose memory representations have a variable size. 
     49 */ 
    4750define(BYTE_SIZE,       1) 
    4851define(GNUHASH_SIZE,    1) 
    4952define(NOTE_SIZE,       1) 
     53define(VDEF_SIZE,       1) 
     54define(VNEED_SIZE,      1) 
    5055 
    5156/*