Searched defs:mmapobj (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dmmapobj.c52 #include <sys/mmapobj.h>
58 * The main driving force behind mmapobj is to interpret and map ELF files
61 * mmapobj also supports the AOUT 4.x binary format as well as flat files in
64 * When interpreting and mapping an ELF file, mmapobj will map each PT_LOAD
69 * Having mmapobj interpret and map objects will allow the kernel to make the
76 * mmapobj is asked to interpret, we will attempt to cache the information
90 * In addition to the above, the mmapobj interface allows for padding to be
533 * Called when an error occurred which requires mmapobj to return failure.
1967 * since no interpretation is done on them by mmapobj.
2449 mmapobj(vnode_ function
[all...]

Completed in 64 milliseconds