HomeSort by relevance Sort by last modified time
    Searched refs:imported_symbols (Results 1 - 7 of 7) sorted by null

  /development/vndk/tools/definition-tool/tests/
test_elf_linker.py 31 exported_symbols=set(), imported_symbols=set(),
44 imported_symbols=imported_symbols)
51 exported_symbols=set(), imported_symbols=set(),
56 exported_symbols, imported_symbols, extra_dir),
58 exported_symbols, imported_symbols, extra_dir)
76 imported_symbols={'dlclose', 'dlopen', 'cos', 'sin'})
80 imported_symbols={'dlclose', 'dlopen', 'dlsym'})
84 imported_symbols={'dlclose', 'dlopen', 'fclose',
90 imported_symbols={'fclose', 'fopen'}
    [all...]
test_elf.py 153 res.imported_symbols)
  /development/vndk/tools/definition-tool/
vndk_definition_tool.py 221 'dt_needed', 'exported_symbols', 'imported_symbols',)
226 exported_symbols=None, imported_symbols=None):
235 self.imported_symbols = \
236 imported_symbols if imported_symbols is not None else set()
271 return sorted(list(self.imported_symbols))
425 imp_symbols = self.imported_symbols
484 self.imported_symbols.add(intern(value))
996 for symbol in lib.elf.imported_symbols:
    [all...]
  /external/llvm/include/llvm/Object/
COFF.h 904 iterator_range<imported_symbol_iterator> imported_symbols() const;
931 iterator_range<imported_symbol_iterator> imported_symbols() const;
    [all...]
  /external/llvm/tools/llvm-objdump/
COFFDump.cpp 369 for (const ImportedSymbolRef &Entry : DirRef.imported_symbols()) {
  /external/llvm/lib/Object/
COFFObjectFile.cpp 1264 ImportDirectoryEntryRef::imported_symbols() const { function in class:ImportDirectoryEntryRef
1311 DelayImportDirectoryEntryRef::imported_symbols() const { function in class:DelayImportDirectoryEntryRef
    [all...]
  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp     [all...]

Completed in 115 milliseconds