Home
last modified time | relevance | path

Searched refs:sub_library (Results 1 – 12 of 12) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/gcc/config/
H A Ddarwin.opt348 sub_library
350 -sub_library <name> Library named <name> will be re-exported (only useful for dylibs).
/netbsd/external/gpl3/gcc/dist/gcc/config/
H A Ddarwin.opt348 sub_library
350 -sub_library <name> Library named <name> will be re-exported (only useful for dylibs).
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMachO.h644 uint32_t sub_library; member
1151 sys::swapByteOrder(s.sub_library); in swapStruct()
/netbsd/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp530 IO.mapRequired("sub_library", LoadCommand.sub_library); in mapping()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp9323 if (sub.sub_library < sub.cmdsize) { in PrintSubLibraryCommand()
9324 const char *P = Ptr + sub.sub_library; in PrintSubLibraryCommand()
9325 outs() << " sub_library " << P << " (offset " << sub.sub_library << ")\n"; in PrintSubLibraryCommand()
9327 outs() << " sub_library ?(bad offset " << sub.sub_library << ")\n"; in PrintSubLibraryCommand()
/netbsd/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp1544 "sub_library_command", S.sub_library, in MachOObjectFile()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td3768 def sub__library : JoinedOrSeparate<["-"], "sub_library">;
/netbsd/external/gpl3/gcc/dist/gcc/doc/
H A Dinvoke.texi850 -single_module -static -sub_library -sub_umbrella @gol
20688 @itemx -sub_library
20747 @opindex sub_library
H A Dgcc.info1177 -single_module -static -sub_library -sub_umbrella
19421 '-sub_library'
63644 * sub_library: Darwin Options. (line 196)
/netbsd/external/gpl3/gcc.old/dist/gcc/doc/
H A Dinvoke.texi850 -single_module -static -sub_library -sub_umbrella @gol
20688 @itemx -sub_library
20747 @opindex sub_library
H A Dgcc.info1177 -single_module -static -sub_library -sub_umbrella
19421 '-sub_library'
63644 * sub_library: Darwin Options. (line 196)
/netbsd/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20107554 segs_read_write_addr, sub_library, sub_umbrella): New.