Home
last modified time | relevance | path

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

123456789

/netbsd/src/external/gpl3/gcc/dist/gcc/
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()
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/
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/
Dsrtbegin.S65 beq relocated /* yes, in RAM */
80 relocated: label
119 .word relocated
/netbsd/src/external/ibm-public/postfix/dist/conf/
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.
Dpostfix-files164 $sample_directory/relocated:f:root:-:644:p1
211 $manpage_directory/man5/relocated.5:f:root:-:644
268 $sample_directory/sample-relocated.cf:f:root:-:644:o
469 $html_directory/relocated.5.html:f:root:-:644
/netbsd/src/sys/arch/mvme68k/stand/libsa/
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/
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/
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.
DMakefile.in5 CONFIG = ../conf/access ../conf/aliases ../conf/canonical ../conf/relocated \
153 ../conf/relocated: relocated
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Dcygming.opt60 fwritable-relocated-rdata
62 Put relocated read-only data into .data section.
/netbsd/src/sys/arch/amiga/stand/bootblock/boot/
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/
DMakefile13 header_checks main.cf master.cf relocated transport virtual
/netbsd/src/external/ibm-public/postfix/man/man5/
DMakefile8 MAN= access.5 aliases.5 bounce.5 canonical.5 relocated.5 \
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dconfig.in32 /* Define if the separate-debug-dir directory should be relocated when GDB is
58 /* Define if the gdb-datadir directory should be relocated when GDB is moved.
622 /* Define if the iconv directory should be relocated when GDB is moved. */
631 /* Define if the jit-reader-dir directory should be relocated when GDB is
691 /* Define if the python lib directory should be relocated when GDB is moved.
695 /* Define if the python directory should be relocated when GDB is moved. */
742 /* Define if the system-gdbinit-dir directory should be relocated when GDB is
746 /* Define if the system-gdbinit directory should be relocated when GDB is
753 /* Define if the sysroot directory should be relocated when GDB is moved. */
/netbsd/src/sys/arch/amigappc/conf/
Dstd.amigappc20 # The kernel has to be relocated by the boot loader
/netbsd/src/external/ibm-public/postfix/share/html/
DMakefile27 regexp_table.5.html relocated.5.html sqlite_table.5.html \
/netbsd/src/external/ibm-public/postfix/dist/html/
DMakefile.in19 CONFIG = access.5.html aliases.5.html canonical.5.html relocated.5.html \
339 relocated.5.html: ../proto/relocated
/netbsd/src/external/ibm-public/postfix/dist/man/
DMakefile.in16 CONFIG = man5/access.5 man5/aliases.5 man5/canonical.5 man5/relocated.5 \
359 man5/relocated.5: ../proto/relocated
/netbsd/src/external/ibm-public/postfix/dist/mantools/
Dmanlint.stop31 man/man5/relocated.5:11:\fBpostmap /etc/postfix/relocated\fR
Dpostlink914 s/[<bB>]*relocated[<\/bB>]*\(5\)/<a href="relocated.5.html">$&<\/a>/g;
/netbsd/src/external/gpl3/gcc/dist/gcc/config/stormy16/
Dstormy-abi159 the storage unit being relocated.
/netbsd/src/sys/arch/sun3/sun3/
Dlocore.s131 | Force a long jump to the relocated code (high VA).
137 | We are now running in the correctly relocated kernel, so
/netbsd/src/distrib/acorn32/stand/BtNetBSD/!BtNetBSD/
DBtNetBSD286 REM vfreebase points to first free address in relocated area
327 REM vaddr% indicates virtual address where stuff needs to be relocated to
447 PRINT '"A total of about ";kernelpages%;" pages need to be relocated"
940 LDR r6, [r5], #4 ; r4 = number of relocated pages
/netbsd/src/external/ibm-public/postfix/dist/implementation-notes/
DMILTER202 a forward pointer will not be relocated to make space for a pointer
208 reverse pointer will not be relocated to make space for a pointer

123456789