/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | cppdefault.c | 123 static int relocated = -1; in cpp_relocated() local 126 if (relocated == -1) in cpp_relocated() 131 relocated = 1; in cpp_relocated() 133 relocated = 0; in cpp_relocated() 136 return relocated; in cpp_relocated()
|
H A D | incpath.c | 130 int relocated = cpp_relocated (); in add_standard_paths() local 186 else if (!p->add_sysroot && relocated in add_standard_paths()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | cppdefault.cc | 128 static int relocated = -1; in cpp_relocated() local 131 if (relocated == -1) in cpp_relocated() 136 relocated = 1; in cpp_relocated() 138 relocated = 0; in cpp_relocated() 141 return relocated; in cpp_relocated()
|
H A D | incpath.cc | 134 int relocated = cpp_relocated (); in add_standard_paths() local 192 else if (!p->add_sysroot && relocated in add_standard_paths()
|
/netbsd-src/sys/arch/vax/boot/common/ |
H A D | srt0.S | 51 beql relocated # already relocated, skip copy 59 pushl $relocated 61 relocated: # now relocation is done !!! label
|
/netbsd-src/sys/arch/evbarm/stand/gzboot/ |
H A D | srtbegin.S | 65 beq relocated /* yes, in RAM */ 80 relocated: label 119 .word relocated
|
/netbsd-src/external/ibm-public/postfix/dist/conf/ |
H A D | relocated | 4 # relocated - Postfix relocated table format 7 # postmap /etc/postfix/relocated 10 # The optional relocated(5) table provides the information 14 # Normally, the relocated(5) table is specified as a text 18 # "postmap /etc/postfix/relocated" to rebuild an indexed 19 # file after changing the corresponding relocated table.
|
H A D | postfix-files | 163 $sample_directory/relocated:f:root:-:644:p1 209 $manpage_directory/man5/relocated.5:f:root:-:644 266 $sample_directory/sample-relocated.cf:f:root:-:644:o 460 $html_directory/relocated.5.html:f:root:-:644
|
/netbsd-src/sys/arch/mvme68k/stand/libsa/ |
H A D | 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
|
/netbsd-src/sys/arch/vax/boot/xxboot/ |
H A D | 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
|
/netbsd-src/external/ibm-public/postfix/dist/proto/ |
H A D | relocated | 3 # relocated 5 5 # Postfix relocated table format 7 # \fBpostmap /etc/postfix/relocated\fR 16 # "\fBpostmap /etc/postfix/relocated\fR" to rebuild an indexed 17 # file after changing the corresponding relocated table.
|
H A D | Makefile.in | 5 CONFIG = ../conf/access ../conf/aliases ../conf/canonical ../conf/relocated \ 147 ../conf/relocated: relocated
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | Statepoints.rst | 140 #. create a new SSA value for each potentially relocated pointer, and 141 ensure that no uses of the original (non relocated) value is 183 SSA value ``%obj.relocated`` which represents the potentially changed value of 192 …%obj.relocated = call coldcc i8 addrspace(1)* @llvm.experimental.gc.relocate.p1i8(token %0, i32 7,… 193 ret i8 addrspace(1)* %obj.relocated 198 relocated + the original call arguments and N is the original return 199 value + each relocated value), but LLVM does not easily support such a 224 Each of the potentially relocated values has been spilled to the 344 …%obj.relocated = call i8 addrspace(1)* @llvm.experimental.gc.relocate.p1i8(token %token, i32 7, i3… 345 …%gep.relocated = call i8 addrspace(1)* @llvm.experimental.gc.relocate.p1i8(token %token, i32 7, i3… [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | cygming.opt | 60 fwritable-relocated-rdata 62 Put relocated read-only data into .data section.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | cygming.opt | 60 fwritable-relocated-rdata 62 Put relocated read-only data into .data section.
|
/netbsd-src/sys/arch/amiga/stand/bootblock/boot/ |
H A D | startit.s | 192 movl %a3,%sp@ | address of relocated below 196 bra Lchoff | and to relocated below 207 bra Lchoff | and to relocated ckend
|
/netbsd-src/external/ibm-public/postfix/share/conf/ |
H A D | Makefile | 13 header_checks main.cf master.cf relocated transport virtual
|
/netbsd-src/external/ibm-public/postfix/man/man5/ |
H A D | Makefile | 8 MAN= access.5 aliases.5 bounce.5 canonical.5 relocated.5 \
|
/netbsd-src/sys/arch/hppa/stand/common/ |
H A D | 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.
|
/netbsd-src/sys/arch/amigappc/conf/ |
H A D | std.amigappc | 20 # The kernel has to be relocated by the boot loader
|
/netbsd-src/external/ibm-public/postfix/share/html/ |
H A D | Makefile | 27 regexp_table.5.html relocated.5.html sqlite_table.5.html \
|
/netbsd-src/external/ibm-public/postfix/dist/html/ |
H A D | Makefile.in | 19 CONFIG = access.5.html aliases.5.html canonical.5.html relocated.5.html \ 329 relocated.5.html: ../proto/relocated
|
/netbsd-src/external/ibm-public/postfix/dist/man/ |
H A D | Makefile.in | 16 CONFIG = man5/access.5 man5/aliases.5 man5/canonical.5 man5/relocated.5 \ 354 man5/relocated.5: ../proto/relocated
|
/netbsd-src/external/ibm-public/postfix/dist/mantools/ |
H A D | postlink | 898 s/[<bB>]*relocated[<\/bB>]*\(5\)/<a href="relocated.5.html">$&<\/a>/g;
|
H A D | manlint.stop | 31 man/man5/relocated.5:11:\fBpostmap /etc/postfix/relocated\fR
|