/openbmc/linux/arch/sh/boards/mach-kfr2r09/ |
H A D | lcd_wqvga.c | 60 struct sh_mobile_lcdc_sys_bus_ops *so) in read_reg() argument 62 return so->read_data(sohandle); in read_reg() 66 struct sh_mobile_lcdc_sys_bus_ops *so, in write_reg() argument 70 so->write_data(sohandle, v); /* PTH4/LCDRS High [param, 17:0] */ in write_reg() 72 so->write_index(sohandle, v); /* PTH4/LCDRS Low [cmd, 7:0] */ in write_reg() 76 struct sh_mobile_lcdc_sys_bus_ops *so, in write_data() argument 82 write_reg(sohandle, so, 1, data[i]); in write_data() 86 struct sh_mobile_lcdc_sys_bus_ops *so) in read_device_code() argument 91 write_reg(sohandle, so, 0, 0xb0); in read_device_code() 92 write_reg(sohandle, so, 1, 0x00); in read_device_code() [all …]
|
/openbmc/linux/net/can/ |
H A D | isotp.c | 180 static u32 isotp_bc_flags(struct isotp_sock *so) in isotp_bc_flags() argument 182 return so->opt.flags & ISOTP_ALL_BC_FLAGS; in isotp_bc_flags() 185 static bool isotp_register_rxid(struct isotp_sock *so) in isotp_register_rxid() argument 188 return (isotp_bc_flags(so) == 0); in isotp_register_rxid() 193 struct isotp_sock *so = container_of(hrtimer, struct isotp_sock, in isotp_rx_timer_handler() local 195 struct sock *sk = &so->sk; in isotp_rx_timer_handler() 197 if (so->rx.state == ISOTP_WAIT_DATA) { in isotp_rx_timer_handler() 206 so->rx.state = ISOTP_IDLE; in isotp_rx_timer_handler() 217 struct isotp_sock *so = isotp_sk(sk); in isotp_send_fc() local 220 nskb = alloc_skb(so->ll.mtu + sizeof(struct can_skb_priv), gfp_any()); in isotp_send_fc() [all …]
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_renderstate.c | 40 * right after the commands taking care of alignment so we should sufficient 50 static int render_state_setup(struct intel_renderstate *so, in render_state_setup() argument 53 const struct intel_renderstate_rodata *rodata = so->rodata; in render_state_setup() 58 d = i915_gem_object_pin_map(so->vma->obj, I915_MAP_WB); in render_state_setup() 66 u64 r = s + i915_vma_offset(so->vma); in render_state_setup() 89 so->batch_offset = i915_ggtt_offset(so->vma); in render_state_setup() 90 so->batch_size = rodata->batch_items * sizeof(u32); in render_state_setup() 95 so->aux_offset = i * sizeof(u32); in render_state_setup() 125 so->aux_size = i * sizeof(u32) - so->aux_offset; in render_state_setup() 126 so->aux_offset += so->batch_offset; in render_state_setup() [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
H A D | 0007-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch | 46 -#define GLIBC_DYNAMIC_LINKER "/lib/ld-linux-aarch64%{mbig-endian:_be}%{mabi=ilp32:_ilp32}.so.1" 47 … GLIBC_DYNAMIC_LINKER SYSTEMLIBS_DIR "ld-linux-aarch64%{mbig-endian:_be}%{mabi=ilp32:_ilp32}.so.1" 50 -#define MUSL_DYNAMIC_LINKER "/lib/ld-musl-aarch64%{mbig-endian:_be}%{mabi=ilp32:_ilp32}.so.1" 51 …ne MUSL_DYNAMIC_LINKER SYSTEMLIBS_DIR "ld-musl-aarch64%{mbig-endian:_be}%{mabi=ilp32:_ilp32}.so.1" 63 -#define GLIBC_DYNAMIC_LINKER "/lib/ld-linux.so.2" 64 -#define UCLIBC_DYNAMIC_LINKER "/lib/ld-uClibc.so.0" 65 +#define GLIBC_DYNAMIC_LINKER SYSTEMLIBS_DIR "ld-linux.so.2" 66 +#define UCLIBC_DYNAMIC_LINKER SYSTEMLIBS_DIR "ld-uClibc.so.0" 78 -#define GLIBC_DYNAMIC_LINKER_SOFT_FLOAT "/lib/ld-linux.so.3" 79 -#define GLIBC_DYNAMIC_LINKER_HARD_FLOAT "/lib/ld-linux-armhf.so.3" [all …]
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/cdparanoia/files/ |
H A D | 0003-Fix-missing-shared-object-LDFLAGS.patch | 21 libcdda_interface.so: $(OFILES) 22 - $(CC) -fpic -shared -o libcdda_interface.so.0.$(VERSION) -Wl,-soname -Wl,libcdda_interface.so.0 $… 23 + $(CC) -fpic -shared -o libcdda_interface.so.0.$(VERSION) -Wl,-soname -Wl,libcdda_interface.so.0 $… 24 [ -e libcdda_interface.so.0 ] || ln -s libcdda_interface.so.0.$(VERSION) libcdda_interface.so.0 25 [ -e libcdda_interface.so ] || ln -s libcdda_interface.so.0.$(VERSION) libcdda_interface.so 34 libcdda_paranoia.so: $(OFILES) 35 - $(CC) -fpic -shared -o libcdda_paranoia.so.0.$(VERSION) -Wl,-soname -Wl,libcdda_paranoia.so.0 $(O… 36 + $(CC) -fpic -shared -o libcdda_paranoia.so.0.$(VERSION) -Wl,-soname -Wl,libcdda_paranoia.so.0 $(L… 37 [ -e libcdda_paranoia.so.0 ] || ln -s libcdda_paranoia.so.0.$(VERSION) libcdda_paranoia.so.0 38 [ -e libcdda_paranoia.so ] || ln -s libcdda_paranoia.so.0.$(VERSION) libcdda_paranoia.so
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/ |
H A D | 0005-Fix-pyext_PATTERN-for-cross-compilation.patch | 8 pyext_PATTERN ='%s.cpython-310-x86_64-linux-gnu.so' 13 /usr/lib/libsamba-policy.cpython-310-x86-64-linux-gnu.so 14 /usr/lib/samba/libsamba-python.cpython-310-x86-64-linux-gnu-samba4.so 15 /usr/lib/samba/libsamba-net.cpython-310-x86-64-linux-gnu-samba4.so 16 /usr/lib/libsamba-policy.cpython-310-x86-64-linux-gnu.so.0 17 /usr/lib/libsamba-policy.cpython-310-x86-64-linux-gnu.so.0.0.1 18 /usr/lib/python3.10/site-packages/samba/dsdb_dns.cpython-310-x86_64-linux-gnu.so 19 /usr/lib/python3.10/site-packages/samba/dsdb.cpython-310-x86_64-linux-gnu.so 20 /usr/lib/python3.10/site-packages/samba/xattr_tdb.cpython-310-x86_64-linux-gnu.so 21 /usr/lib/python3.10/site-packages/samba/_ldb.cpython-310-x86_64-linux-gnu.so [all …]
|
/openbmc/linux/drivers/hwmon/pmbus/ |
H A D | Kconfig | 12 This driver can also be built as a module. If so, the module will 27 This driver can also be built as a module. If so, the module will 36 This driver can also be built as a module. If so, the module will 47 This driver can also be built as a module. If so, the module will 57 This driver can also be built as a module. If so, the module will 66 This driver can also be built as a module. If so, the module will 75 This driver can also be built as a module. If so, the module will 84 This driver can also be built as a module. If so, the module will 94 This driver can also be built as a module. If so, the module 104 This driver can also be built as a module. If so, the module will [all …]
|
/openbmc/linux/drivers/hwmon/ |
H A D | Kconfig | 23 This support can also be built as a module. If so, the module 53 This driver can also be built as a module. If so, the module 67 This driver can also be built as a module. If so, the module 85 This driver can also be built as a module. If so, the module 95 This driver can also be built as a module. If so, the module 105 This driver can also be built as a module. If so, the module 117 This driver can also be built as a module. If so, the module 128 This driver can also be built as a module. If so, the module 139 This driver can also be built as a module. If so, the module 150 This driver can also be built as a module. If so, the module [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/geany/ |
H A D | geany-plugins_1.38.bb | 49 FILES:${PN}-addons = "${libdir}/geany/addons.so" 53 FILES:${PN}-autoclose = "${libdir}/geany/autoclose.so" 57 FILES:${PN}-automark = "${libdir}/geany/automark.so" 61 FILES:${PN}-codenav = "${libdir}/geany/codenav.so" 66 FILES:${PN}-commander = "${libdir}/geany/commander.so" 72 #FILES:${PN}-debugger = "${libdir}/geany/debugger.so ${datadir}/${PN}/debugger" 76 FILES:${PN}-defineformat = "${libdir}/geany/defineformat.so" 83 #FILES:${PN}-devhelp = "${libdir}/geany/devhelp.so" 87 FILES:${PN}-geanyctags = "${libdir}/geany/geanyctags.so" 92 FILES:${PN}-geanydoc = "${libdir}/geany/geanydoc.so" [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtalloc/libtalloc/ |
H A D | 0002-Fix-pyext_PATTERN-for-cross-compilation.patch | 8 pyext_PATTERN ='%s.cpython-310-x86_64-linux-gnu.so' 14 /usr/lib/libpytalloc-util.cpython-310-x86-64-linux-gnu.so.2.3.3 15 /usr/lib/libtalloc.so.2 16 /usr/lib/libpytalloc-util.cpython-310-x86-64-linux-gnu.so.2 17 /usr/lib/libpytalloc-util.cpython-310-x86-64-linux-gnu.so 18 /usr/lib/libtalloc.so 19 /usr/lib/libtalloc.so.2.3.3 20 /usr/lib/python3.10/site-packages/talloc.cpython-310-x86_64-linux-gnu.so 22 Set pyext_PATTERN to '%s.so' to remove the suffix. 27 /usr/lib/libpytalloc-util.so.2.3.3 [all …]
|
/openbmc/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_streamoutput.c | 12 * permit persons to whom the Software is furnished to do so, subject to 92 struct vmw_dx_streamoutput *so = vmw_res_to_dx_streamoutput(res); in vmw_dx_streamoutput_unscrub() local 99 if (!list_empty(&so->cotable_head) || !so->committed ) in vmw_dx_streamoutput_unscrub() 102 cmd = VMW_CMD_CTX_RESERVE(dev_priv, sizeof(*cmd), so->ctx->id); in vmw_dx_streamoutput_unscrub() 108 cmd->body.soid = so->id; in vmw_dx_streamoutput_unscrub() 111 cmd->body.sizeInBytes = so->size; in vmw_dx_streamoutput_unscrub() 114 vmw_cotable_add_resource(so->cotable, &so->cotable_head); in vmw_dx_streamoutput_unscrub() 122 struct vmw_dx_streamoutput *so = vmw_res_to_dx_streamoutput(res); in vmw_dx_streamoutput_create() local 125 WARN_ON_ONCE(!so->committed); in vmw_dx_streamoutput_create() 133 res->id = so->id; in vmw_dx_streamoutput_create() [all …]
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | prebuilt-libraries.rst | 17 #. The filename must have the version appended, for example: ``libfoo.so.1.2.3``. 19 of the library, for example: ``libfoo.so.1``. You can check this by 33 │ └── libft4222.so.1.4.4.44 35 │ └── libft4222.so.1.4.4.44 37 │ └── libft4222.so.1.4.4.44 39 │ └── libft4222.so.1.4.4.44 41 │ └── libft4222.so.1.4.4.44 43 │ └── libft4222.so.1.4.4.44 45 │ └── libft4222.so.1.4.4.44 47 │ └── libft4222.so.1.4.4.44 [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libldb/libldb/ |
H A D | 0003-Fix-pyext_PATTERN-for-cross-compilation.patch | 8 pyext_PATTERN ='%s.cpython-310-x86_64-linux-gnu.so' 14 /usr/lib/libpyldb-util.cpython-310-x86-64-linux-gnu.so.2.3.2 15 /usr/lib/libldb.so.2.3.2 16 /usr/lib/libpyldb-util.cpython-310-x86-64-linux-gnu.so.2 17 /usr/lib/libldb.so 18 /usr/lib/libldb.so.2 20 /usr/lib/python3.10/site-packages/ldb.cpython-310-x86_64-linux-gnu.so 21 /usr/lib/libpyldb-util.cpython-310-x86-64-linux-gnu.so 23 Set pyext_PATTERN to '%s.so' to remove the suffix. 28 /usr/lib/libpyldb-util.so.2.3.2 [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/suitesparse/ |
H A D | suitesparse_5.10.1.bb | 44 for file in ${D}${libdir}/*.so.*; do 52 ${libdir}/libmongoose.so.* \ 53 ${libdir}/libgraphblas.so.* \ 54 ${libdir}/libmetis.so.* \ 55 ${libdir}/libsuitesparseconfig.so.* \ 56 ${libdir}/libamd.so.* \ 57 ${libdir}/libbtf.so.* \ 58 ${libdir}/libcamd.so.* \ 59 ${libdir}/libccolamd.so.* \ 60 ${libdir}/libcolamd.so.* \ [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/postgresql/ |
H A D | postgresql.inc | 34 LEAD_SONAME = "libpq.so" 164 # workaround perl package's libperl.so problem 165 # we are using perlnative so this perl should have same version 168 if [ ! -h "${STAGING_LIBDIR}/perl/$perl_version/CORE/libperl.so" -a \ 169 ! -h "${STAGING_LIBDIR}/libperl.so" ]; then 170 ln -sf ../../../libperl.so.5 \ 171 ${STAGING_LIBDIR}/perl/$perl_version/CORE/libperl.so 272 ${libdir}/${BPN}/dict_snowball.so ${libdir}/${BPN}/plpgsql.so \ 273 ${libdir}/${BPN}/euc2004_sjis2004.so \ 274 ${libdir}/${BPN}/libpqwalreceiver.so \ [all …]
|
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-xserver/ |
H A D | xserver-xorg.inc | 8 # so we have a virtual to represent that: 28 connection to the X server is lost, so a typical desktop session is either \ 45 # 32.0k libdri.so 46 # 91.0k libexa.so 47 # 336.0k libglx.so 48 # 1360k libint10.so 49 # 180.0k libwfb.so 50 # 320.0k libxaa.so 51 # 124.0k libxf1bpp.so 52 # 84.0k libxf4bpp.so [all …]
|
/openbmc/linux/drivers/rtc/ |
H A D | Kconfig | 44 This clock should be battery-backed, so that it reads the correct 128 You may want to set up a symbolic link so one of these 158 This driver can also be built as a module. If so, the module 172 This driver can also be built as a module. If so, the module 182 This driver can also be built as a module. If so, the module 192 This driver can also be built as a module. If so, the module 202 This driver can also be built as a module. If so, the module 213 This driver can also be built as a module. If so, the module 223 This driver can also be built as a module. If so, the module 234 This driver can also be built as a module. If so, the module will [all …]
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/ |
H A D | glibc-package.inc | 5 # The ld.so in this glibc supports the GNU_HASH 17 …so.* ${base_libdir}/libc-*.so ${base_libdir}/libm*.so.* ${base_libdir}/libm-*.so ${base_libdir}/li… 20 # /lib/ld-linux-aarch64{,_be}.so.1. With usrmerge, that may mean that 22 ARCH_DYNAMIC_LOADER:aarch64 = "ld-linux-${TARGET_ARCH}.so.1" 26 INSANE_SKIP:${MLPREFIX}ldso:append = " dev-so libdir" 28 FILES:${PN} = "${libc_baselibs} ${libexecdir}/* ${sysconfdir}/ld.so.conf" 29 CONFFILES:${PN} = "${sysconfdir}/ld.so.conf" 33 FILES:ldso = "${bindir}/${MLPREFIX}ld.so" 34 FILES:libmemusage = "${base_libdir}/libmemusage.so" 35 FILES:malloc-debug = "${base_libdir}/libc_malloc_debug.so.0" [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/files/ |
H A D | 0001-use-library-sonames-for-linking.patch | 7 sonames (e.g. libGL.so.1) instead of library names (e.g. libGL.so). This 28 -#define DEQP_GLES2_LIBRARY_PATH "libGLESv2.so" 29 +#define DEQP_GLES2_LIBRARY_PATH "libGLESv2.so.2" 37 -#define DEQP_OPENGL_LIBRARY_PATH "libGL.so" 38 +#define DEQP_OPENGL_LIBRARY_PATH "libGL.so.1" 48 - return "libEGL.so"; 49 + return "libEGL.so.1"; 59 - NativeDisplay(void) : eglu::NativeDisplay(DISPLAY_CAPABILITIES), m_library("libEGL.so") 60 + NativeDisplay(void) : eglu::NativeDisplay(DISPLAY_CAPABILITIES), m_library("libEGL.so.1") 68 - : m_library(libraryPath != DE_NULL ? libraryPath : "libvulkan.so") [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/oelib/ |
H A D | buildhistory.py | 127 '/lib/libcap.so.2 changed symlink target from libcap.so.2.33 to libcap.so.2.34', 128 '/lib/libcap.so.2.33 moved to /lib/libcap.so.2.34', 132 …'/usr/lib/libbtrfsutil.so changed symlink target from libbtrfsutil.so.1.1.1 to libbtrfsutil.so.1.2… 133 …'/usr/lib/libbtrfsutil.so.1 changed symlink target from libbtrfsutil.so.1.1.1 to libbtrfsutil.so.1… 134 '/usr/lib/libbtrfsutil.so.1.1.1 moved to /usr/lib/libbtrfsutil.so.1.2.0', 135 '/usr/lib/libkmod.so changed symlink target from libkmod.so.2.3.4 to libkmod.so.2.3.5', 136 … '/usr/lib/libkmod.so.2 changed symlink target from libkmod.so.2.3.4 to libkmod.so.2.3.5', 137 '/usr/lib/libkmod.so.2.3.4 moved to /usr/lib/libkmod.so.2.3.5', 138 …'/usr/lib/libpixman-1.so.0 changed symlink target from libpixman-1.so.0.38.4 to libpixman-1.so.0.4… 139 '/usr/lib/libpixman-1.so.0.38.4 moved to /usr/lib/libpixman-1.so.0.40.0',
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/opencl/ |
H A D | opencl-icd-loader_2024.05.08.bb | 28 install -m 0644 ${B}/libIcdLog.so ${D}${libdir}/ 29 install -m 0644 ${B}/libOpenCLDriverStub.so ${D}${libdir}/ 30 chrpath -d ${D}${libdir}/libOpenCLDriverStub.so 31 install -m 0644 ${B}/libOpenCL.so.1.2 ${D}${libdir}/ 33 ln -s libOpenCL.so.1.2 libOpenCL.so.1 34 ln -s libOpenCL.so.1 libOpenCL.so 43 ${libdir}/libOpenCLDriverStub.so \ 44 ${libdir}/libOpenCL.so.1.2 \ 45 ${libdir}/libOpenCL.so.1 \ 48 ${libdir}/libOpenCL.so \ [all …]
|
/openbmc/openbmc-tools/witherspoon-debug/ |
H A D | debug | 18 scp "${DEBUGTOOLS_PATH}" libncurses.so.5.9 libncursesw.so.5.9 "${TARGET}":/tmp/ 26 rm -f /tmp/libncurses.so.5.9 /tmp/libncursesw.so.5.9 78 if [ -f /tmp/libncurses.so.5.9 -o -f /tmp/libncursesw.so.5.9 ] 80 cp /tmp/libncurses.so.5.9 /tmp/libncursesw.so.5.9 . 81 ln -sf libncurses.so.5.9 libncurses.so.5 82 ln -sf libncurses.so.5.9 libncurses.so 83 ln -sf libncursesw.so.5.9 libncursesw.so.5 84 ln -sf libncursesw.so.5.9 libncursesw.so
|
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-ust/ |
H A D | 0001-Fix-Build-examples-when-rpath-is-stripped-from-in-bu.patch | 20 /usr/bin/ld: warning: liblttng-ust-common.so.1, needed by ../../../src/lib/lttng-ust/.libs/liblttng… 21 …sr/bin/ld: warning: liblttng-ust-tracepoint.so.1, needed by ../../../src/lib/lttng-ust/.libs/liblt… 22 /usr/bin/ld: ../../../src/lib/lttng-ust/.libs/liblttng-ust.so: undefined reference to `lttng_ust_ad… 23 /usr/bin/ld: ../../../src/lib/lttng-ust/.libs/liblttng-ust.so: undefined reference to `lttng_ust_ur… 24 /usr/bin/ld: ../../../src/lib/lttng-ust/.libs/liblttng-ust.so: undefined reference to `lttng_ust_co… 25 /usr/bin/ld: ../../../src/lib/lttng-ust/.libs/liblttng-ust.so: undefined reference to `lttng_ust_tp… 26 /usr/bin/ld: ../../../src/lib/lttng-ust/.libs/liblttng-ust.so: undefined reference to `lttng_ust_tp… 27 /usr/bin/ld: ../../../src/lib/lttng-ust/.libs/liblttng-ust.so: undefined reference to `lttng_ust_ca… 28 /usr/bin/ld: ../../../src/lib/lttng-ust/.libs/liblttng-ust.so: undefined reference to `lttng_ust_ur… 29 /usr/bin/ld: ../../../src/lib/lttng-ust/.libs/liblttng-ust.so: undefined reference to `lttng_ust_ur… [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/ |
H A D | elfutils_0.192.bb | 35 # Only used at runtime for make check but we want deterministic makefiles for ptest so hardcode 86 cp ${D}${libdir}/libelf-${PV}.so ${D}${PTEST_PATH}/libelf/libelf.so 87 cp ${D}${libdir}/libdw-${PV}.so ${D}${PTEST_PATH}/libdw/libdw.so 88 cp ${D}${libdir}/libasm-${PV}.so ${D}${PTEST_PATH}/libasm/libasm.so 135 FILES:libelf = "${libdir}/libelf-${PV}.so ${libdir}/libelf.so.*" 136 FILES:libasm = "${libdir}/libasm-${PV}.so ${libdir}/libasm.so.*" 137 FILES:libdw = "${libdir}/libdw-${PV}.so ${libdir}/libdw.so.* ${libdir}/elfutils/lib*" 138 FILES:libdebuginfod = "${libdir}/libdebuginfod-${PV}.so ${libdir}/libdebuginfod.so.*" 139 # Some packages have the version preceeding the .so instead properly 140 # versioned .so.<version>, so we need to reorder and repackage. [all …]
|
/openbmc/linux/arch/csky/kernel/vdso/ |
H A D | Makefile | 20 targets := $(obj-vdso) vdso.so vdso.so.dbg vdso.lds vdso-dummy.o 31 $(obj)/vdso.o: $(obj)/vdso.so 33 SYSCFLAGS_vdso.so.dbg = $(c_flags) 34 $(obj)/vdso.so.dbg: $(src)/vdso.lds $(obj-vdso) FORCE 36 SYSCFLAGS_vdso.so.dbg = -shared -s -Wl,-soname=linux-vdso.so.1 \ 39 $(obj)/vdso-syms.S: $(obj)/vdso.so FORCE 42 # strip rule for the .so file 43 $(obj)/%.so: OBJCOPYFLAGS := -S 44 $(obj)/%.so: $(obj)/%.so.dbg FORCE 66 vdso.so: $(obj)/vdso.so.dbg [all …]
|