| /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/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/ibm-public/postfix/share/conf/ |
| Makefile | 13 header_checks main.cf master.cf relocated transport virtual
|
| /src/sys/arch/evbarm/stand/gzboot/ |
| srtbegin.S | 65 beq relocated /* yes, in RAM */ 80 relocated: label 119 .word relocated
|
| /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/external/ibm-public/postfix/man/man5/ |
| Makefile | 8 MAN= access.5 aliases.5 bounce.5 canonical.5 relocated.5 \
|
| /src/sys/arch/mvme68k/stand/libsa/ |
| SRT0.S | 56 | Force a long jump to the relocated code (not pc-relative) 61 | now in the relocated code 63 | Set up stack (just before relocated text) 67 | now that we have relocated, call the bugcrt (note we skip over the special
|
| /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/external/ibm-public/postfix/share/html/ |
| Makefile | 27 regexp_table.5.html relocated.5.html sqlite_table.5.html \
|
| /src/sys/arch/hppa/stand/common/ |
| srt0.S | 106 ; We have relocated ourself to RELOC. If we are running on a machine 110 ldil L%RELOC,%r22 ; Set %t1 to start of relocated code. 133 EXIT(begin) /* jump to relocated code */
|
| /src/sys/arch/amiga/stand/bootblock/boot/ |
| startit.s | 192 movl %a3,%sp@ | address of relocated below 196 bra Lchoff | and to relocated below 207 bra Lchoff | and to relocated ckend
|
| /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.c | 248 * @vm_bo: vm_bo which is relocated 254 list_move(&vm_bo->vm_status, &vm_bo->vm->relocated); 1309 if (list_empty(&vm->relocated)) 1321 while (!list_empty(&vm->relocated)) { 1324 entry = list_first_entry(&vm->relocated, struct amdgpu_vm_pt, 2826 INIT_LIST_HEAD(&vm->relocated);
|
| /src/share/mk/ |
| bsd.kmodule.mk | 45 # that, when relocated by the module loader, result in addresses that
|
| /src/sys/arch/sun3/sun3/ |
| locore.s | 131 | Force a long jump to the relocated code (high VA). 137 | We are now running in the correctly relocated kernel, so
|
| /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
|
| configure | 1697 --with-relocated-sources=PATH 9261 # default) and relocated if they conflict, which is a slow very memory 12680 # default) and relocated if they conflict, which is a slow very memory 16042 # library is relocated. 16429 # library is relocated. 24784 # Check whether --with-relocated-sources was given. 35864 # library is relocated. [all...] |
| /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
|
| configure | 1696 --with-relocated-sources=PATH 9260 # default) and relocated if they conflict, which is a slow very memory 12679 # default) and relocated if they conflict, which is a slow very memory 16041 # library is relocated. 16428 # library is relocated. 24738 # Check whether --with-relocated-sources was given. 35768 # library is relocated. [all...] |
| /src/external/ibm-public/postfix/dist/mantools/ |
| postlink | 914 s/[<bB>]*relocated[<\/bB>]*\(5\)/<a href="relocated.5.html">$&<\/a>/g;
|