Home
last modified time | relevance | path

Searched refs:so_path (Results 1 – 25 of 103) sorted by last modified time

12345

/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/lucet-module-wasmsbx/src/
H A Dsignature.rs24 so_path: P, in verify()
34 RawModuleAndData::from_file(&so_path).map_err(|e| IOError(e))?; in verify()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/lucet-runtime-internals-wasmsbx/src/
H A Dtest_helpers.rs17 pub fn load_test<P: AsRef<Path>>(so_path: P) -> Result<Arc<Self>, Error> { in load_test()
18 DlModule::load(guest_module_path(so_path)) in load_test()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/lucet-runtime-internals-wasmsbx/src/module/
H A Ddl.rs98 pub fn load<P: AsRef<Path>>(so_path: P) -> Result<Arc<Self>, Error> { in load()
99 Self::load_and_maybe_verify(so_path, |_module_data| Ok(())) in load()
105 pub fn load_and_verify<P: AsRef<Path>>(so_path: P, pk: PublicKey) -> Result<Arc<Self>, Error> { in load_and_verify()
106 Self::load_and_maybe_verify(so_path, |module_data| { in load_and_verify()
109 ModuleSignature::verify(so_path, &pk, &module_data) in load_and_verify()
114 so_path: P, in load_and_maybe_verify()
123 let lib = Library::new(so_path.as_ref().as_os_str()).map_err(Error::DlError)?; in load_and_maybe_verify()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/build/android/
H A Dresource_sizes.py97 def _RunReadelf(so_path, options, tool_prefix=''): argument
99 [tool_prefix + 'readelf'] + options + [so_path])
124 def _CreateSectionNameSizeMap(so_path, tool_prefix): argument
125 stdout = _RunReadelf(so_path, ['-S', '--wide'], tool_prefix)
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/build/android/gyp/
H A Dassert_static_initializers.py25 def _RunReadelf(so_path, options, tool_prefix=''): argument
27 [so_path])
30 def _ParseLibBuildId(so_path, tool_prefix): argument
32 stdout = _RunReadelf(so_path, ['-n'], tool_prefix)
43 def _GetStaticInitializers(so_path, tool_prefix): argument
45 [_DUMP_STATIC_INITIALIZERS_PATH, '-d', so_path, '-t', tool_prefix])
63 def _ReadInitArray(so_path, tool_prefix, expect_no_initializers): argument
64 stdout = _RunReadelf(so_path, ['-SW'], tool_prefix)
70 'Expected no initializers for %s, yet some were found' % so_path)
75 so_path, stdout))
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/lucet-module-wasmsbx/src/
H A Dsignature.rs24 so_path: P, in verify()
34 RawModuleAndData::from_file(&so_path).map_err(|e| IOError(e))?; in verify()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/lucet-runtime-internals-wasmsbx/src/module/
H A Ddl.rs98 pub fn load<P: AsRef<Path>>(so_path: P) -> Result<Arc<Self>, Error> { in load()
99 Self::load_and_maybe_verify(so_path, |_module_data| Ok(())) in load()
105 pub fn load_and_verify<P: AsRef<Path>>(so_path: P, pk: PublicKey) -> Result<Arc<Self>, Error> { in load_and_verify()
106 Self::load_and_maybe_verify(so_path, |module_data| { in load_and_verify()
109 ModuleSignature::verify(so_path, &pk, &module_data) in load_and_verify()
114 so_path: P, in load_and_maybe_verify()
123 let lib = Library::new(so_path.as_ref().as_os_str()).map_err(Error::DlError)?; in load_and_maybe_verify()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/lucet-runtime-internals-wasmsbx/src/
H A Dtest_helpers.rs17 pub fn load_test<P: AsRef<Path>>(so_path: P) -> Result<Arc<Self>, Error> { in load_test()
18 DlModule::load(guest_module_path(so_path)) in load_test()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/mroonga/vendor/groonga/lib/
H A Dplugin.c647 char so_path[PATH_MAX]; in grn_plugin_find_path_so() local
660 grn_strcpy(so_path, PATH_MAX, path); in grn_plugin_find_path_so()
661 grn_strcat(so_path, PATH_MAX, so_suffix); in grn_plugin_find_path_so()
662 return grn_plugin_find_path_raw(ctx, so_path); in grn_plugin_find_path_so()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/mroonga/vendor/groonga/lib/
H A Dplugin.c647 char so_path[PATH_MAX]; in grn_plugin_find_path_so() local
660 grn_strcpy(so_path, PATH_MAX, path); in grn_plugin_find_path_so()
661 grn_strcat(so_path, PATH_MAX, so_suffix); in grn_plugin_find_path_so()
662 return grn_plugin_find_path_raw(ctx, so_path); in grn_plugin_find_path_so()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/mroonga/vendor/groonga/lib/
H A Dplugin.c647 char so_path[PATH_MAX]; in grn_plugin_find_path_so() local
660 grn_strcpy(so_path, PATH_MAX, path); in grn_plugin_find_path_so()
661 grn_strcat(so_path, PATH_MAX, so_suffix); in grn_plugin_find_path_so()
662 return grn_plugin_find_path_raw(ctx, so_path); in grn_plugin_find_path_so()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/mroonga/vendor/groonga/lib/
H A Dplugin.c647 char so_path[PATH_MAX]; in grn_plugin_find_path_so() local
660 grn_strcpy(so_path, PATH_MAX, path); in grn_plugin_find_path_so()
661 grn_strcat(so_path, PATH_MAX, so_suffix); in grn_plugin_find_path_so()
662 return grn_plugin_find_path_raw(ctx, so_path); in grn_plugin_find_path_so()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/mroonga/vendor/groonga/lib/
H A Dplugin.c647 char so_path[PATH_MAX]; in grn_plugin_find_path_so() local
660 grn_strcpy(so_path, PATH_MAX, path); in grn_plugin_find_path_so()
661 grn_strcat(so_path, PATH_MAX, so_suffix); in grn_plugin_find_path_so()
662 return grn_plugin_find_path_raw(ctx, so_path); in grn_plugin_find_path_so()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/mroonga/vendor/groonga/lib/
H A Dplugin.c647 char so_path[PATH_MAX]; in grn_plugin_find_path_so() local
660 grn_strcpy(so_path, PATH_MAX, path); in grn_plugin_find_path_so()
661 grn_strcat(so_path, PATH_MAX, so_suffix); in grn_plugin_find_path_so()
662 return grn_plugin_find_path_raw(ctx, so_path); in grn_plugin_find_path_so()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp3095 const char *so_path = sym[sym_idx - 1] in ParseSymtab() local
3099 if (so_path && so_path[0]) { in ParseSymtab()
3100 std::string full_so_path(so_path); in ParseSymtab()
3111 FileSpec so_dir(so_path); in ParseSymtab()
4010 const char *so_path = in ParseSymtab() local
4012 if (so_path && so_path[0]) { in ParseSymtab()
4013 std::string full_so_path(so_path); in ParseSymtab()
4021 FileSpec so_dir(so_path); in ParseSymtab()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/test/API/functionalities/postmortem/minidump-new/
H A DTestMiniDumpUUID.py156 self.yaml2obj("libuuidmatch.yaml", so_path)
161 self.verify_module(modules[0], so_path,
177 self.yaml2obj("libuuidmismatch.yaml", so_path)
198 self.yaml2obj("libbreakpad.yaml", so_path)
216 so_path = os.path.join(so_dir, "libbreakpad.so")
218 self.yaml2obj("libbreakpad.yaml", so_path)
243 self.yaml2obj("libbreakpad.yaml", so_path)
280 self.yaml2obj("libbreakpad.yaml", so_path)
301 self.yaml2obj("libbreakpad.yaml", so_path)
390 self.yaml2obj("libuuidmatch.yaml", so_path)
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp3095 const char *so_path = sym[sym_idx - 1] in ParseSymtab() local
3099 if (so_path && so_path[0]) { in ParseSymtab()
3100 std::string full_so_path(so_path); in ParseSymtab()
3111 FileSpec so_dir(so_path); in ParseSymtab()
4010 const char *so_path = in ParseSymtab() local
4012 if (so_path && so_path[0]) { in ParseSymtab()
4013 std::string full_so_path(so_path); in ParseSymtab()
4021 FileSpec so_dir(so_path); in ParseSymtab()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/test/API/functionalities/postmortem/minidump-new/
H A DTestMiniDumpUUID.py156 self.yaml2obj("libuuidmatch.yaml", so_path)
161 self.verify_module(modules[0], so_path,
177 self.yaml2obj("libuuidmismatch.yaml", so_path)
198 self.yaml2obj("libbreakpad.yaml", so_path)
216 so_path = os.path.join(so_dir, "libbreakpad.so")
218 self.yaml2obj("libbreakpad.yaml", so_path)
243 self.yaml2obj("libbreakpad.yaml", so_path)
280 self.yaml2obj("libbreakpad.yaml", so_path)
301 self.yaml2obj("libbreakpad.yaml", so_path)
390 self.yaml2obj("libuuidmatch.yaml", so_path)
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp3095 const char *so_path = sym[sym_idx - 1] in ParseSymtab() local
3099 if (so_path && so_path[0]) { in ParseSymtab()
3100 std::string full_so_path(so_path); in ParseSymtab()
3111 FileSpec so_dir(so_path); in ParseSymtab()
4010 const char *so_path = in ParseSymtab() local
4012 if (so_path && so_path[0]) { in ParseSymtab()
4013 std::string full_so_path(so_path); in ParseSymtab()
4021 FileSpec so_dir(so_path); in ParseSymtab()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/test/API/functionalities/postmortem/minidump-new/
H A DTestMiniDumpUUID.py156 self.yaml2obj("libuuidmatch.yaml", so_path)
161 self.verify_module(modules[0], so_path,
177 self.yaml2obj("libuuidmismatch.yaml", so_path)
198 self.yaml2obj("libbreakpad.yaml", so_path)
216 so_path = os.path.join(so_dir, "libbreakpad.so")
218 self.yaml2obj("libbreakpad.yaml", so_path)
243 self.yaml2obj("libbreakpad.yaml", so_path)
280 self.yaml2obj("libbreakpad.yaml", so_path)
301 self.yaml2obj("libbreakpad.yaml", so_path)
390 self.yaml2obj("libuuidmatch.yaml", so_path)
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/std/zig/system/
H A DNativeTargetInfo.zig411 fn glibcVerFromSO(so_path: [:0]const u8) !std.builtin.Version {
413 const link_name = std.os.readlinkZ(so_path.ptr, &link_buf) catch |err| switch (err) {
/dports/lang/zig/zig-0.9.0/lib/std/zig/system/
H A DNativeTargetInfo.zig411 fn glibcVerFromSO(so_path: [:0]const u8) !std.builtin.Version {
413 const link_name = std.os.readlinkZ(so_path.ptr, &link_buf) catch |err| switch (err) {
/dports/emulators/qemu/qemu-6.2.0/tests/docker/
H A Ddocker.py157 so_path = os.path.dirname(l)
160 _copy_with_mkdir(real_l, dest_dir, so_path, name)
578 so_path = os.path.dirname(l)
582 tmp_tar.add(real_l, arcname="%s/%s" % (so_path, name))
584 print("Couldn't add %s/%s to archive" % (so_path, name))
/dports/dns/knot-resolver/knot-resolver-5.4.3/modules/policy/lua-aho-corasick/
H A Dload_ac.lua28 local so_path = string_match(k, "(.*/)")
29 if so_path then
31 so_path = so_path .. so_name
35 local f = io.open(so_path)
38 return so_path
48 local so_path = find_shared_obj(package.cpath, "libac.so")
49 if so_path ~= nil then
50 ac_lib = ffi.load(so_path)
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/test/API/functionalities/postmortem/minidump-new/
H A DTestMiniDumpUUID.py156 self.yaml2obj("libuuidmatch.yaml", so_path)
161 self.verify_module(modules[0], so_path,
177 self.yaml2obj("libuuidmismatch.yaml", so_path)
198 self.yaml2obj("libbreakpad.yaml", so_path)
216 so_path = os.path.join(so_dir, "libbreakpad.so")
218 self.yaml2obj("libbreakpad.yaml", so_path)
243 self.yaml2obj("libbreakpad.yaml", so_path)
280 self.yaml2obj("libbreakpad.yaml", so_path)
301 self.yaml2obj("libbreakpad.yaml", so_path)
390 self.yaml2obj("libuuidmatch.yaml", so_path)
[all …]

12345