Module: Ragweed::Wraposx::Dl

Defined in:
lib/ragweed/wraposx/constants.rb

Overview

dyld constants

Constant Summary collapse

RTLD_LAZY =
0x1
RTLD_NOW =
0x2
RTLD_LOCAL =
0x4
RTLD_GLOBAL =
0x8
RTLD_NOLOAD =
0x10
RTLD_NODELETE =
0x80
RTLD_FIRST =

/* Mac OS X 10.5 and later */

0x100