Home
last modified time | relevance | path

Searched refs:relocated (Results 1 – 25 of 325) sorted by relevance

12345678910>>...13

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcppdefault.c123 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 Dincpath.c130 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 Dcppdefault.cc128 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 Dincpath.cc134 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 Dsrt0.S51 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 Dsrtbegin.S65 beq relocated /* yes, in RAM */
80 relocated: label
119 .word relocated
/netbsd-src/external/ibm-public/postfix/dist/conf/
H A Drelocated4 # 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 Dpostfix-files163 $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 DSRT0.S56 | 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 Dstart.S46 .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 Drelocated3 # 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 DMakefile.in5 CONFIG = ../conf/access ../conf/aliases ../conf/canonical ../conf/relocated \
147 ../conf/relocated: relocated
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DStatepoints.rst140 #. 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 Dcygming.opt60 fwritable-relocated-rdata
62 Put relocated read-only data into .data section.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Dcygming.opt60 fwritable-relocated-rdata
62 Put relocated read-only data into .data section.
/netbsd-src/sys/arch/amiga/stand/bootblock/boot/
H A Dstartit.s192 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 DMakefile13 header_checks main.cf master.cf relocated transport virtual
/netbsd-src/external/ibm-public/postfix/man/man5/
H A DMakefile8 MAN= access.5 aliases.5 bounce.5 canonical.5 relocated.5 \
/netbsd-src/sys/arch/hppa/stand/common/
H A Dsrt0.S106 ; 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 Dstd.amigappc20 # The kernel has to be relocated by the boot loader
/netbsd-src/external/ibm-public/postfix/share/html/
H A DMakefile27 regexp_table.5.html relocated.5.html sqlite_table.5.html \
/netbsd-src/external/ibm-public/postfix/dist/html/
H A DMakefile.in19 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 DMakefile.in16 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 Dpostlink898 s/[<bB>]*relocated[<\/bB>]*\(5\)/<a href="relocated.5.html">$&<\/a>/g;
H A Dmanlint.stop31 man/man5/relocated.5:11:\fBpostmap /etc/postfix/relocated\fR

12345678910>>...13