| /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
|
| 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
|
| 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;
|
| 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
|
| 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;
|
| 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
|
| 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
|
| 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
|
| 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.old/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
|
| 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/dist/gdb/ |
| remote.c | 1756 int relocated = 0; local 1774 relocated = 1; 1796 if (relocated) 5154 install tracepoints until we've relocated symbols. Also, a 14008 /* Don't try to install tracepoints until we've relocated our
|
| remote.c | 1756 int relocated = 0; local 1774 relocated = 1; 1796 if (relocated) 5154 install tracepoints until we've relocated symbols. Also, a 14008 /* Don't try to install tracepoints until we've relocated our
|