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

/macosx-10.9.5/dyld-239.4/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.9.5/WebCore-7537.78.1/platform/mac/
H A DSoftLinking.h68 #define SOFT_LINK_FRAMEWORK_IN_UMBRELLA(umbrella, framework) \
71 static void* frameworkLibrary = dlopen("/System/Library/Frameworks/" #umbrella ".framework/Frameworks/" #framework ".framework/" #framework, RTLD_NOW); \
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/cursor/
H A Dcursor.tcl34 top_right_corner top_side top_tee trek ul_angle umbrella \
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/
H A DSchema.pm15 SOAP::Schema - provides an umbrella for the way in which SOAP::Lite manages service description schemas
19 This class provides an umbrella for the way in which SOAP::Lite manages service description schemas. Currently, the only support present is for the Web Services Description Language (WSDL). This is another of the classes not generally designed to be directly instantiated by an application, though it can be if so desired.
/macosx-10.9.5/cctools-845/ld/
H A Ddylibs.c312 sub->umbrella.offset = sizeof(struct sub_framework_command);
H A Dpass1.c172 * a subframework is directly linked against. When an umbrella framework is
251 struct dynamic_library *umbrella);
2113 * umbrella frameworks where their sub-frameworks have multiple
2237 * sub-umbrella, sub-library or sub-framework.
2241 * Set up the umbrella and library names (if any) for all dynamic
2284 * Set the library ordinals of sub-frameworks who's umbrella
2300 * that are sub-umbrella's or sub-libraries that are not set.
3245 sub_framework_name = (char *)sub + sub->umbrella.offset;
3261 * Second add the sub-umbrella's and sub-library's sub-images to the
3771 struct dynamic_library *umbrella)
3770 set_sub_frameworks_ordinals( struct dynamic_library *umbrella) argument
[all...]
/macosx-10.9.5/tcl-102/tk/tk/macosx/
H A DtkMacOSXCursor.c179 {"umbrella", IMAGEBITMAP, MacXCursorData(umbrella)},
/macosx-10.9.5/xnu-2422.115.4/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.9.5/cctools-845/libmacho/
H A Dswap.c260 sub->umbrella.offset = OSSwapInt32(sub->umbrella.offset);
H A DMakefile17 DEPENDENT_LIBS = -nodefaultlibs -umbrella System -L/usr/lib/system \
/macosx-10.9.5/dyld-239.4/launch-cache/
H A DMachOFileAbstraction.hpp306 uint32_t umbrella_offset() const INLINE { return E::get32(fields.umbrella.offset); }
307 void set_umbrella_offset(uint32_t value) INLINE { E::set32(fields.umbrella.offset, value); }
309 const char* umbrella() const INLINE { return (const char*)&fields + umbrella_offset(); }
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dloader.h148 #define MH_NOMULTIDEFS 0x200 /* this umbrella guarantees no multiple
263 #define LC_SUB_UMBRELLA 0x13 /* sub umbrella */
657 * A dynamically linked shared library may be a subframework of an umbrella
658 * framework. If so it will be linked with "-umbrella umbrella_name" where
659 * Where "umbrella_name" is the name of the umbrella framework. A subframework
660 * can only be linked against by its umbrella framework or other subframeworks
661 * that are part of the same umbrella framework. Otherwise the static link
662 * editor produces an error and states to link against the umbrella framework.
663 * The name of the umbrella framework for subframeworks is recorded in the
668 uint32_t cmdsize; /* includes umbrella strin
669 union lc_str umbrella; /* the umbrella framework name */ member in struct:sub_framework_command
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DMachO.h397 uint32_t umbrella; member in struct:llvm::MachO::sub_framework_command
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/
H A DTest.pm368 sierra tango umbrella victor whisky x-ray yankee zulu );
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/
H A DTest.pm368 sierra tango umbrella victor whisky x-ray yankee zulu );
/macosx-10.9.5/cctools-845/cbtlibs/
H A Dlibsyminfo.c713 p = (char *)lc + subFramework->umbrella.offset;
/macosx-10.9.5/cctools-845/libstuff/
H A Dswap_headers.c261 if(sub->umbrella.offset >= sub->cmdsize){
263 "load commands (umbrella.offset field of "
H A Dbytesex.c590 sub->umbrella.offset = SWAP_INT(sub->umbrella.offset);
H A Dofile.c4516 if(sub->umbrella.offset >= sub->cmdsize){
4518 "(umbrella.offset field of LC_SUB_FRAMEWORK command "
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/treectrl/
H A Ddemo.rb1227 umbrella
/macosx-10.9.5/cctools-845/otool/
H A Dofile_print.c3033 if(sub->umbrella.offset < sub->cmdsize){
3034 p = (char *)lc + sub->umbrella.offset;
3035 printf(" umbrella %s (offset %u)\n",
3036 p, sub->umbrella.offset);
3039 printf(" umbrella ?(bad offset %u)\n",
3040 sub->umbrella.offset);
/macosx-10.9.5/dyld-239.4/src/
H A DImageLoaderMachOClassic.cpp587 const char* exportThruName = (char*)cmd + subf->umbrella.offset;
/macosx-10.9.5/tcl-102/tcl_ext/tktreectrl/tktreectrl/demos/
H A Ddemo.tcl1726 umbrella
/macosx-10.9.5/cctools-845/misc/
H A Dredo_prebinding.c264 * then this is the part that would be the umbrella name or library name
269 * umbrella name.
3364 sub_framework_name = (char *)sub + sub->umbrella.offset;
3379 * Second add the sub-umbrella's and sub-library's sub-images to the

Completed in 483 milliseconds