bintools/checklib/object/object.h
changeset 590 360bd6b35136
parent 0 044383f39525
equal deleted inserted replaced
588:c7c26511138f 590:360bd6b35136
    10 //
    10 //
    11 // Contributors:
    11 // Contributors:
    12 //
    12 //
    13 // Description:
    13 // Description:
    14 // Classes for interpreting a memory area as an ELF or COFF object.
    14 // Classes for interpreting a memory area as an ELF or COFF object.
    15 //
    15 // <creates>
    16 //                    <creates>
       
    17 // Object_factory -----------------> Object
    16 // Object_factory -----------------> Object
    18 //                                     ^
    17 // Elf_object      Coff_object
    19 //                                     |
    18 // 
    20 //                              +------+------+
       
    21 //                              |             |
       
    22 //
       
    23 //                         Elf_object      Coff_object
       
    24 //
    19 //
    25 
    20 
    26 #ifndef OBJECT_H
    21 #ifndef OBJECT_H
    27 #define OBJECT_H
    22 #define OBJECT_H
    28 
    23