Subversion Repositories HelenOS

Rev

Rev 3772 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3772 Rev 3970
Line 37... Line 37...
37
 
37
 
38
#include <sys/types.h>
38
#include <sys/types.h>
39
 
39
 
40
typedef struct {
40
typedef struct {
41
    /** Number of local entries in GOT. */
41
    /** Number of local entries in GOT. */
-
 
42
    uint32_t lgotno;
-
 
43
    /** Index of first GOT-mapped dynamic symbol. */
42
    uint32_t gotsym;
44
    uint32_t gotsym;
43
    /** Number of entries in dynamic symbol table. */
45
    /** Number of entries in dynamic symbol table. */
44
    uint32_t sym_no;
46
    uint32_t sym_no;
45
    /** ???. */
47
    /** ???. */
46
    uint32_t base;
48
    uint32_t base;