Searched refs:relocated (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dcppdefault.c115 /* Return true if the toolchain is relocated. */
119 static int relocated = -1; local
121 /* A relocated toolchain ignores standard include directories. */
122 if (relocated == -1)
124 /* Check if the toolchain was relocated? */
127 relocated = 1;
129 relocated = 0;
132 return relocated;
H A Dincpath.c131 int relocated = cpp_relocated (); local
187 else if (!p->add_sysroot && relocated
193 but the compiler has been relocated, replace it
/haiku-buildtools/binutils/ld/testsuite/ld-cris/
H A Dv32-ba-1.d6 # Check that 32-bit branches (PCREL:s) are relocated right.
H A Dpr16044.d15 # element in the GOT, relocated with the absolute-to-relative
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-cris/
H A Dv32-ba-1.d6 # Check that 32-bit branches (PCREL:s) are relocated right.
/haiku-buildtools/binutils/ld/testsuite/ld-aarch64/
H A Difunc-7c.d6 # Check if adrp and ldr have been relocated correctly.
/haiku-buildtools/legacy/binutils/ld/scripttempl/
H A Delfi370.sc127 get relocated with -mrelocatable. Also put in the .fixup pointers.

Completed in 56 milliseconds