Lines Matching full:shared
61 linked program or shared object image as the existing
68 The compiler emits PIC code from which shared libraries
83 depending on the load addresses of the various shared objects in the address
150 this field provides debuggers with a hook to access symbol tables of shared
184 The start of a (linked) list of shared object descriptors needed by
223 structure describes a shared object that is needed
254 for a shared object matching
258 should point at a full path name for the desired shared object.
260 Specifies the major version number of the shared object to load.
262 Specifies the preferred minor version number of the shared object to load.
267 to keep track of all shared objects loaded into a process' address space.
269 the text or data segment of an executable or shared library.
284 The address at which the shared object associated with this link map has
293 structure that was responsible for loading this shared object.
313 of shared objects.
314 An array of these lives in the shared object's
340 A hash table is included within the text segment of shared object
357 The index of the symbol in the shared object's symbol table (as given by the
368 and data items copied from shared objects.
394 Location of the source of initialized data within a shared object.
396 The shared object which is the original source of the data that this
402 structure is used by debuggers to gain knowledge of any shared objects
406 initialization, a debugger that wishes to access symbols from shared objects
431 Set by the run-time linker whenever it adds symbols by loading shared objects.
526 to quickly locate the shared object images in the
579 The version numbers of the shared library.
587 Only the (GNU) C compiler currently supports the creation of shared libraries.