HomeSort by: relevance | last modified time | path
    Searched refs:sub_library (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/darwin/mach/
loader.d 1187 * A dynamically linked shared library may be a sub_library of another
1188 * shared library. If so it will be linked with "-sub_library library_name"
1189 * where "library_name" is the name of the sub_library shared library. When
1197 * Zero or more sub_library shared libraries may be use by an umbrella
1198 * framework or (or dynamic library). The name of a sub_library framework is
1207 /// Includes sub_library string.
1210 /// The sub_library name.
1211 lc_str sub_library;
2952 lc_str sub_library;
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
MachOYAML.cpp 530 IO.mapRequired("sub_library", LoadCommand.sub_library);
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
MachO.h 644 uint32_t sub_library; member in struct:llvm::MachO::sub_library_command
1151 sys::swapByteOrder(s.sub_library);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp 9323 if (sub.sub_library < sub.cmdsize) {
9324 const char *P = Ptr + sub.sub_library;
9325 outs() << " sub_library " << P << " (offset " << sub.sub_library << ")\n";
9327 outs() << " sub_library ?(bad offset " << sub.sub_library << ")\n";
  /src/external/apache2/llvm/dist/llvm/lib/Object/
MachOObjectFile.cpp 1544 "sub_library_command", S.sub_library,
1545 "sub_library")))

Completed in 57 milliseconds