| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | nlmswap.h | 43 memcpy (dst->moduleName, src->moduleName, NLM_MODULE_NAME_SIZE); in nlm_swap_fixed_header_in() 104 memcpy (dst->moduleName, src->moduleName, NLM_MODULE_NAME_SIZE); in nlm_swap_fixed_header_out()
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | nlmswap.h | 49 memcpy (dst->moduleName, src->moduleName, NLM_MODULE_NAME_SIZE); 110 memcpy (dst->moduleName, src->moduleName, NLM_MODULE_NAME_SIZE);
|
| /openbsd-src/gnu/llvm/lld/COFF/ |
| H A D | LTO.cpp | 177 [&](size_t task, const Twine &moduleName, in compile() 180 file_names[task] = moduleName.str(); in compile() 184 [&](size_t task, const Twine &moduleName) { in compile() argument 185 buf[task].first = moduleName.str(); in compile()
|
| /openbsd-src/gnu/llvm/lld/wasm/ |
| H A D | LTO.cpp | 133 [&](size_t task, const Twine &moduleName, in compile() 139 [&](size_t task, const Twine &moduleName) { in compile() argument
|
| /openbsd-src/gnu/usr.bin/binutils/include/nlm/ |
| H A D | i386-ext.h | 41 unsigned char moduleName[14]; member
|
| H A D | sparc32-ext.h | 41 unsigned char moduleName[14]; member
|
| H A D | ppc-ext.h | 84 unsigned char moduleName[14]; member
|
| H A D | alpha-ext.h | 87 unsigned char moduleName[14]; member
|
| H A D | internal.h | 73 char moduleName[NLM_MODULE_NAME_SIZE]; member
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/include/nlm/ |
| H A D | i386-ext.h | 41 unsigned char moduleName[14]; member
|
| H A D | sparc32-ext.h | 41 unsigned char moduleName[14]; member
|
| H A D | ppc-ext.h | 84 unsigned char moduleName[14]; member
|
| H A D | alpha-ext.h | 87 unsigned char moduleName[14]; member
|
| H A D | internal.h | 73 char moduleName[NLM_MODULE_NAME_SIZE]; member
|
| /openbsd-src/gnu/llvm/lld/MachO/ |
| H A D | LTO.cpp | 209 [&](size_t task, const Twine &moduleName, in compile() 215 [&](size_t task, const Twine &moduleName) { in compile() argument
|
| /openbsd-src/gnu/llvm/lld/ELF/ |
| H A D | LTO.cpp | 332 [&](size_t task, const Twine &moduleName, in compile() 339 [&](size_t task, const Twine &moduleName) { in compile() argument
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | DataFileCache.cpp | 57 auto add_buffer = [this](unsigned task, const llvm::Twine &moduleName, in DataFileCache()
|
| /openbsd-src/gnu/usr.bin/binutils/binutils/ |
| H A D | nlmconv.c | 1065 nlm_fixed_header (outbfd)->moduleName[0] = len; in main() 1067 strncpy (nlm_fixed_header (outbfd)->moduleName + 1, output_file, in main() 1069 nlm_fixed_header (outbfd)->moduleName[NLM_MODULE_NAME_SIZE - 1] = '\0'; in main() 1070 for (modname = nlm_fixed_header (outbfd)->moduleName; in main()
|
| H A D | ChangeLog-9197 | 4001 * nlmconv.c (main): Force moduleName field to upper case.
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
| H A D | nlmconv.c | 1066 nlm_fixed_header (outbfd)->moduleName[0] = len; in main() 1068 strncpy (nlm_fixed_header (outbfd)->moduleName + 1, filename, max_len); in main() 1069 nlm_fixed_header (outbfd)->moduleName[max_len + 1] = '\0'; in main() 1071 for (modname = nlm_fixed_header (outbfd)->moduleName; in main()
|
| H A D | ChangeLog-9197 | 4001 * nlmconv.c (main): Force moduleName field to upper case.
|
| /openbsd-src/gnu/llvm/llvm/tools/gold/ |
| H A D | gold-plugin.cpp | 1093 auto AddBuffer = [&](size_t Task, const Twine &moduleName, in runLTO() 1095 *AddStream(Task, moduleName)->OS << MB->getBuffer(); in runLTO()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | SourceManager.h | 843 void pushModuleBuildStack(StringRef moduleName, FullSourceLoc importLoc) { in pushModuleBuildStack() argument 844 StoredModuleBuildStack.push_back(std::make_pair(moduleName.str(),importLoc)); in pushModuleBuildStack()
|