Searched refs:symbols (Results 1 – 17 of 17) sorted by relevance
45 mkdir -p $OUT/symbols/$146 oatdump --symbolize=/tmp/$2 --output=$OUT/symbols/$1/$2
33 // Make libsigchain symbols global, so that an app library which35 // libsigchain symbols before libc.36 // -z,global marks the binary with the DF_1_GLOBAL flag which puts the symbols72 // Create a fake version of libsigchain which expose the necessary symbols
19 # Export no symbols - the only external entry points are libc overrides.
263 std::deque<Elf_Sym> symbols; in PackElfFileForJIT() local280 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()
98 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/symbols/apex)112 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/symbols/apex/com.android.art)
18 # libnativeloader symbols through dlopen/dlsym. That means this list doesn't
129 // The tests mock libdl_android and libnativebridge symbols, so export them
18 # libnativebridge symbols through dlopen/dlsym. That means this list doesn't
42 // ZipArchive support, the order matters here to get all symbols.
154 // _Unwind_GetIP and _Unwind_Backtrace and the symbols are also
70 // ZipArchive support, the order matters here to get all symbols.
395 // _Unwind_GetIP and _Unwind_Backtrace and the symbols are also
579 // TODO(b/169885605): Avoid exposing symbols from those libs.
192 // Otherwise we can't get any symbols out of crashes.
49 // For all other architectures, leave the symbols in the shared library
237 // `libnativehelper/JniInvocation.c` define symbols with the same name291 // `libnativehelper/JniInvocation.c` define symbols with the same name
5058 Ljava/text/DecimalFormat;->symbols:Ljava/text/DecimalFormatSymbols;