0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/doc
Ezequiel Garcia 5f22375922
src: add support to pass flags to dlopen
* add constants for dlopen flags, which are needed
  for dlopen's flag passing.

* introduce an optional parameter for process.dlopen(),
  allowing to pass dlopen flags (using values from os.constants.dlopen).

If no flags are passed, the default behavior is to load the library
with RTLD_LAZY (perform lazy binding) and RTLD_LOCAL (symbols are
available only locally).

PR-URL: https://github.com/nodejs/node/pull/12794
Refs: https://github.com/nodejs/node/pull/4105
Refs: https://github.com/libuv/libuv/pull/1331
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Timothy Gu <timothygu99@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
2017-09-08 17:14:03 -04:00
..
api src: add support to pass flags to dlopen 2017-09-08 17:14:03 -04:00
api_assets doc: add links to alternative versions of doc 2017-08-28 11:17:08 +02:00
changelogs 2017-09-05, Version 6.11.3 'Boron' (LTS) 2017-09-05 15:47:35 -04:00
guides http2: fix documentation nits 2017-08-04 12:56:10 -07:00
.eslintrc.yaml tools: remove legacy indentation linting 2017-07-30 09:21:52 -07:00
full-white-stripe.jpg
node.1 doc: environmental->environment & NodeJS->Node.js 2017-08-24 15:17:29 -07:00
onboarding-extras.md doc: describe labelling process for backports 2017-07-23 16:05:27 +02:00
onboarding.md meta: merge TSC and CTC back into a single body 2017-08-29 08:39:25 -07:00
osx_installer_logo.png
releases.md tools: checkout for unassigned DEP00XX codes 2017-08-16 00:04:03 -07:00
STYLE_GUIDE.md doc: update backporting guide 2017-06-23 15:21:54 -04:00
template.html doc: add links to alternative versions of doc 2017-08-28 11:17:08 +02:00
thin-white-stripe.jpg