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

12

/freebsd-11-stable/contrib/groff/src/include/
H A Drelocate.h27 char *relocate (const char *path);
H A DMakefile.sub25 relocate.h \
/freebsd-11-stable/stand/mips/beri/boot2/
H A DMakefile39 SRCS= relocate.S \
62 flashboot.elf: relocate.o start.o boot2.o altera_jtag_uart.o cfi.o sdcard.o
/freebsd-11-stable/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-11-stable/contrib/binutils/binutils/
H A Ddwarf.h45 unsigned int relocate : 1; member in struct:dwarf_section_display
/freebsd-11-stable/usr.bin/svn/lib/libsvn_wc/
H A DMakefile32 relocate.c \
/freebsd-11-stable/usr.bin/svn/lib/libsvn_client/
H A DMakefile44 relocate.c \
/freebsd-11-stable/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...]
H A Dradeon_drv.h277 int (*relocate)(struct drm_radeon_cs_parser *parser, member in struct:drm_radeon_cs_priv
/freebsd-11-stable/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 */
121 if (opt_state->relocate)
H A Dcl.h229 svn_boolean_t relocate; /* rewrite urls (svn switch) */
225 svn_boolean_t relocate; /* rewrite urls (svn switch) */ member in struct:svn_cl__opt_state_t
H A Dsvn.c206 {"relocate", opt_relocate, 0, N_("relocate via URL-rewriting")},
1579 { "relocate", svn_cl__relocate, {0}, {N_(
1581 "usage: 1. relocate FROM-PREFIX TO-PREFIX [PATH...]\n"
1582 " 2. relocate TO-URL [PATH]\n"
1597 " svn relocate http:// svn:// project1 project2\n"
1598 " svn relocate http://www.example.com/repo/project \\\n"
1789 " 2. switch --relocate FROM-PREFIX TO-PREFIX [PATH...]\n"
1815 " 2. The '--relocate' option is deprecated. This syntax is equivalent to\n"
1816 " 'svn relocate FRO
[all...]
/freebsd-11-stable/usr.bin/svn/svn/
H A DMakefile44 relocate-cmd.c \
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DInputSection.h181 // Each section knows how to relocate itself. These functions apply
184 template <class ELFT> void relocate(uint8_t *buf, uint8_t *bufEnd);
H A DInputSection.cpp878 // relocations without any errors and relocate them as if they were at
912 void InputSectionBase::relocate(uint8_t *buf, uint8_t *bufEnd) { function in class:lld::elf::InputSectionBase
1146 relocate<ELFT>(buf, bufEnd);
1154 relocate<ELFT>(buf, bufEnd);
/freebsd-11-stable/contrib/gcc/doc/
H A Dmakefile.texi162 For each package that is bootstrapped, relocate its build directory
/freebsd-11-stable/contrib/binutils/bfd/
H A Delfxx-sparc.c2784 bfd_boolean skip, relocate = FALSE;
2800 skip = TRUE, relocate = TRUE;
2842 skip = TRUE, relocate = TRUE;
2926 if (! relocate)
3099 bfd_boolean skip, relocate = FALSE;
3109 skip = TRUE, relocate = TRUE;
2779 bfd_boolean skip, relocate = FALSE; local
3094 bfd_boolean skip, relocate = FALSE; local
H A Delf32-i386.c2545 bfd_boolean skip, relocate;
2553 relocate = FALSE;
2561 skip = TRUE, relocate = TRUE;
2577 relocate = TRUE;
2593 if (! relocate)
2543 bfd_boolean skip, relocate; local
H A Delf32-s390.c2575 bfd_boolean skip, relocate; local
2584 relocate = FALSE;
2592 skip = TRUE, relocate = TRUE;
2617 relocate = TRUE;
2667 if (! relocate)
H A Delf64-s390.c2557 bfd_boolean skip, relocate; local
2565 relocate = FALSE;
2573 skip = TRUE, relocate = TRUE;
2600 relocate = TRUE;
2651 if (! relocate)
H A Delf64-x86-64.c2401 bfd_boolean skip, relocate;
2408 relocate = FALSE;
2416 skip = TRUE, relocate = TRUE;
2444 relocate = TRUE;
2495 if (! relocate)
2399 bfd_boolean skip, relocate; local
H A Delf32-arm.c4634 bfd_boolean skip, relocate; local
4656 relocate = FALSE;
4665 skip = TRUE, relocate = TRUE;
4720 relocate the text and data segments independently,
4725 relocate = TRUE;
4737 if (! relocate)
/freebsd-11-stable/stand/pc98/cdboot/
H A Dcdboot.S507 mov $MEM_BTX_CLIENT,%di # Prepare to relocate

Completed in 256 milliseconds

12