HomeSort by relevance Sort by last modified time
    Searched refs:mmapobj (Results 1 - 13 of 13) sorted by null

  /onnv/onnv-gate/usr/src/lib/libc/common/sys/
mmapobjsys.s 26 /* C library -- mmapobj */
28 * int mmapobj(int fd, uint_t flags, void * storage, uint_t *elements, void *arg) */
34 SYSCALL_RVAL1(mmapobj)
36 SET_SIZE(mmapobj)
  /onnv/onnv-gate/usr/src/uts/common/sys/
mmapobj.h 44 extern int mmapobj(vnode_t *, uint_t, mmapobj_result_t *, uint_t *, size_t,
mman.h 124 /* External flags for mmapobj syscall (Exclusive of MAP_* flags above) */
249 extern int mmapobj(int, uint_t, mmapobj_result_t *, uint_t *, void *);
279 extern int mmapobj();
Makefile 373 mmapobj.h \
  /onnv/onnv-gate/usr/src/cmd/sgs/packages/common/
checkinstall 48 # As of Nevada build snv_104, we require the mmapobj() system call.
50 elfdump -sN.dynsym /lib/libc.so.1 | grep mmapobj > /dev/null
54 echo "*** System lacks required mmapobj() system call"
SUNWonld-README     [all...]
  /onnv/onnv-gate/usr/src/uts/common/syscall/
mmapobjsys.c 37 #include <sys/mmapobj.h>
129 * would be returned after calling into mmapobj.
148 error = mmapobj(vp, flags, mrp, &num_mapped, padding, fp->f_cred);
165 * We only mapped in segments if the mmapobj call
  /onnv/onnv-gate/usr/src/uts/common/os/
main.c 73 #include <sys/mmapobj.h>
mmapobj.c 51 #include <sys/mmapobj.h>
57 * The main driving force behind mmapobj is to interpret and map ELF files
60 * mmapobj also supports the AOUT 4.x binary format as well as flat files in
63 * When interpreting and mapping an ELF file, mmapobj will map each PT_LOAD
68 * Having mmapobj interpret and map objects will allow the kernel to make the
74 * mmapobj is asked to interpret, we will attempt to cache the information
88 * In addition to the above, the mmapobj interface allows for padding to be
531 * Called when an error occurred which requires mmapobj to return failure.
2406 mmapobj(vnode_t *vp, uint_t flags, mmapobj_result_t *mrp, function
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/rtld/common/
analyze.c     [all...]
  /onnv/onnv-gate/usr/src/lib/libc/port/
mapfile-vers 120 mmapobj;
  /onnv/onnv-gate/usr/src/uts/common/
Makefile.files 56 mmapobj.o \
    [all...]
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWhea/
prototype_com     [all...]

Completed in 420 milliseconds