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.bp63 // ZipArchive support, the order matters here to get all symbols.
/art/tools/
Dsymbolize.sh45 mkdir -p $OUT/symbols/$1
46 oatdump --symbolize=/tmp/$2 --output=$OUT/symbols/$1/$2
/art/compiler/debug/
Delf_debug_writer.cc263 std::deque<Elf_Sym> symbols; in PackElfFileForJIT() local
280 symbols.push_back(sym); in PackElfFileForJIT()
293 *num_symbols = symbols.size(); in PackElfFileForJIT()
294 for (; !symbols.empty(); symbols.pop_front()) { in PackElfFileForJIT()
295 symtab->Add(symbols.front(), text); in PackElfFileForJIT()
/art/oatdump/
DAndroid.bp81 // _Unwind_GetIP and _Unwind_Backtrace and the symbols are also
105 // We need this to resolve libartpalette symbols
/art/sigchainlib/
DAndroid.bp59 // Create a fake version of libsigchain which expose the necessary symbols
/art/
DCleanSpec.mk98 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/symbols/apex)
/art/libprofile/
DAndroid.bp39 // ZipArchive support, the order matters here to get all symbols.
/art/build/
DAndroid.bp169 // Otherwise we can't get any symbols out of crashes.
/art/dex2oat/
DAndroid.bp355 // _Unwind_GetIP and _Unwind_Backtrace and the symbols are also
/art/runtime/
DAndroid.bp40 // For all other architectures, leave the symbols in the shared library