Searched refs:link_flags (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/ |
H A D | config.py | 208 link_flags = _prefixed_env_list('LIB', '-L') 211 link_flags=link_flags) 359 self.cxx.link_flags += ['-nostdlib++'] 361 self.cxx.link_flags += ['-nodefaultlibs'] 364 self.cxx.link_flags += ['-nostdlib'] 369 self.cxx.link_flags += ['-lstdc++fs', '-lm', '-pthread'] 374 self.cxx.link_flags += ['-pthread'] 379 self.cxx.link_flags += shlex.split(link_flags_str) 383 self.cxx.link_flags += ['-L' + self.cxx_library_root] 388 self.cxx.link_flags += ['-Wl,-rpath,' + [all …]
|
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/ |
H A D | compiler.py | 20 def __init__(self, config, path, flags=None, compile_flags=None, link_flags=None, argument 31 self.link_flags = list(link_flags or []) 134 cmd += self.link_flags
|
/netbsd-src/external/gpl3/gdb/dist/libctf/testsuite/libctf-regression/ |
H A D | pptrtab.lk | 3 # link_flags: -Wl,--ctf-share-types=share-duplicated
|
H A D | nonstatic-var-section-ld-r.lk | 4 # link_flags: -Wl,--ctf-variables -r
|
H A D | nonstatic-var-section-ld.lk | 3 # link_flags: -Wl,--ctf-variables
|
H A D | nonstatic-var-section-ld-executable.lk | 5 # link_flags: -Wl,--ctf-variables
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/ |
H A D | dc_link.h | 135 struct link_flags { struct
|
/netbsd-src/external/gpl3/binutils.old/dist/include/elf/ |
H A D | ia64.h | 268 unsigned char link_flags[8]; /* Original NT_VMS_LNKFLAGS. */ member
|
/netbsd-src/external/gpl3/binutils/dist/include/elf/ |
H A D | ia64.h | 268 unsigned char link_flags[8]; /* Original NT_VMS_LNKFLAGS. */ member
|
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/ |
H A D | TestingLibcxx.rst | 63 $ <build>/bin/llvm-lit -sv libcxx/test --param=link_flags='-L/custom/library/path'
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | elf64-ia64-vms.c | 1210 bfd_putl64 (VMS_LF_IMGSTA | VMS_LF_MAIN, orig_dyn->link_flags); in create_ia64_vms_notes()
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | elf64-ia64-vms.c | 1209 bfd_putl64 (VMS_LF_IMGSTA | VMS_LF_MAIN, orig_dyn->link_flags); in create_ia64_vms_notes()
|