Lines Matching refs:in
14 System libraries in Android are internally prelinked, which means that
16 shared object, in order to reduce size and speed up loading.
20 system libraries and their corresponding virtual memory address is found in
35 - 'soslim' is used to find symbols in an executable ELF file
53 executable can have the following entries in its .dynamic
62 called, in-order, to perform initialization. Some of
63 the entries in the array can be 0 or -1, and should
66 Note: this is generally stored in a .init_array section
78 functions must be called in reverse-order though
80 Note: this is generally stroed in a .fini_array section
87 present in executables, not shared libraries, which contains
91 Note: this is generally stroed in a .preinit_array section
99 Consequently, the DT_FINIARRAY must be parsed in reverse order before
111 On x86, the lists of constructors and destructors are placed in special
113 are in charge of calling them explicitely.