Home
last modified time | relevance | path

Searched refs:symbols (Results 1 – 11 of 11) sorted by relevance

/art/libartbase/
Dlibartbase.map1 # This is used only to hide data symbols that get imported through
3 # Before adding symbols here, please make sure that it doesn't give rise to a
4 # real ODR problem. All these symbols are either in .rodata or .data.rel.ro
DAndroid.bp57 // ZipArchive support, the order matters here to get all symbols.
168 // Leave the symbols in the shared library so that stack unwinders can
/art/tools/
Dsymbolize.sh42 mkdir -p $OUT/symbols/$1
43 oatdump --symbolize=/tmp/$2 --output=$OUT/symbols/$1/$2
/art/compiler/debug/
Delf_debug_writer.cc258 std::deque<Elf_Sym> symbols; in PackElfFileForJIT() local
275 symbols.push_back(sym); in PackElfFileForJIT()
288 *num_symbols = symbols.size(); in PackElfFileForJIT()
289 for (; !symbols.empty(); symbols.pop_front()) { in PackElfFileForJIT()
290 symtab->Add(symbols.front(), text); in PackElfFileForJIT()
/art/oatdump/
DAndroid.bp74 // _Unwind_GetIP and _Unwind_Backtrace and the symbols are also
98 // We need this to resolve libartpalette symbols
/art/libprofile/
DAndroid.bp33 // ZipArchive support, the order matters here to get all symbols.
106 // Leave the symbols in the shared library so that stack unwinders can
/art/runtime/jit/
Ddebugger_interface.cc329 size_t symbols; in MaybePackJitMiniDebugInfo() local
330 std::vector<uint8_t> packed = pack(isa, features, added_elf_files, removed_symbols, &symbols); in MaybePackJitMiniDebugInfo()
337 << " symbols=" << symbols in MaybePackJitMiniDebugInfo()
/art/sigchainlib/
DAndroid.bp42 // Create a dummy version of libsigchain which expose the necessary symbols
/art/libdexfile/
DAndroid.bp147 // Leave the symbols in the shared library so that stack unwinders can
/art/dex2oat/
DAndroid.bp343 // _Unwind_GetIP and _Unwind_Backtrace and the symbols are also
/art/runtime/
DAndroid.bp508 // Leave the symbols in the shared library so that stack unwinders can