K 10 svn:author V 3 kib K 8 svn:date V 27 2017-03-07T13:36:43.228105Z K 7 svn:log V 351 Consistently use vm_ooffset_t type for the vm object offset in elf_load_section. The values passed currently as vm_offset_t are phdr.p_offset, which have the native Elf word size. Since elf_load_section interprets them as the file offset, use vm object offset type. Noted and reviewed by: alc Sponsored by: The FreeBSD Foundation MFC after: 1 week END