HomeSort by: relevance | last modified time | path
    Searched refs:relative (Results 1 - 25 of 288) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
hashline3.exp 18 # Test loading of line number information with relative path in #line,
28 set relative [relative_filename $objdir $new_srcfile]
29 puts $fd "#line 2 \"./$relative\""
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
hashline3.exp 18 # Test loading of line number information with relative path in #line,
28 set relative [relative_filename $objdir $new_srcfile]
29 puts $fd "#line 2 \"./$relative\""
  /src/external/gpl3/binutils/dist/gprofng/src/
UserLabel.h 53 int id, relative; member in class:UserLabel
  /src/external/gpl3/binutils.old/dist/gprofng/src/
UserLabel.h 53 int id, relative; member in class:UserLabel
  /src/external/bsd/nsd/dist/
netio.c 162 struct timespec relative; local
164 relative.tv_sec = handler->timeout->tv_sec;
165 relative.tv_nsec = handler->timeout->tv_nsec;
166 timespec_subtract(&relative, netio_current_time(netio));
169 timespec_compare(&relative, &minimum_timeout) < 0)
172 minimum_timeout.tv_sec = relative.tv_sec;
173 minimum_timeout.tv_nsec = relative.tv_nsec;
  /src/external/gpl3/binutils/lib/libiberty/
Makefile 20 COPTS.make-relative-prefix.c = -Wno-stack-protector
  /src/external/gpl3/binutils.old/lib/libiberty/
Makefile 20 COPTS.make-relative-prefix.c = -Wno-stack-protector
  /src/external/gpl3/gdb/lib/libiberty/
Makefile 20 COPTS.make-relative-prefix.c = -Wno-stack-protector
  /src/external/gpl3/gdb.old/lib/libiberty/
Makefile 20 COPTS.make-relative-prefix.c = -Wno-stack-protector
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
tls-sepdebug.exp 19 # accessible using both absolute and relative settings of
75 name { absolute relative } {
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
tls-sepdebug.exp 19 # accessible using both absolute and relative settings of
70 name { absolute relative } {
  /src/sys/arch/m68k/m68k/
mmu_enable.s 83 jmp Lmmuenabled:l | forced not be pc-relative
88 jmp Lmmuenabled:l | forced not be pc-relative
110 jmp Lmmuenabled:l | forced not be pc-relative
  /src/external/gpl3/gdb/dist/gdbserver/
linux-low.h 749 if (this->relative == nullptr)
752 gdb_assert (this->relative->relative == this);
759 != !!this->relative->status_pending_p);
761 if (!this->relative->status_pending_p)
765 = this->relative->waitstatus;
770 return this->relative; }
777 if (this->relative == nullptr)
780 gdb_assert (this->relative->relative == this)
842 struct lwp_info *relative = nullptr; member in struct:lwp_info
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-low.h 746 if (this->relative == nullptr)
749 gdb_assert (this->relative->relative == this);
756 != !!this->relative->status_pending_p);
758 if (!this->relative->status_pending_p)
762 = this->relative->waitstatus;
767 return this->relative; }
774 if (this->relative == nullptr)
777 gdb_assert (this->relative->relative == this)
839 struct lwp_info *relative = nullptr; member in struct:lwp_info
    [all...]
  /src/external/mpl/bind/dist/bin/tests/
convert-trs-to-junit.py 46 for relative in candidates_relative:
47 absolute = os.path.join(source_dir, relative)
49 return relative
136 "XML are relative to the specified top directory."
  /src/external/gpl3/binutils/dist/ld/emulparams/
elf_i386.sh 6 source_sh ${srcdir}/emulparams/x86-report-relative.sh
elf32_x86_64.sh 7 source_sh ${srcdir}/emulparams/x86-report-relative.sh
  /src/external/gpl3/binutils.old/dist/ld/emulparams/
elf32_x86_64.sh 7 source_sh ${srcdir}/emulparams/x86-report-relative.sh
elf_i386.sh 6 source_sh ${srcdir}/emulparams/x86-report-relative.sh
  /src/usr.bin/make/unit-tests/
varname-dot-parsedir.mk 14 # The .PARSEDIR may be absolute or relative, therefore there is not much that
41 # being parsed is a relative pathname. See PrintLocation for details.
  /src/external/gpl3/gcc/lib/libiberty/
Makefile 25 COPTS.make-relative-prefix.c += -Wno-stack-protector
  /src/external/gpl3/gcc.old/lib/libiberty/
Makefile 24 COPTS.make-relative-prefix.c += -Wno-stack-protector
  /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/
fallback.pm 56 sub-directories relative to the location of that F<MODULES.txt> file.
119 L<FindBin> - optional module which deals with paths relative to the source
  /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
fallback.pm 56 sub-directories relative to the location of that F<MODULES.txt> file.
119 L<FindBin> - optional module which deals with paths relative to the source
  /src/external/bsd/atf/dist/test-programs/
srcdir_test.sh 112 atf_test_case relative
115 atf_set "descr" "Checks that passing a relative path through -s" \
146 atf_add_test_case relative

Completed in 37 milliseconds

1 2 3 4 5 6 7 8 91011>>