Home
last modified time | relevance | path

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

/art/tools/
Dsymbolize.sh45 mkdir -p $OUT/symbols/$1
46 oatdump --symbolize=/tmp/$2 --output=$OUT/symbols/$1/$2
/art/sigchainlib/
DAndroid.bp33 // Make libsigchain symbols global, so that an app library which
35 // libsigchain symbols before libc.
36 // -z,global marks the binary with the DF_1_GLOBAL flag which puts the symbols
72 // Create a fake version of libsigchain which expose the necessary symbols
Dlibsigchain.map.txt19 # Export no symbols - the only external entry points are libc overrides.
/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/
DCleanSpec.mk98 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/symbols/apex)
112 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/symbols/apex/com.android.art)
/art/libnativeloader/
Dlibnativeloader.map.txt18 # libnativeloader symbols through dlopen/dlsym. That means this list doesn't
DAndroid.bp129 // The tests mock libdl_android and libnativebridge symbols, so export them
/art/libnativebridge/
Dlibnativebridge.map.txt18 # libnativebridge symbols through dlopen/dlsym. That means this list doesn't
/art/libprofile/
DAndroid.bp42 // ZipArchive support, the order matters here to get all symbols.
/art/oatdump/
DAndroid.bp154 // _Unwind_GetIP and _Unwind_Backtrace and the symbols are also
/art/libartbase/
DAndroid.bp70 // ZipArchive support, the order matters here to get all symbols.
/art/dex2oat/
DAndroid.bp395 // _Unwind_GetIP and _Unwind_Backtrace and the symbols are also
/art/libdexfile/
DAndroid.bp579 // TODO(b/169885605): Avoid exposing symbols from those libs.
/art/build/
DAndroid.bp192 // Otherwise we can't get any symbols out of crashes.
/art/runtime/
DAndroid.bp49 // For all other architectures, leave the symbols in the shared library
/art/test/
DAndroid.bp237 // `libnativehelper/JniInvocation.c` define symbols with the same name
291 // `libnativehelper/JniInvocation.c` define symbols with the same name
/art/build/boot/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt5058 Ljava/text/DecimalFormat;->symbols:Ljava/text/DecimalFormatSymbols;