Lines Matching full:libraries
9 // by NDK applications to load shared libraries (not executables) with
20 // - It can share the RELRO section between two libraries
103 // load libraries in the same directory than the current program itself.
138 // (e.g. modifying the list of shared libraries seen by GDB). To work
149 // Once all libraries are loaded, the callbacks can be later called either
203 // Libraries are reference-counted, trying to open the same library
208 // operations needs to load any dependency libraries, these will use
211 // NOTE: It is possible to open NDK system libraries (e.g. "liblog.so")
235 // Note that this function will fail for system libraries.
284 // loaded libraries, and return a handle for it in |*library| on success.
304 // Lookup a symbol's address in all libraries known by the crazy linker.
307 // NOTE: This will _not_ look into system libraries that were not opened