Include dependency graph for elf.c:

Go to the source code of this file.
Functions | |
| static int | segment_header (elf_segment_header_t *entry, elf_header_t *elf, as_t *as) |
| static int | section_header (elf_section_header_t *entry, elf_header_t *elf, as_t *as) |
| static int | load_segment (elf_segment_header_t *entry, elf_header_t *elf, as_t *as) |
| int | elf_load (elf_header_t *header, as_t *as) |
| char * | elf_error (int rc) |
Variables | |
| static char * | error_codes [] |
Definition in file elf.c.
1.4.6