Searched refs:relocate (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-10.3-release/contrib/groff/src/include/
H A Drelocate.h27 char *relocate (const char *path);
H A DMakefile.sub25 relocate.h \
/freebsd-10.3-release/contrib/llvm/lib/Target/Mips/
H A DMipsJITInfo.h55 /// relocate - Before the JIT can run a block of code that has been emitted,
58 virtual void relocate(void *Function, MachineRelocation *MR,
H A DMipsJITInfo.cpp244 /// relocate - Before the JIT can run a block of code that has been emitted,
247 void MipsJITInfo::relocate(void *Function, MachineRelocation *MR, function in class:MipsJITInfo
/freebsd-10.3-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCJITInfo.h37 virtual void relocate(void *Function, MachineRelocation *MR,
H A DPPCJITInfo.cpp413 void PPCJITInfo::relocate(void *Function, MachineRelocation *MR, function in class:PPCJITInfo
/freebsd-10.3-release/contrib/llvm/lib/Target/Sparc/
H A DSparcJITInfo.h53 /// relocate - Before the JIT can run a block of code that has been emitted,
56 virtual void relocate(void *Function, MachineRelocation *MR,
H A DSparcJITInfo.cpp271 /// relocate - Before the JIT can run a block of code that has been emitted,
274 void SparcJITInfo::relocate(void *Function, MachineRelocation *MR, function in class:SparcJITInfo
/freebsd-10.3-release/contrib/llvm/lib/Target/X86/
H A DX86JITInfo.h63 /// relocate - Before the JIT can run a block of code that has been emitted,
66 virtual void relocate(void *Function, MachineRelocation *MR,
H A DX86JITInfo.cpp539 /// relocate - Before the JIT can run a block of code that has been emitted,
542 void X86JITInfo::relocate(void *Function, MachineRelocation *MR, function in class:X86JITInfo
/freebsd-10.3-release/contrib/groff/src/libs/libgroff/
H A Dsearchpath.cpp32 # include "relocate.h"
34 # define relocate(path) strsave(path) macro
125 char *path = relocate(origpath);
182 char *path = relocate(origpath);
H A DMakefile.sub39 relocate.$(OBJEXT) \
82 $(srcdir)/relocate.cpp \
H A Drelocate.cpp30 #include "relocate.h"
227 char *relocate(const char *path) function
235 fprintf (stderr, "relocate: %s\n", p);
/freebsd-10.3-release/contrib/llvm/include/llvm/Target/
H A DTargetJITInfo.h100 /// relocate - Before the JIT can run a block of code that has been emitted,
103 virtual void relocate(void *Function, MachineRelocation *MR, function in class:llvm::TargetJITInfo
/freebsd-10.3-release/contrib/binutils/binutils/
H A Ddwarf.h45 unsigned int relocate : 1; member in struct:dwarf_section_display
/freebsd-10.3-release/usr.bin/svn/lib/libsvn_client/
H A DMakefile16 ra.c relocate.c repos_diff.c resolved.c revert.c revisions.c \
/freebsd-10.3-release/usr.bin/svn/lib/libsvn_wc/
H A DMakefile14 node.c old-and-busted.c props.c questions.c relocate.c \
/freebsd-10.3-release/sys/dev/drm/
H A Dradeon_cs.c401 ret = dev_priv->cs.relocate(parser, reloc, &offset);
431 ret = dev_priv->cs.relocate(parser, reloc, &offset);
452 ret = dev_priv->cs.relocate(parser, reloc, &offset);
466 ret = dev_priv->cs.relocate(parser, reloc, &offset);
485 ret = dev_priv->cs.relocate(parser, reloc, &offset);
548 ret = dev_priv->cs.relocate(parser, reloc, &offset);
611 ret = dev_priv->cs.relocate(parser, reloc, &offset);
618 ret = dev_priv->cs.relocate(parser, reloc, &offset);
627 ret = dev_priv->cs.relocate(parser, reloc, &offset);
854 dev_priv->cs.relocate
[all...]
/freebsd-10.3-release/contrib/llvm/lib/Target/ARM/
H A DARMJITInfo.h77 /// relocate - Before the JIT can run a block of code that has been emitted,
80 virtual void relocate(void *Function, MachineRelocation *MR,
H A DARMJITInfo.cpp264 /// relocate - Before the JIT can run a block of code that has been emitted,
267 void ARMJITInfo::relocate(void *Function, MachineRelocation *MR, function in class:ARMJITInfo
/freebsd-10.3-release/contrib/subversion/subversion/svn/
H A Dswitch-cmd.c60 /* "--relocate http https" and "--relocate http://foo svn://bar" are OK,
61 but things like "--relocate http://foo svn" are not */
118 if (opt_state->relocate)
H A Dcl.h209 svn_boolean_t relocate; /* rewrite urls (svn switch) */
205 svn_boolean_t relocate; /* rewrite urls (svn switch) */ member in struct:svn_cl__opt_state_t
H A Dsvn.c258 {"relocate", opt_relocate, 0, N_("relocate via URL-rewriting")},
1366 { "relocate", svn_cl__relocate, {0}, N_
1368 "usage: 1. relocate FROM-PREFIX TO-PREFIX [PATH...]\n"
1369 " 2. relocate TO-URL [PATH]\n"
1384 " svn relocate http:// svn:// project1 project2\n"
1385 " svn relocate http://www.example.com/repo/project \\\n"
1527 " 2. switch --relocate FROM-PREFIX TO-PREFIX [PATH...]\n"
1553 " 2. The '--relocate' option is deprecated. This syntax is equivalent to\n"
1554 " 'svn relocate FRO
[all...]
/freebsd-10.3-release/usr.bin/svn/svn/
H A DMakefile17 propget-cmd.c proplist-cmd.c props.c propset-cmd.c relocate-cmd.c \
/freebsd-10.3-release/contrib/gcc/doc/
H A Dmakefile.texi162 For each package that is bootstrapped, relocate its build directory

Completed in 230 milliseconds

12