Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/u-boot/test/dm/
H A Dcmd_dm.c63 static int relocated; in dm_reloc() local
65 if (!relocated) { in dm_reloc()
67 relocated = 1; in dm_reloc()
/OK3568_Linux_fs/u-boot/cmd/
H A Dblkcache.c51 static int relocated; in blkc_reloc() local
53 if (!relocated) { in blkc_reloc()
55 relocated = 1; in blkc_reloc()
H A Dbootm.c95 static int relocated = 0; in do_bootm() local
97 if (!relocated) { in do_bootm()
104 relocated = 1; in do_bootm()
H A Di2c.c1983 static int relocated; in i2c_reloc() local
1985 if (!relocated) { in i2c_reloc()
1987 relocated = 1; in i2c_reloc()
/OK3568_Linux_fs/kernel/arch/s390/boot/
H A Dhead_kdump.S17 # kdump entry (new kernel - not yet relocated)
30 lg %r2,0(%r2) # already relocated:
78 basr %r14,%r14 # Start relocated kernel
84 # Startup of kdump (relocated new kernel)
/OK3568_Linux_fs/kernel/fs/isofs/
H A Disofs.h113 extern int parse_rock_ridge_inode(struct iso_directory_record *, struct inode *, int relocated);
127 int relocated);
H A Dinode.c64 static int isofs_read_inode(struct inode *, int relocated);
1300 static int isofs_read_inode(struct inode *inode, int relocated) in isofs_read_inode() argument
1446 parse_rock_ridge_inode(de, inode, relocated); in isofs_read_inode()
1529 int relocated) in __isofs_iget() argument
1551 ret = isofs_read_inode(inode, relocated); in __isofs_iget()
H A Drock.c672 int relocated) in parse_rock_ridge_inode() argument
674 int flags = relocated ? RR_RELOC_DE : 0; in parse_rock_ridge_inode()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/
H A D0004-nativesdk-glibc-Fix-buffer-overrun-with-a-relocated-.patch4 Subject: [PATCH] nativesdk-glibc: Fix buffer overrun with a relocated SDK
6 When ld-linux-*.so.2 is relocated to a path that is longer than the
/OK3568_Linux_fs/u-boot/common/
H A Dbootm_os.c497 static bool relocated; in bootm_os_get_boot_func() local
499 if (!relocated) { in bootm_os_get_boot_func()
507 relocated = true; in bootm_os_get_boot_func()
/OK3568_Linux_fs/u-boot/fs/
H A Dfs.c257 static int relocated; in fs_set_blk_dev() local
259 if (!relocated) { in fs_set_blk_dev()
269 relocated = 1; in fs_set_blk_dev()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/
H A Dbinutils-cross.inc16 # and mean the linker scripts have to be relocated.
/OK3568_Linux_fs/buildroot/package/patchelf/
H A D0006-Fix-shared-library-corruption-when-rerunning-patchel.patch21 The issue is that if the program headers were previously relocated to the end
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.mpc85xx-spin-table16 relocated to the top of mapped memory) into a variable __spin_table_addr so
H A DREADME.arm6423 the U-Boot will be relocated to destination again.
H A DREADME.clang22 cannot be relocated and U-Boot will fail at runtime.
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/
H A D0001-binutils-crosssdk-Generate-relocatable-SDKs.patch8 will be relocated, at SDK install time, the interpreter path can be easily
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/libxslt/
H A Dlibxslt_1.1.35.bb48 # This is only needed until libxml can load the relocated catalog itself
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/
H A D0005-cpp-honor-sysroot.patch6 Currently, if the gcc toolchain is relocated and installed from sstate, then you try and compile
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/openssl/
H A Dopenssl_3.0.8.bb47 # (native versions can be built with newer glibc, but then relocated onto a system with older glibc)
163 # invalid if native or nativesdk are relocated from sstate.
/OK3568_Linux_fs/u-boot/arch/arm/cpu/
H A Du-boot.lds32 * code also needs to be relocated along with the accompanying u-boot
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vm.h262 struct list_head relocated; member
/OK3568_Linux_fs/buildroot/support/misc/
H A Dtoolchainfile.cmake.in6 # In order to allow the toolchain to be relocated, we calculate the
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/
H A Dglibc_2.35.bb24 file://0004-nativesdk-glibc-Fix-buffer-overrun-with-a-relocated-.patch \
/OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc/
H A D0001-Vendor-just-enough-extra-headers-to-allow-libbpf-to-.patch72 + * its insn->imm field to be relocated with actual field info;

123