Home
last modified time | relevance | path

Searched refs:relocate (Results 1 – 25 of 113) sorted by relevance

12345

/OK3568_Linux_fs/u-boot/tools/
H A D.relocate-rela.cmd
H A D.gitignore27 /relocate-rela
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A D_sstatetests_noauto.py54 def run_test_sstate_rebuild(self, primary_targets, relocate=False, rebuild_dependencies=False): argument
56 if relocate:
93 … self.run_test_sstate_rebuild(['core-image-weston-sdk'], relocate=True, rebuild_dependencies=True)
96 … self.run_test_sstate_rebuild(['core-image-weston-sdk'], relocate=False, rebuild_dependencies=True)
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/icecc-toolchain/
H A Dnativesdk-icecc-toolchain_0.1.bb30 install -d ${D}${SDKPATHNATIVE}/post-relocate-setup.d/
31 install -m 0755 ${WORKDIR}/icecc-setup.sh ${D}${SDKPATHNATIVE}/post-relocate-setup.d/
32 sed -i ${D}${SDKPATHNATIVE}/post-relocate-setup.d/icecc-setup.sh \
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dtoolchain-scripts.bbclass137 if [ -d "${SDKPATHNATIVE}/post-relocate-setup.d/" ]; then
138 # Source top-level SDK env scripts in case they are needed for the relocate
148 for s in ${SDKPATHNATIVE}/post-relocate-setup.d/*; do
155 echo "post-relocate command \"\$s \$1\" failed with status \$status" >&2
160 rm -rf "${SDKPATHNATIVE}/post-relocate-setup.d"
/OK3568_Linux_fs/kernel/drivers/soc/qcom/
H A Dmdt_loader.c146 bool relocate = false; in __qcom_mdt_load() local
188 relocate = true; in __qcom_mdt_load()
197 if (relocate) { in __qcom_mdt_load()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/cmake/
H A Dcmake_3.22.3.bb57 install -d ${D}${SDKPATHNATIVE}/post-relocate-setup.d
58 install -m 0755 ${WORKDIR}/cmake-setup.py ${D}${SDKPATHNATIVE}/post-relocate-setup.d/
/OK3568_Linux_fs/kernel/Documentation/powerpc/
H A Dkaslr-booke32.rst14 map or copy kernel to a proper place and relocate. Freescale Book-E
18 relocate.
/OK3568_Linux_fs/yocto/poky/meta/files/
H A Dtoolchain-shar-extract.sh65 relocate=1
89 relocate=0
H A Dtoolchain-shar-relocate.sh45 if [ $relocate = 1 ] ; then
/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Dhead.S70 relocate: label
159 call relocate
270 call relocate
/OK3568_Linux_fs/u-boot/arch/xtensa/lib/
H A DMakefile10 obj-y += cache.o misc.o relocate.o time.o
/OK3568_Linux_fs/u-boot/arch/arm/cpu/arm926ejs/mx25/
H A DMakefile10 obj-y += relocate.o
/OK3568_Linux_fs/u-boot/arch/arm/cpu/arm926ejs/mx27/
H A DMakefile10 obj-y += relocate.o
/OK3568_Linux_fs/u-boot/arch/arm/cpu/arm1136/mx31/
H A DMakefile13 obj-y += relocate.o
/OK3568_Linux_fs/u-boot/arch/arm/cpu/arm1136/mx35/
H A DMakefile15 obj-y += relocate.o
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/gnupg/
H A Dgnupg_2.3.7.bb23 file://relocate.patch"
24 SRC_URI:append:class-nativesdk = " file://relocate.patch"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/graphviz/
H A Dgraphviz_2.50.0.bb71 install -d ${D}${SDKPATHNATIVE}/post-relocate-setup.d
72 install -m 0755 ${WORKDIR}/graphviz-setup.sh ${D}${SDKPATHNATIVE}/post-relocate-setup.d
/OK3568_Linux_fs/u-boot/arch/arm/cpu/pxa/
H A DMakefile16 obj-y += relocate.o
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/
H A D0003-binutils-nativesdk-Search-for-alternative-ld.so.conf.patch11 it to a section we relocate in a similar way to the way we relocate the
/OK3568_Linux_fs/u-boot/arch/arc/lib/
H A DMakefile12 obj-y += relocate.o
/OK3568_Linux_fs/u-boot/lib/
H A Dslre.su
/OK3568_Linux_fs/u-boot/spl/lib/
H A Dslre.su
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dvpe.c582 unsigned int len, i, symindex = 0, strindex = 0, relocate = 0; in vpe_elfload() local
603 relocate = 1; in vpe_elfload()
619 if (relocate) { in vpe_elfload()
650 if (relocate) { in vpe_elfload()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/
H A D0007-nativesdk-glibc-Make-relocatable-install-for-locales.patch7 to be able to relocate the binaries. Expand the strings to 4K and put them in a
8 magic segment that we can relocate at install time.

12345