#include <elf_load.h>
Data Fields | |
| uintptr_t | bias |
| Difference between run-time addresses and link-time addresses. | |
| int | fd |
| Filedescriptor of the file from which we are loading. | |
| eld_flags_t | flags |
| Flags passed to the ELF loader. | |
| elf_header_t * | header |
| A copy of the ELF file header. | |
| elf_info_t * | info |
| Store extracted info here. | |
Definition at line 67 of file elf_load.h.
1.4.7