CHILD_NO_PIE 558 components/nacl/browser/nacl_process_host.cc int flags = ChildProcessHost::CHILD_NO_PIE; CHILD_NO_PIE 114 content/common/child_process_host_impl.cc DCHECK(!(flags & CHILD_NO_PIE && flags & CHILD_ALLOW_HEAP_EXECUTION)); CHILD_NO_PIE 118 content/common/child_process_host_impl.cc if (flags & CHILD_NO_PIE) {