Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/
H A Dconfig.py208 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 Dcompiler.py20 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 Dpptrtab.lk3 # link_flags: -Wl,--ctf-share-types=share-duplicated
H A Dnonstatic-var-section-ld-r.lk4 # link_flags: -Wl,--ctf-variables -r
H A Dnonstatic-var-section-ld.lk3 # link_flags: -Wl,--ctf-variables
H A Dnonstatic-var-section-ld-executable.lk5 # link_flags: -Wl,--ctf-variables
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
H A Ddc_link.h135 struct link_flags { struct
/netbsd-src/external/gpl3/binutils.old/dist/include/elf/
H A Dia64.h268 unsigned char link_flags[8]; /* Original NT_VMS_LNKFLAGS. */ member
/netbsd-src/external/gpl3/binutils/dist/include/elf/
H A Dia64.h268 unsigned char link_flags[8]; /* Original NT_VMS_LNKFLAGS. */ member
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/
H A DTestingLibcxx.rst63 $ <build>/bin/llvm-lit -sv libcxx/test --param=link_flags='-L/custom/library/path'
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf64-ia64-vms.c1210 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 Delf64-ia64-vms.c1209 bfd_putl64 (VMS_LF_IMGSTA | VMS_LF_MAIN, orig_dyn->link_flags); in create_ia64_vms_notes()