Changes in uspace/lib/c/generic/elf/elf.c [2c4e1cc:7c3fb9b] in mainline
- File:
-
- 1 edited
-
uspace/lib/c/generic/elf/elf.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/elf/elf.c
r2c4e1cc r7c3fb9b 96 96 assert(elf_is_valid(hdr)); 97 97 98 /* There are two legal options for a HelenOS ELF file. 98 /* 99 * There are two legal options for a HelenOS ELF file. 99 100 * Either the file is ET_DYN (shared library or PIE), and the base is 100 101 * (required to be) at vaddr 0. Or the file is ET_EXEC (non-relocatable)
Note:
See TracChangeset
for help on using the changeset viewer.
