Home
last modified time | relevance | path

Searched defs:lib (Results 1 – 25 of 106) 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
/external/qemu/android/utils/
Ddll.c66 adynamicLibrary_findSymbol( ADynamicLibrary* lib, in adynamicLibrary_findSymbol()
91 adynamicLibrary_close( ADynamicLibrary* lib ) in adynamicLibrary_close()
137 adynamicLibrary_findSymbol( ADynamicLibrary* lib, in adynamicLibrary_findSymbol()
162 adynamicLibrary_close( ADynamicLibrary* lib ) in adynamicLibrary_close()
/external/chromium_org/third_party/android_platform/development/scripts/
Dsymbol.py288 def TranslateLibPath(lib): argument
316 def SymbolInformation(lib, addr, get_detailed_info): argument
340 def SymbolInformationForSet(lib, unique_addrs, get_detailed_info): argument
396 def __call__(self, lib, unique_addrs): argument
410 def CallAddr2LineForSet(lib, unique_addrs): argument
484 def CallObjdumpForSet(lib, unique_addrs): argument
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_libignore.cc35 Lib *lib = &libs_[count_++]; in Init() local
49 Lib *lib = &libs_[i]; in OnLibraryLoaded() local
60 Lib *lib = &libs_[i]; in OnLibraryLoaded() 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/chromium_org/third_party/android_crazy_linker/src/src/
Dcrazy_linker_library_list.cpp96 LibraryView* lib = work_queue.PopFirst(); in FindSymbolFrom() local
141 SharedLibrary* lib = wrap->GetCrazy(); in FindLibraryForAddress() local
151 for (SharedLibrary* lib = head_; lib; lib = lib->list_next_) { in FindArmExIdx() local
163 for (SharedLibrary* lib = head_; lib; lib = lib->list_next_) { in IteratePhdr() local
192 SharedLibrary* lib = wrap->GetCrazy(); in UnloadLibrary() local
280 ScopedPtr<SharedLibrary> lib(new SharedLibrary()); in LoadLibrary() local
/external/icu/icu4c/source/common/
Dicuplug.c45 void *lib; /**< plugin library, or NULL */ member
101 void *lib; /**< library ptr */ member
127 static int32_t searchForLibrary(void *lib) { in searchForLibrary()
139 uplug_findLibrary(void *lib, UErrorCode *status) { in uplug_findLibrary()
157 void *lib = NULL; in uplug_openLibrary() local
203 uplug_closeLibrary(void *lib, UErrorCode *status) { in uplug_closeLibrary()
350 static UPlugData *uplug_allocatePlug(UPlugEntrypoint *entrypoint, const char *config, void *lib, co… in uplug_allocatePlug()
520 …omEntrypointAndLibrary(UPlugEntrypoint *entrypoint, const char *config, void *lib, const char *sym, in uplug_initPlugFromEntrypointAndLibrary()
577 void *lib = NULL; in uplug_initPlugFromLibrary() local
/external/chromium_org/third_party/icu/source/common/
Dicuplug.c45 void *lib; /**< plugin library, or NULL */ member
101 void *lib; /**< library ptr */ member
127 static int32_t searchForLibrary(void *lib) { in searchForLibrary()
139 uplug_findLibrary(void *lib, UErrorCode *status) { in uplug_findLibrary()
157 void *lib = NULL; in uplug_openLibrary() local
203 uplug_closeLibrary(void *lib, UErrorCode *status) { in uplug_closeLibrary()
350 static UPlugData *uplug_allocatePlug(UPlugEntrypoint *entrypoint, const char *config, void *lib, co… in uplug_allocatePlug()
520 …omEntrypointAndLibrary(UPlugEntrypoint *entrypoint, const char *config, void *lib, const char *sym, in uplug_initPlugFromEntrypointAndLibrary()
577 void *lib = NULL; in uplug_initPlugFromLibrary() local
/external/chromium_org/third_party/skia/third_party/lua/src/
Dloadlib.c129 static void ll_unloadlib (void *lib) { in ll_unloadlib()
135 void *lib = dlopen(path, RTLD_NOW | (seeglb ? RTLD_GLOBAL : RTLD_LOCAL)); in ll_load() local
141 static lua_CFunction ll_sym (lua_State *L, void *lib, const char *sym) { in ll_sym()
193 static void ll_unloadlib (void *lib) { in ll_unloadlib()
199 HMODULE lib = LoadLibraryExA(path, NULL, LUA_LLE_FLAGS); in ll_load() local
206 static lua_CFunction ll_sym (lua_State *L, void *lib, const char *sym) { in ll_sym()
229 static void ll_unloadlib (void *lib) { in ll_unloadlib()
241 static lua_CFunction ll_sym (lua_State *L, void *lib, const char *sym) { in ll_sym()
Dlinit.c53 const luaL_Reg *lib; in luaL_openlibs() local
/external/chromium_org/media/base/
Dmedia_win.cc30 HMODULE lib = ::LoadLibraryEx( in InitializeMediaLibraryInternal() local
/external/compiler-rt/test/tsan/
Dignore_lib3.cc18 std::string lib = std::string(dirname(argv[0])) + "/libignore_lib3.so"; in main() local
Dignore_lib1.cc21 std::string lib = std::string(dirname(argv[0])) + "/libignore_lib1.so"; in main() local
/external/llvm/bindings/python/llvm/
Dbit_reader.py14 lib = get_library() variable
/external/f2fs-tools/
DMakefile.am5 SUBDIRS = man lib mkfs fsck tools subdir
/external/openfst/src/
DMakefile.am1 SUBDIRS = include lib script bin test extensions subdir
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
DMakefile.am36 lib_LTLIBRARIES = lib@GL_LIB@.la ltlibrary
/external/mesa3d/src/mesa/drivers/x11/
DMakefile.am36 lib_LTLIBRARIES = lib@GL_LIB@.la ltlibrary
/external/qemu/distrib/sdl-1.2.15/test/
Dtestloadso.c18 void *lib = NULL; in main() local
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/osmesa/
DMakefile.am35 lib_LTLIBRARIES = lib@OSMESA_LIB@.la ltlibrary
/external/mesa3d/src/mesa/drivers/osmesa/
DMakefile.am35 lib_LTLIBRARIES = lib@OSMESA_LIB@.la ltlibrary
/external/chromium_org/third_party/mesa/src/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/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

12345