Searched refs:umbrella (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/re-export-sub-framework/
H A DMakefile43 ${CC} bar.c -dynamiclib -install_name $(PWD)/Bar.framework/Bar -o Bar.framework/Bar -umbrella Foo
/macosx-10.10/WebCore-7600.1.25/platform/mac/
H A DSoftLinking.h89 #define SOFT_LINK_FRAMEWORK_IN_UMBRELLA(umbrella, framework) \
92 static void* frameworkLibrary = dlopen("/System/Library/Frameworks/" #umbrella ".framework/Frameworks/" #framework ".framework/" #framework, RTLD_NOW); \
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/cursor/
H A Dcursor.tcl34 top_right_corner top_side top_tee trek ul_angle umbrella \
/macosx-10.10/tcl-105/tk/tk/macosx/
H A DtkMacOSXCursor.c179 {"umbrella", IMAGEBITMAP, MacXCursorData(umbrella)},
/macosx-10.10/xnu-2782.1.97/EXTERNAL_HEADERS/mach-o/
H A Dloader.h148 #define MH_NOMULTIDEFS 0x200 /* this umbrella guarantees no multiple
263 #define LC_SUB_UMBRELLA 0x13 /* sub umbrella */
656 * A dynamically linked shared library may be a subframework of an umbrella
657 * framework. If so it will be linked with "-umbrella umbrella_name" where
658 * Where "umbrella_name" is the name of the umbrella framework. A subframework
659 * can only be linked against by its umbrella framework or other subframeworks
660 * that are part of the same umbrella framework. Otherwise the static link
661 * editor produces an error and states to link against the umbrella framework.
662 * The name of the umbrella framework for subframeworks is recorded in the
667 uint32_t cmdsize; /* includes umbrella strin
668 union lc_str umbrella; /* the umbrella framework name */ member in struct:sub_framework_command
[all...]
/macosx-10.10/dyld-353.2.1/launch-cache/
H A DMachOFileAbstraction.hpp318 uint32_t umbrella_offset() const INLINE { return E::get32(fields.umbrella.offset); }
319 void set_umbrella_offset(uint32_t value) INLINE { E::set32(fields.umbrella.offset, value); }
321 const char* umbrella() const INLINE { return (const char*)&fields + umbrella_offset(); }
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A DMachO.h397 uint32_t umbrella; member in struct:llvm::MachO::sub_framework_command
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/
H A DTest.pm379 sierra tango umbrella victor whisky x-ray yankee zulu );
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/treectrl/
H A Ddemo.rb1227 umbrella
/macosx-10.10/dyld-353.2.1/src/
H A DImageLoaderMachOClassic.cpp587 const char* exportThruName = (char*)cmd + subf->umbrella.offset;
/macosx-10.10/tcl-105/tcl_ext/tktreectrl/tktreectrl/demos/
H A Ddemo.tcl1726 umbrella

Completed in 460 milliseconds