Subversion Repositories HelenOS

Rev

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

Rev 2992 Rev 2996
Line 199... Line 199...
199
        if (rc != EE_OK)
199
        if (rc != EE_OK)
200
            return rc;
200
            return rc;
201
    }
201
    }
202
 
202
 
203
    printf("parse sections\n");
203
    printf("parse sections\n");
-
 
204
    elf->info->dynamic = NULL;
204
 
205
 
205
    /* Inspect all section headers and proccess them. */
206
    /* Inspect all section headers and proccess them. */
206
    for (i = 0; i < header->e_shnum; i++) {
207
    for (i = 0; i < header->e_shnum; i++) {
207
        elf_section_header_t section_hdr;
208
        elf_section_header_t section_hdr;
208
 
209