Home
last modified time | relevance | path

Searched refs:orc (Results 1 – 25 of 58) sorted by relevance

123

/OK3568_Linux_fs/kernel/tools/objtool/
H A Dorc_gen.c15 static int init_orc_entry(struct orc_entry *orc, struct cfi_state *cfi, in init_orc_entry() argument
20 memset(orc, 0, sizeof(*orc)); in init_orc_entry()
23 orc->end = 0; in init_orc_entry()
24 orc->sp_reg = ORC_REG_UNDEFINED; in init_orc_entry()
28 orc->end = cfi->end; in init_orc_entry()
31 orc->sp_reg = ORC_REG_UNDEFINED; in init_orc_entry()
37 orc->sp_reg = ORC_REG_SP; in init_orc_entry()
40 orc->sp_reg = ORC_REG_SP_INDIRECT; in init_orc_entry()
43 orc->sp_reg = ORC_REG_BP; in init_orc_entry()
46 orc->sp_reg = ORC_REG_BP_INDIRECT; in init_orc_entry()
[all …]
H A Dorc_dump.c67 struct orc_entry *orc = NULL; in orc_dump() local
135 orc = data->d_buf; in orc_dump()
145 if (!symtab || !strtab_idx || !orc || !orc_ip) in orc_dump()
148 if (orc_size % sizeof(*orc) != 0) { in orc_dump()
153 nr_entries = orc_size / sizeof(*orc); in orc_dump()
200 print_reg(orc[i].sp_reg, orc[i].sp_offset); in orc_dump()
204 print_reg(orc[i].bp_reg, orc[i].bp_offset); in orc_dump()
207 orc_type_name(orc[i].type), orc[i].end); in orc_dump()
H A DBuild12 objtool-y += builtin-orc.o
/OK3568_Linux_fs/buildroot/package/orc/
H A D0001-orc-orccpu-powerpc.c-fix-build-with-kernel-4.11.patch4 Subject: [PATCH] orc/orccpu-powerpc.c: fix build with kernel < 4.11
7 https://gitlab.freedesktop.org/gstreamer/orc/-/commit/a999325abea6a5549d60d99ddeb0271d2aa00235:
9 FAILED: orc/liborc-0.4.so.0.32.0.p/orccpu-powerpc.c.o
10orc -I. -I.. -fdiagnostics-color=always -pipe -Wall -Winvalid-pch -std=gnu99 -O3 -DHAVE_CONFIG_H -…
11 ../orc/orccpu-powerpc.c: In function 'orc_check_powerpc_proc_auxv':
12 ../orc/orccpu-powerpc.c:164:21: error: 'AT_L1D_CACHESIZE' undeclared (first use in this function); …
16 ../orc/orccpu-powerpc.c:164:21: note: each undeclared identifier is reported only once for each fun…
17 ../orc/orccpu-powerpc.c:168:21: error: 'AT_L2_CACHESIZE' undeclared (first use in this function); d…
21 ../orc/orccpu-powerpc.c:172:21: error: 'AT_L3_CACHESIZE' undeclared (first use in this function); d…
34 https://gitlab.freedesktop.org/gstreamer/orc/-/merge_requests/56]
[all …]
H A Dorc.hash1 # From https://gstreamer.freedesktop.org/data/src/orc/orc-0.4.32.tar.xz.sha256sum
2 sha256 a66e3d8f2b7e65178d786a01ef61f2a0a0b4d0b8370de7ce134ba73da4af18f0 orc-0.4.32.tar.xz
H A Dorc.mk8 ORC_SOURCE = orc-$(ORC_VERSION).tar.xz
9 ORC_SITE = http://gstreamer.freedesktop.org/data/src/orc
13 ORC_DEPENDENCIES = host-orc
H A DConfig.in2 bool "orc"
8 https://gstreamer.freedesktop.org/projects/orc.html
10 comment "orc needs a toolchain w/ threads"
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dunwind_orc.c151 static struct orc_entry *orc; in orc_find() local
188 orc = orc_module_find(ip); in orc_find()
189 if (orc) in orc_find()
190 return orc; in orc_find()
247 struct orc_entry *orc = _orc; in unwind_module_init() local
251 orc_size % sizeof(*orc) != 0 || in unwind_module_init()
252 num_entries != orc_size / sizeof(*orc)); in unwind_module_init()
261 cur_orc_table = orc; in unwind_module_init()
266 mod->arch.orc_unwind = orc; in unwind_module_init()
276 struct orc_entry *orc; in unwind_init() local
[all …]
H A Dmodule.c258 *para = NULL, *orc = NULL, *orc_ip = NULL, in module_finalize() local
272 orc = s; in module_finalize()
310 if (orc && orc_ip) in module_finalize()
312 (void *)orc->sh_addr, orc->sh_size); in module_finalize()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/orc/
H A Dorc_0.4.32.bb2 HOMEPAGE = "http://gstreamer.freedesktop.org/modules/orc.html"
7 SRC_URI = "http://gstreamer.freedesktop.org/src/orc/orc-${PV}.tar.xz"
18 PACKAGES =+ "orc-examples"
20 FILES:orc-examples = "${libdir}/orc/*"
29 sed -i -e 's#/tmp#.#g' ${S}/orc/orccodemem.c
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/schroedinger/schroedinger/
H A Dconfigure.ac.patch13 AC_ERROR([orc-0.4 >= $ORC_VER is required])
15 SCHRO_PKG_DEPS="$SCHRO_PKG_DEPS orc-0.4 >= $ORC_VER"
16 -ORCC=`$PKG_CONFIG --variable=orcc orc-0.4`
17 +ORCC=$STAGING_DIR`$PKG_CONFIG --variable=orcc orc-0.4`
/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/gstreamer/
H A Dgstreamer1.0-plugins-common.inc20 GSTREAMER_ORC ?= "orc"
21 # workaround to disable orc on mips to fix the build failure
25 PACKAGECONFIG[orc] = "-Dorc=enabled,-Dorc=disabled,orc orc-native"
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/stringloops/
H A Dstrlen_32.S61 orc r9, r9, r6
72 orc r8, r8, r8
76 orc r9, r9, r8
/OK3568_Linux_fs/kernel/arch/powerpc/lib/
H A Dstrlen_32.S61 orc r9, r9, r6
72 orc r8, r8, r8
76 orc r9, r9, r8
/OK3568_Linux_fs/buildroot/package/libvips/
H A Dlibvips.mk101 LIBVIPS_CONF_OPTS += --with-orc
102 LIBVIPS_DEPENDENCIES += orc
104 LIBVIPS_CONF_OPTS += --without-orc
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/schroedinger/
H A Dschroedinger_1.0.11.bb11 DEPENDS = "orc-native orc"
/OK3568_Linux_fs/kernel/arch/h8300/kernel/
H A Dentry.S93 orc #0x10,ccr /* switch kernel stack */
134 orc #0xc0,ccr
235 orc #7,exr
279 orc #0xc0,ccr
293 orc #0xc0,ccr
366 orc #0xc0,ccr
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dunwind.h94 void *orc, size_t orc_size);
99 void *orc, size_t orc_size) {} in unwind_module_init()
/OK3568_Linux_fs/buildroot/package/pulseaudio/
H A Dpulseaudio.mk61 PULSEAUDIO_DEPENDENCIES += orc
63 PULSEAUDIO_CONF_OPTS += --enable-orc
65 PULSEAUDIO_CONF_OPTS += --disable-orc
/OK3568_Linux_fs/kernel/arch/um/include/asm/
H A Dunwind.h6 void *orc, size_t orc_size) {} in unwind_module_init()
/OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/
H A Dcompiler-rt-sanitizers_git.bb64 …rf ${D}${nonarch_libdir}/clang/${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}/lib/linux/libclang_rt.orc-*.a
65 rm -rf ${D}${nonarch_libdir}/clang/${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}/include/orc/
/OK3568_Linux_fs/kernel/Documentation/x86/
H A Dindex.rst19 orc-unwinder
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dunwind.h80 size_t orc_ip_size, void *orc, in unwind_module_init()
/OK3568_Linux_fs/kernel/arch/s390/kvm/
H A Dpriv.c1141 static inline int __do_essa(struct kvm_vcpu *vcpu, const int orc) in __do_essa() argument
1160 nappended = pgste_perform_essa(vcpu->kvm->mm, hva, orc, &ptev, &pgstev); in __do_essa()
1162 res = orc ? 0x10 : 0; in __do_essa()
1192 if (orc) { in __do_essa()
1209 int i, orc; in handle_essa() local
1220 orc = (vcpu->arch.sie_block->ipb & 0xf0000000) >> 28; in handle_essa()
1222 if (orc > (test_kvm_facility(vcpu->kvm, 147) ? ESSA_SET_STABLE_NODAT in handle_essa()
1258 i = __do_essa(vcpu, orc); in handle_essa()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/evince/
H A Devince_42.2.bb14 orc \

123