summaryrefslogtreecommitdiff
path: root/libexec/ld.elf_so/map_object.c
AgeCommit message (Expand)Author
2000-11-26Return an error when there are too many segments rather than abort()ing.mycroft
2000-02-13switch back to using a file mapping for the initial mapping of a new object.chs
1999-11-07Changes from msaitoh to fix local/global symbol confusion, and to fix weakmycroft
1999-11-04Remove ELFNAME defines since they are defined in sys/exec_elf.herh
1999-10-25Update to match new SVR4-style definition names in <sys/exec_elf.h>.kleink
1999-10-22Undo last change. While these macros are defined in exec_elf.h, they arehannken
1999-10-21Remove ELFNAME macros which are already defines in exec_elf.herh
1999-08-06When allocating the entire address space of an object, map an anonymousthorpej
1999-03-01KNFchristos
1998-02-20Fill in missing (default) mmap(2) flags.mycroft
1996-12-17Mipsel changes to ELF ldd/ld.so:jonathan
1996-12-16First cut at an ELF shared loader. Originally from John Polstra's FreeBSD elfcgd