HomeSort by: relevance | last modified time | path
    Searched refs:VMCMD_RELATIVE (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/sys/
exec.h 244 #define VMCMD_RELATIVE 0x0001 /* ev_addr is relative to base entry */
  /src/sys/kern/
exec_elf.c 392 flags &= VMCMD_RELATIVE;
408 0, vmprot, flags & VMCMD_RELATIVE);
597 0, VM_PROT_NONE, VMCMD_RELATIVE);
601 flags = VMCMD_RELATIVE;
kern_exec.c 964 if (vcp->ev_flags & VMCMD_RELATIVE) {

Completed in 16 milliseconds