Searched refs:symbols (Results 1 – 11 of 11) sorted by relevance
1 # This is used only to hide data symbols that get imported through3 # Before adding symbols here, please make sure that it doesn't give rise to a4 # real ODR problem. All these symbols are either in .rodata or .data.rel.ro
63 // ZipArchive support, the order matters here to get all symbols.
45 mkdir -p $OUT/symbols/$146 oatdump --symbolize=/tmp/$2 --output=$OUT/symbols/$1/$2
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()
81 // _Unwind_GetIP and _Unwind_Backtrace and the symbols are also105 // We need this to resolve libartpalette symbols
59 // Create a fake version of libsigchain which expose the necessary symbols
98 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/symbols/apex)
39 // ZipArchive support, the order matters here to get all symbols.
169 // Otherwise we can't get any symbols out of crashes.
355 // _Unwind_GetIP and _Unwind_Backtrace and the symbols are also
40 // For all other architectures, leave the symbols in the shared library