Lines Matching refs:symbol
95 __dso_handle symbol:
97 To properly support the C++ ABI, a unique *local* *hidden* symbol named
121 WARNING: There is a big caveat regarding this symbol. Read the section
148 Because it references the shared library's hidden __dso_handle symbol,
167 (gen-platforms.sh) from a list of symbol files (see libc.so.functions.txt
176 None of the link-time NDK shared libraries should export any libgcc symbol.
183 libgcc symbol from the link-time shared libraries it generates. This is done
194 2. __dso_handle compatibility symbol:
196 Earlier versions of the C library exported a __dso_handle symbol
200 and *public* (in ELF visibility terms). A weak symbol definition is ok
205 __dso_handle symbol.
208 and *hidden* __dso_handle symbol.
213 - crtbegin_static.[cS] shall not provide any __dso_handle symbol, since static
224 3. atexit compatibility symbol:
240 symbol for atexit(), with a tiny implementation that amounts to the
252 atexit symbol will not have their atexit-handler automatically unregistered