HomeSort by: relevance | last modified time | path
    Searched defs:relocated (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/arch/vax/boot/common/
srt0.S 51 beql relocated # already relocated, skip copy
59 pushl $relocated
61 relocated: # now relocation is done !!! label
  /src/sys/arch/evbarm/stand/gzboot/
srtbegin.S 65 beq relocated /* yes, in RAM */
80 relocated: label
119 .word relocated
  /src/external/gpl3/gcc/dist/gcc/
cppdefault.cc 127 /* Return true if the toolchain is relocated. */
131 static int relocated = -1; local
133 /* A relocated toolchain ignores standard include directories. */
134 if (relocated == -1)
136 /* Check if the toolchain was relocated? */
139 relocated = 1;
141 relocated = 0;
144 return relocated;
incpath.cc 134 int relocated = cpp_relocated (); local
192 else if (!p->add_sysroot && relocated
198 but the compiler has been relocated, replace it
  /src/external/gpl3/gcc.old/dist/gcc/
cppdefault.cc 124 /* Return true if the toolchain is relocated. */
128 static int relocated = -1; local
130 /* A relocated toolchain ignores standard include directories. */
131 if (relocated == -1)
133 /* Check if the toolchain was relocated? */
136 relocated = 1;
138 relocated = 0;
141 return relocated;
incpath.cc 134 int relocated = cpp_relocated (); local
192 else if (!p->add_sysroot && relocated
198 but the compiler has been relocated, replace it
  /src/sys/arch/vax/boot/xxboot/
start.S 46 .globl _C_LABEL(_start) # of code to be relocated. We can use this
48 # or to get the relocated address (abs).
197 movl $_C_LABEL(start), %r3 # get relocated base-address of code
201 movl $relocated, -(%sp) # return-address on top of stack
203 relocated: # now relocation is done !!! label
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_vm.h 259 /* PT BOs which relocated and their parent need an update */
260 struct list_head relocated; member in struct:amdgpu_vm
  /src/external/gpl3/gdb/dist/gdb/
remote.c 1748 int relocated = 0; local
1766 relocated = 1;
1788 if (relocated)
5125 install tracepoints until we've relocated symbols. Also, a
13973 /* Don't try to install tracepoints until we've relocated our
  /src/external/gpl3/gdb.old/dist/gdb/
remote.c 1704 int relocated = 0; local
1722 relocated = 1;
1744 if (relocated)
5101 install tracepoints until we've relocated symbols. Also, a
13801 /* Don't try to install tracepoints until we've relocated our

Completed in 37 milliseconds