Home
last modified time | relevance | path

Searched defs:lib (Results 1 – 25 of 114) sorted by relevance

12345

/external/ltrace/
Dlibrary.c36 os_library_init(struct library *lib) in os_library_init()
42 os_library_destroy(struct library *lib) in os_library_destroy()
47 os_library_clone(struct library *retp, struct library *lib) in os_library_clone()
55 arch_library_init(struct library *lib) in arch_library_init()
61 arch_library_destroy(struct library *lib) in arch_library_destroy()
66 arch_library_clone(struct library *retp, struct library *lib) in arch_library_clone()
278 private_library_init(struct library *lib, enum library_type type) in private_library_init()
300 library_init(struct library *lib, enum library_type type) in library_init()
328 library_clone(struct library *retp, struct library *lib) in library_clone()
398 library_destroy(struct library *lib) in library_destroy()
[all …]
Dfilter.c128 matcher_matches_library(struct filter_lib_matcher *matcher, struct library *lib) in matcher_matches_library()
145 filter_matches_library(struct filter *filt, struct library *lib) in filter_matches_library()
166 const char *sym_name, struct library *lib) in filter_matches_symbol()
Dproc.c272 struct library *lib; in private_process_destroy() local
377 struct library *lib; in process_clone() local
518 is_main(struct process *proc, struct library *lib, void *data) in is_main()
869 activate_latent_in(struct process *proc, struct library *lib, void *data) in activate_latent_in()
886 proc_add_library(struct process *proc, struct library *lib) in proc_add_library()
968 proc_remove_library(struct process *proc, struct library *lib) in proc_remove_library()
982 struct library *lib, void *data), in proc_each_library()
1087 struct library *lib = sym->lib; in proc_find_symbol() local
1114 struct library *lib; in proc_each_symbol() local
Dltrace-elf.c57 arch_elf_init(struct ltelf *lte, struct library *lib) in arch_elf_init()
794 struct library_symbol **libsymp, struct library *lib) in filter_symbol_chain()
812 struct ltelf *lte, struct library *lib) in populate_plt()
902 struct ltelf *lte, struct library *lib, in populate_this_symtab()
1106 struct ltelf *lte, struct library *lib, in populate_symtab()
1130 read_module(struct library *lib, struct process *proc, in read_module()
1268 ltelf_read_library(struct library *lib, struct process *proc, in ltelf_read_library()
1278 struct library *lib = malloc(sizeof(*lib)); in ltelf_read_main_binary() local
/external/ltrace/sysdeps/linux-gnu/arm/
Dplt.c42 arch_elf_init(struct ltelf *lte, struct library *lib) in arch_elf_init()
238 arch_library_init(struct library *lib) in arch_library_init()
244 arch_library_destroy(struct library *lib) in arch_library_destroy()
249 arch_library_clone(struct library *retp, struct library *lib) in arch_library_clone()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_libignore.cc31 Lib *lib = &libs_[count_++]; in AddIgnoredLibrary() local
45 Lib *lib = &libs_[i]; in OnLibraryLoaded() local
56 Lib *lib = &libs_[i]; in OnLibraryLoaded() local
/external/icu/icu4c/source/common/
Dicuplug.cpp53 void *lib; /**< plugin library, or NULL */ member
109 void *lib; /**< library ptr */ member
135 static int32_t searchForLibrary(void *lib) { in searchForLibrary()
147 uplug_findLibrary(void *lib, UErrorCode *status) { in uplug_findLibrary()
165 void *lib = NULL; in uplug_openLibrary() local
211 uplug_closeLibrary(void *lib, UErrorCode *status) { in uplug_closeLibrary()
361 static UPlugData *uplug_allocatePlug(UPlugEntrypoint *entrypoint, const char *config, void *lib, co… in uplug_allocatePlug()
529 …omEntrypointAndLibrary(UPlugEntrypoint *entrypoint, const char *config, void *lib, const char *sym, in uplug_initPlugFromEntrypointAndLibrary()
586 void *lib = NULL; in uplug_initPlugFromLibrary() local
Dputil.cpp2081 uprv_dl_close(void *lib, UErrorCode *status) { in uprv_dl_close()
2087 uprv_dlsym_func(void *lib, const char* sym, UErrorCode *status) { in uprv_dlsym_func()
2116 uprv_dl_close(void *lib, UErrorCode *status) { in uprv_dl_close()
2124 uprv_dlsym_func(void *lib, const char* sym, UErrorCode *status) { in uprv_dlsym_func()
2139 HMODULE lib = NULL; in uprv_dl_open() local
2153 uprv_dl_close(void *lib, UErrorCode *status) { in uprv_dl_close()
2164 uprv_dlsym_func(void *lib, const char* sym, UErrorCode *status) { in uprv_dlsym_func()
2197 uprv_dl_close(void *lib, UErrorCode *status) { in uprv_dl_close()
2205 uprv_dlsym_func(void *lib, const char* sym, UErrorCode *status) { in uprv_dlsym_func()
/external/libcxx/utils/sym_check/sym_check/
Dextract.py35 def extract(self, lib): argument
118 def extract(self, lib): argument
/external/mesa3d/src/egl/main/
Degldriver.c97 close_library(HMODULE lib) in close_library()
122 close_library(void *lib) in close_library()
144 lib_handle lib; in _eglOpenLibrary() local
200 lib_handle lib; in _eglLoadModule() local
/external/harfbuzz_ng/test/
DMakefile.am6 lib: target
/external/compiler-rt/test/tsan/
Dignore_lib1.cc23 std::string lib = std::string(dirname(argv[0])) + "/libignore_lib1.so"; in main() local
Dignore_lib3.cc21 std::string lib = std::string(dirname(argv[0])) + "/libignore_lib3.so"; in main() local
Ddlclose.cc24 void *lib; variable
/external/llvm/bindings/python/llvm/
Dbit_reader.py14 lib = get_library() variable
/external/ltrace/sysdeps/linux-gnu/ppc/
Dplt.c329 load_opd_data(struct ltelf *lte, struct library *lib) in load_opd_data()
431 arch_elf_init(struct ltelf *lte, struct library *lib) in arch_elf_init()
1104 arch_library_init(struct library *lib) in arch_library_init()
1110 arch_library_destroy(struct library *lib) in arch_library_destroy()
1115 arch_library_clone(struct library *retp, struct library *lib) in arch_library_clone()
/external/f2fs-tools/
DMakefile.am5 SUBDIRS = man lib mkfs fsck tools subdir
/external/mesa3d/src/mesa/drivers/x11/
DMakefile.am36 lib_LTLIBRARIES = lib@GL_LIB@.la ltlibrary
/external/pdfium/third_party/freetype/src/pshinter/
Dpshpic.h43 #define GET_PIC( lib ) ( (PSHinterPIC*)( (lib)->pic_container.pshinter ) ) argument
/external/boringssl/src/crypto/err/
Derr.c363 unsigned lib, reason; in ERR_error_string_n() local
436 static const char *err_string_lookup(uint32_t lib, uint32_t key, in err_string_lookup()
503 const uint32_t lib = ERR_GET_LIB(packed_error); in ERR_lib_error_string() local
516 const uint32_t lib = ERR_GET_LIB(packed_error); in ERR_reason_error_string() local
/external/mesa3d/src/mesa/drivers/osmesa/
DMakefile.am35 lib_LTLIBRARIES = lib@OSMESA_LIB@.la ltlibrary
/external/harfbuzz_ng/test/shaping/
DMakefile.am10 lib: target
/external/autotest/client/bin/
Dos_dep.py25 def library(lib): argument
/external/pdfium/third_party/freetype/src/psnames/
Dpspic.h46 #define GET_PIC( lib ) \ argument
/external/ltrace/sysdeps/linux-gnu/mips/
Dplt.c196 arch_elf_init(struct ltelf *lte, struct library *lib) in arch_elf_init()
332 cb_enable_breakpoint_lib(struct process *proc, struct library *lib, void *data) in cb_enable_breakpoint_lib()

12345