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
57 // ZipArchive support, the order matters here to get all symbols.168 // Leave the symbols in the shared library so that stack unwinders can
42 mkdir -p $OUT/symbols/$143 oatdump --symbolize=/tmp/$2 --output=$OUT/symbols/$1/$2
258 std::deque<Elf_Sym> symbols; in PackElfFileForJIT() local275 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()
74 // _Unwind_GetIP and _Unwind_Backtrace and the symbols are also98 // We need this to resolve libartpalette symbols
33 // ZipArchive support, the order matters here to get all symbols.106 // Leave the symbols in the shared library so that stack unwinders can
329 size_t symbols; in MaybePackJitMiniDebugInfo() local330 std::vector<uint8_t> packed = pack(isa, features, added_elf_files, removed_symbols, &symbols); in MaybePackJitMiniDebugInfo()337 << " symbols=" << symbols in MaybePackJitMiniDebugInfo()
42 // Create a dummy version of libsigchain which expose the necessary symbols
147 // Leave the symbols in the shared library so that stack unwinders can
343 // _Unwind_GetIP and _Unwind_Backtrace and the symbols are also
508 // Leave the symbols in the shared library so that stack unwinders can