/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/crash/crash/ |
H A D | 0001-symbol-fix-S-cannot-work-with-kaslr-detection.patch | 30 -static ulong relocate(ulong, char *, int); 31 +static ulong relocate(ulong, char *, int *); 46 sp->value = relocate(syminfo.value, 58 sp->value = relocate(syment.value, 68 -relocate(ulong symval, char *symname, int first_symbol) 69 +relocate(ulong symval, char *symname, int *first_symbol) 73 @@ -937,9 +938,10 @@ relocate(ulong symval, char *symname, int first_symbol) 83 + return symval - kt->relocate;
|
/openbmc/openbmc/poky/meta/recipes-devtools/icecc-toolchain/ |
H A D | nativesdk-icecc-toolchain_0.1.bb | 30 install -d ${D}${SDKPATHNATIVE}/post-relocate-setup.d/ 31 install -m 0755 ${UNPACKDIR}/icecc-setup.sh ${D}${SDKPATHNATIVE}/post-relocate-setup.d/ 32 sed -i ${D}${SDKPATHNATIVE}/post-relocate-setup.d/icecc-setup.sh \
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | _sstatetests_noauto.py | 56 def run_test_sstate_rebuild(self, primary_targets, relocate=False, rebuild_dependencies=False): argument 58 if relocate: 95 … self.run_test_sstate_rebuild(['core-image-weston-sdk'], relocate=True, rebuild_dependencies=True) 98 … self.run_test_sstate_rebuild(['core-image-weston-sdk'], relocate=False, rebuild_dependencies=True)
|
/openbmc/linux/drivers/soc/qcom/ |
H A D | mdt_loader.c | 213 bool relocate = false; in qcom_mdt_pas_init() local 229 relocate = true; in qcom_mdt_pas_init() 253 if (relocate) { in qcom_mdt_pas_init() 306 bool relocate = false; in __qcom_mdt_load() local 326 relocate = true; in __qcom_mdt_load() 332 if (relocate) { in __qcom_mdt_load()
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | toolchain-scripts.bbclass | 107 if [ -d "\$OECORE_NATIVE_SYSROOT/${datadir}/post-relocate-setup.d/" ]; then 108 for s in \$OECORE_NATIVE_SYSROOT/${datadir}/post-relocate-setup.d/*; do 115 echo "post-relocate command \"\$s \$1\" failed with status \$status" >&2 174 if [ -d "${SDKPATHNATIVE}/post-relocate-setup.d/" ]; then 175 # Source top-level SDK env scripts in case they are needed for the relocate 185 for s in ${SDKPATHNATIVE}/post-relocate-setup.d/*; do 192 echo "post-relocate command \"\$s \$1\" failed with status \$status" >&2 197 rm -rf "${SDKPATHNATIVE}/post-relocate-setup.d"
|
/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/files/ |
H A D | relocate-modules.patch | 4 Subject: [PATCH] glib-2.0: relocate the GIO module directory for native builds 30 -/* Only auto-relocate on macOS, not watchOS etc; older macOS SDKs only define TARGET_OS_MAC */
|
/openbmc/openbmc/poky/meta/recipes-devtools/meson/ |
H A D | meson_1.7.0.bb | 135 install -d ${D}${SDKPATHNATIVE}/post-relocate-setup.d 136 install -m 0755 ${UNPACKDIR}/meson-setup.py ${D}${SDKPATHNATIVE}/post-relocate-setup.d/ 152 install -d ${D}${datadir}/post-relocate-setup.d 153 install -m 0755 ${UNPACKDIR}/meson-setup.py ${D}${datadir}/post-relocate-setup.d/
|
/openbmc/openbmc/poky/meta/recipes-devtools/cmake/ |
H A D | cmake_3.31.4.bb | 58 install -d ${D}${SDKPATHNATIVE}/post-relocate-setup.d 59 install -m 0755 ${UNPACKDIR}/cmake-setup.py ${D}${SDKPATHNATIVE}/post-relocate-setup.d/
|
/openbmc/linux/Documentation/powerpc/ |
H A D | kaslr-booke32.rst | 14 map or copy kernel to a proper place and relocate. Freescale Book-E 18 relocate.
|
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx27/ |
H A D | Makefile | 7 obj-y += generic.o timer.o reset.o relocate.o
|
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx25/ |
H A D | Makefile | 7 obj-y += generic.o timer.o reset.o relocate.o
|
/openbmc/u-boot/arch/arm/cpu/arm1136/mx31/ |
H A D | Makefile | 9 obj-y += relocate.o
|
/openbmc/u-boot/arch/xtensa/lib/ |
H A D | Makefile | 8 obj-y += cache.o misc.o relocate.o time.o
|
/openbmc/u-boot/arch/arm/cpu/arm1136/mx35/ |
H A D | Makefile | 11 obj-y += relocate.o
|
/openbmc/openbmc/poky/meta/files/ |
H A D | toolchain-shar-extract.sh | 65 relocate=1 89 relocate=0
|
H A D | toolchain-shar-relocate.sh | 48 if [ $relocate = 1 ] ; then
|
/openbmc/u-boot/arch/arm/cpu/pxa/ |
H A D | Makefile | 14 obj-y += relocate.o
|
/openbmc/u-boot/arch/arc/lib/ |
H A D | Makefile | 10 obj-y += relocate.o
|
/openbmc/u-boot/tools/ |
H A D | .gitignore | 29 /relocate-rela
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/graphviz/ |
H A D | graphviz_12.2.1.bb | 68 install -d ${D}${SDKPATHNATIVE}/post-relocate-setup.d 69 install -m 0755 ${UNPACKDIR}/graphviz-setup.sh ${D}${SDKPATHNATIVE}/post-relocate-setup.d
|
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/ |
H A D | 0003-binutils-nativesdk-Search-for-alternative-ld.so.conf.patch | 11 it to a section we relocate in a similar way to the way we relocate the
|
/openbmc/openbmc/poky/meta/recipes-support/gnupg/ |
H A D | gnupg_2.5.2.bb | 23 file://relocate.patch" 24 SRC_URI:append:class-nativesdk = " file://relocate.patch"
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/ |
H A D | 0007-nativesdk-glibc-Make-relocatable-install-for-locales.patch | 7 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.
|
/openbmc/openbmc/poky/meta/recipes-multimedia/ffmpeg/ffmpeg/ |
H A D | 0001-lavc-h264dsp-move-RISC-V-fn-pointers-to-.data.rel.ro.patch | 23 +const ff_h264_weight_funcs_8_rvv, relocate=1
|
/openbmc/linux/arch/mips/kernel/ |
H A D | vpe.c | 581 unsigned int len, i, symindex = 0, strindex = 0, relocate = 0; in vpe_elfload() local 602 relocate = 1; in vpe_elfload() 618 if (relocate) { in vpe_elfload() 649 if (relocate) { in vpe_elfload()
|