Home
last modified time | relevance | path

Searched refs:lib_info (Results 1 – 25 of 259) sorted by relevance

1234567891011

/dports/net/rabbitmq/rabbitmq-server-3.9.11/
H A Ddist.bzl79 lib_info = plugin[ErlangLibInfo]
80 app_file = _app_file(lib_info)
86 lib_name = lib_info.lib_name,
93 lib_name = lib_info.lib_name,
96 for f in lib_info.include:
105 inputs.extend(lib_info.include)
110 lib_name = lib_info.lib_name,
113 for f in lib_info.beam:
133 inputs.extend(lib_info.beam)
135 for f in lib_info.priv:
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/build-system/project_tree_builder/
H A Dmsvc_site.cpp251 SLibInfo lib_info; in IsProvided() local
253 res = IsLibOk(lib_info); in IsProvided()
512 SLibInfo lib_info; in SLibChoice() local
547 SLibInfo lib_info; in GetChoiceFor3PartyLib() local
586 SLibInfo lib_info; in GetLibChoiceIncludes() local
624 SLibInfo lib_info; in GetLibInclude() local
626 if ( IsLibOk(lib_info, true) ) { in GetLibInclude()
632 if (!lib_info.IsEmpty()) { in GetLibInclude()
798 return lib_info.m_good; in IsLibOk()
859 if ( !lib_info.m_Files.empty()) { in IsLibOk()
[all …]
H A Dmsvc_project_context.cpp231 SLibInfo lib_info; in CMsvcPrjProjectContext() local
233 if (find( lib_info.m_Macro.begin(), lib_info.m_Macro.end(), lib_id) == in CMsvcPrjProjectContext()
423 SLibInfo lib_info; in AdditionalLinkerOptions() local
425 if ( site.IsLibOk(lib_info) && in AdditionalLinkerOptions()
428 copy(lib_info.m_Libs.begin(), lib_info.m_Libs.end(), in AdditionalLinkerOptions()
432 copy(lib_info.m_StdLibs.begin(), lib_info.m_StdLibs.end(), in AdditionalLinkerOptions()
436 if (!lib_info.IsEmpty() && !lib_info.m_Libs.empty()) { in AdditionalLinkerOptions()
537 SLibInfo lib_info; in AdditionalLibraryDirectories() local
654 SLibInfo lib_info; in IsConfigEnabled() local
657 if ( lib_info.IsEmpty() ) { in IsConfigEnabled()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/build-system/project_tree_builder/
H A Dmsvc_site.cpp251 SLibInfo lib_info; in IsProvided() local
253 res = IsLibOk(lib_info); in IsProvided()
512 SLibInfo lib_info; in SLibChoice() local
547 SLibInfo lib_info; in GetChoiceFor3PartyLib() local
586 SLibInfo lib_info; in GetLibChoiceIncludes() local
624 SLibInfo lib_info; in GetLibInclude() local
626 if ( IsLibOk(lib_info, true) ) { in GetLibInclude()
632 if (!lib_info.IsEmpty()) { in GetLibInclude()
798 return lib_info.m_good; in IsLibOk()
859 if ( !lib_info.m_Files.empty()) { in IsLibOk()
[all …]
H A Dmsvc_project_context.cpp231 SLibInfo lib_info; in CMsvcPrjProjectContext() local
233 if (find( lib_info.m_Macro.begin(), lib_info.m_Macro.end(), lib_id) == in CMsvcPrjProjectContext()
423 SLibInfo lib_info; in AdditionalLinkerOptions() local
425 if ( site.IsLibOk(lib_info) && in AdditionalLinkerOptions()
428 copy(lib_info.m_Libs.begin(), lib_info.m_Libs.end(), in AdditionalLinkerOptions()
432 copy(lib_info.m_StdLibs.begin(), lib_info.m_StdLibs.end(), in AdditionalLinkerOptions()
436 if (!lib_info.IsEmpty() && !lib_info.m_Libs.empty()) { in AdditionalLinkerOptions()
537 SLibInfo lib_info; in AdditionalLibraryDirectories() local
654 SLibInfo lib_info; in IsConfigEnabled() local
657 if ( lib_info.IsEmpty() ) { in IsConfigEnabled()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/linux/native/libsaproc/
H A Dlibproc_impl.h38 typedef struct lib_info { struct
43 struct lib_info* next; argument
44 } lib_info; typedef
98 lib_info* libs; // head of lib list
99 lib_info* lib_tail; // tail of lib list - to append at the end
115 lib_info* add_lib_info(struct ps_prochandle* ph, const char* libname, uintptr_t base);
118 lib_info* add_lib_info_fd(struct ps_prochandle* ph, const char* libname, int fd,
H A Dlibproc_impl.c124 lib_info* lib = ph->libs; in destroy_lib_info()
126 lib_info *next = lib->next; in destroy_lib_info()
156 lib_info* add_lib_info(struct ps_prochandle* ph, const char* libname, uintptr_t base) { in add_lib_info()
160 lib_info* add_lib_info_fd(struct ps_prochandle* ph, const char* libname, int fd, uintptr_t base) { in add_lib_info_fd()
161 lib_info* newlib; in add_lib_info_fd()
163 if ( (newlib = (lib_info*) calloc(1, sizeof(struct lib_info))) == NULL) { in add_lib_info_fd()
224 lib_info* lib = ph->libs; in lookup_symbol()
241 lib_info* lib = ph->libs; in symbol_for_pc()
323 lib_info* lib = ph->libs; in get_lib_name()
337 lib_info* lib = ph->libs; in get_lib_base()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/linux/native/libsaproc/
H A Dlibproc_impl.h38 typedef struct lib_info { struct
43 struct lib_info* next; argument
44 } lib_info; typedef
97 lib_info* libs; // head of lib list
98 lib_info* lib_tail; // tail of lib list - to append at the end
114 lib_info* add_lib_info(struct ps_prochandle* ph, const char* libname, uintptr_t base);
117 lib_info* add_lib_info_fd(struct ps_prochandle* ph, const char* libname, int fd,
H A Dlibproc_impl.c124 lib_info* lib = ph->libs; in destroy_lib_info()
126 lib_info *next = lib->next; in destroy_lib_info()
156 lib_info* add_lib_info(struct ps_prochandle* ph, const char* libname, uintptr_t base) { in add_lib_info()
160 lib_info* add_lib_info_fd(struct ps_prochandle* ph, const char* libname, int fd, uintptr_t base) { in add_lib_info_fd()
161 lib_info* newlib; in add_lib_info_fd()
163 if ( (newlib = (lib_info*) calloc(1, sizeof(struct lib_info))) == NULL) { in add_lib_info_fd()
224 lib_info* lib = ph->libs; in lookup_symbol()
241 lib_info* lib = ph->libs; in symbol_for_pc()
323 lib_info* lib = ph->libs; in get_lib_name()
337 lib_info* lib = ph->libs; in get_lib_base()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/linux/native/libsaproc/
H A Dlibproc_impl.h38 typedef struct lib_info { struct
43 struct lib_info* next; argument
44 } lib_info; typedef
98 lib_info* libs; // head of lib list
99 lib_info* lib_tail; // tail of lib list - to append at the end
115 lib_info* add_lib_info(struct ps_prochandle* ph, const char* libname, uintptr_t base);
118 lib_info* add_lib_info_fd(struct ps_prochandle* ph, const char* libname, int fd,
H A Dlibproc_impl.c124 lib_info* lib = ph->libs; in destroy_lib_info()
126 lib_info *next = lib->next; in destroy_lib_info()
156 lib_info* add_lib_info(struct ps_prochandle* ph, const char* libname, uintptr_t base) { in add_lib_info()
160 lib_info* add_lib_info_fd(struct ps_prochandle* ph, const char* libname, int fd, uintptr_t base) { in add_lib_info_fd()
161 lib_info* newlib; in add_lib_info_fd()
163 if ( (newlib = (lib_info*) calloc(1, sizeof(struct lib_info))) == NULL) { in add_lib_info_fd()
224 lib_info* lib = ph->libs; in lookup_symbol()
241 lib_info* lib = ph->libs; in symbol_for_pc()
323 lib_info* lib = ph->libs; in get_lib_name()
337 lib_info* lib = ph->libs; in get_lib_base()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.hotspot.agent/linux/native/libsaproc/
H A Dlibproc_impl.h38 typedef struct lib_info { struct
43 struct lib_info* next; argument
44 } lib_info; typedef
97 lib_info* libs; // head of lib list
98 lib_info* lib_tail; // tail of lib list - to append at the end
114 lib_info* add_lib_info(struct ps_prochandle* ph, const char* libname, uintptr_t base);
117 lib_info* add_lib_info_fd(struct ps_prochandle* ph, const char* libname, int fd,
H A Dlibproc_impl.c124 lib_info* lib = ph->libs; in destroy_lib_info()
126 lib_info *next = lib->next; in destroy_lib_info()
156 lib_info* add_lib_info(struct ps_prochandle* ph, const char* libname, uintptr_t base) { in add_lib_info()
160 lib_info* add_lib_info_fd(struct ps_prochandle* ph, const char* libname, int fd, uintptr_t base) { in add_lib_info_fd()
161 lib_info* newlib; in add_lib_info_fd()
163 if ( (newlib = (lib_info*) calloc(1, sizeof(struct lib_info))) == NULL) { in add_lib_info_fd()
224 lib_info* lib = ph->libs; in lookup_symbol()
241 lib_info* lib = ph->libs; in symbol_for_pc()
323 lib_info* lib = ph->libs; in get_lib_name()
337 lib_info* lib = ph->libs; in get_lib_base()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/dll/test/
H A Dempty_library_info_test.cpp23 boost::dll::library_info lib_info(shared_library_path); in main() local
24 std::vector<std::string> sec = lib_info.sections(); in main()
28 std::vector<std::string> symb = lib_info.symbols(); in main()
31 symb = lib_info.symbols("boostdll"); in main()
34 std::vector<std::string> empty = lib_info.symbols("empty"); in main()
37 BOOST_TEST(lib_info.symbols("section_that_does_not_exist").empty()); in main()
H A Dlibrary_info_test.cpp27 boost::dll::library_info lib_info(shared_library_path); in main() local
28 std::vector<std::string> sec = lib_info.sections(); in main()
34 std::vector<std::string> symb = lib_info.symbols(); in main()
39 symb = lib_info.symbols("boostdll"); in main()
45 BOOST_TEST(lib_info.symbols(std::string("boostdll")) == symb); in main()
47 std::vector<std::string> empty = lib_info.symbols("empty"); in main()
50 BOOST_TEST(lib_info.symbols("section_that_does_not_exist").empty()); in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/linux/native/libsaproc/
H A Dlibproc_impl.h46 typedef struct lib_info { struct
54 struct lib_info* next; argument
55 } lib_info; typedef
108 lib_info* libs; // head of lib list
109 lib_info* lib_tail; // tail of lib list - to append at the end
129 lib_info* add_lib_info(struct ps_prochandle* ph, const char* libname, uintptr_t base);
132 lib_info* add_lib_info_fd(struct ps_prochandle* ph, const char* libname, int fd,
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.hotspot.agent/linux/native/libsaproc/
H A Dlibproc_impl.h46 typedef struct lib_info { struct
54 struct lib_info* next; argument
55 } lib_info; typedef
109 lib_info* libs; // head of lib list
110 lib_info* lib_tail; // tail of lib list - to append at the end
130 lib_info* add_lib_info(struct ps_prochandle* ph, const char* libname, uintptr_t base);
133 lib_info* add_lib_info_fd(struct ps_prochandle* ph, const char* libname, int fd,
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.hotspot.agent/linux/native/libsaproc/
H A Dlibproc_impl.h46 typedef struct lib_info { struct
55 struct lib_info* next; argument
56 } lib_info; typedef
110 lib_info* libs; // head of lib list
111 lib_info* lib_tail; // tail of lib list - to append at the end
131 lib_info* add_lib_info(struct ps_prochandle* ph, const char* libname, uintptr_t base);
134 lib_info* add_lib_info_fd(struct ps_prochandle* ph, const char* libname, int fd,
H A Dlibproc_impl.c125 lib_info* lib = ph->libs; in destroy_lib_info()
127 lib_info *next = lib->next; in destroy_lib_info()
250 lib_info* newlib; in add_lib_info_fd()
252 if ( (newlib = (lib_info*) calloc(1, sizeof(struct lib_info))) == NULL) { in add_lib_info_fd()
321 lib_info* lib = ph->libs; in lookup_symbol()
338 lib_info* lib = ph->libs; in symbol_for_pc()
420 lib_info* lib = ph->libs; in get_lib_name()
434 lib_info* lib = ph->libs; in get_lib_base()
448 lib_info* lib = ph->libs; in get_lib_addr_range()
461 lib_info *p = ph->libs; in find_lib()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.hotspot.agent/linux/native/libsaproc/
H A Dlibproc_impl.h38 typedef struct lib_info { struct
43 struct lib_info* next; argument
44 } lib_info; typedef
98 lib_info* libs; // head of lib list
99 lib_info* lib_tail; // tail of lib list - to append at the end
120 lib_info* add_lib_info(struct ps_prochandle* ph, const char* libname, uintptr_t base);
123 lib_info* add_lib_info_fd(struct ps_prochandle* ph, const char* libname, int fd,
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/agent/src/os/linux/
H A Dlibproc_impl.h38 typedef struct lib_info { struct
43 struct lib_info* next; argument
44 } lib_info; typedef
98 lib_info* libs; // head of lib list
99 lib_info* lib_tail; // tail of lib list - to append at the end
120 lib_info* add_lib_info(struct ps_prochandle* ph, const char* libname, uintptr_t base);
123 lib_info* add_lib_info_fd(struct ps_prochandle* ph, const char* libname, int fd,
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/agent/src/os/linux/
H A Dlibproc_impl.h38 typedef struct lib_info { struct
43 struct lib_info* next; argument
44 } lib_info; typedef
98 lib_info* libs; // head of lib list
99 lib_info* lib_tail; // tail of lib list - to append at the end
120 lib_info* add_lib_info(struct ps_prochandle* ph, const char* libname, uintptr_t base);
123 lib_info* add_lib_info_fd(struct ps_prochandle* ph, const char* libname, int fd,
/dports/devel/boost-docs/boost_1_72_0/libs/dll/test/
H A Dlibrary_info_test.cpp27 boost::dll::library_info lib_info(shared_library_path); in main() local
28 std::vector<std::string> sec = lib_info.sections(); in main()
34 std::vector<std::string> symb = lib_info.symbols(); in main()
39 symb = lib_info.symbols("boostdll"); in main()
45 BOOST_TEST(lib_info.symbols(std::string("boostdll")) == symb); in main()
47 std::vector<std::string> empty = lib_info.symbols("empty"); in main()
50 BOOST_TEST(lib_info.symbols("section_that_does_not_exist").empty()); in main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/dll/test/
H A Dlibrary_info_test.cpp27 boost::dll::library_info lib_info(shared_library_path); in main() local
28 std::vector<std::string> sec = lib_info.sections(); in main()
34 std::vector<std::string> symb = lib_info.symbols(); in main()
39 symb = lib_info.symbols("boostdll"); in main()
45 BOOST_TEST(lib_info.symbols(std::string("boostdll")) == symb); in main()
47 std::vector<std::string> empty = lib_info.symbols("empty"); in main()
50 BOOST_TEST(lib_info.symbols("section_that_does_not_exist").empty()); in main()
/dports/devel/boost-libs/boost_1_72_0/libs/dll/test/
H A Dlibrary_info_test.cpp27 boost::dll::library_info lib_info(shared_library_path); in main() local
28 std::vector<std::string> sec = lib_info.sections(); in main()
34 std::vector<std::string> symb = lib_info.symbols(); in main()
39 symb = lib_info.symbols("boostdll"); in main()
45 BOOST_TEST(lib_info.symbols(std::string("boostdll")) == symb); in main()
47 std::vector<std::string> empty = lib_info.symbols("empty"); in main()
50 BOOST_TEST(lib_info.symbols("section_that_does_not_exist").empty()); in main()

1234567891011