Home
last modified time | relevance | path

Searched defs:sym (Results 1 – 25 of 602) sorted by relevance

12345678910>>...25

/external/compiler-rt/lib/builtins/
Dapple_versioning.c16 #define NOT_HERE_BEFORE_10_6(sym) argument
17 #define NOT_HERE_IN_10_8_AND_EARLIER(sym) \ argument
27 #define NOT_HERE_BEFORE_10_6(sym) \ argument
32 #define NOT_HERE_IN_10_8_AND_EARLIER(sym) \ argument
206 #define NOT_HERE_UNTIL_AFTER_4_3(sym) \ argument
/external/llvm-project/compiler-rt/lib/builtins/
Dapple_versioning.c13 #define NOT_HERE_BEFORE_10_6(sym) argument
14 #define NOT_HERE_IN_10_8_AND_EARLIER(sym) \ argument
24 #define NOT_HERE_BEFORE_10_6(sym) \ argument
29 #define NOT_HERE_IN_10_8_AND_EARLIER(sym) \ argument
199 #define NOT_HERE_UNTIL_AFTER_4_3(sym) \ argument
/external/llvm-project/libunwind/src/
DUnwind_AppleExtras.cpp15 #define NOT_HERE_BEFORE_5_0(sym) \ argument
31 #define NOT_HERE_BEFORE_10_6(sym) argument
32 #define NEVER_HERE(sym) argument
34 #define NOT_HERE_BEFORE_10_6(sym) \ argument
39 #define NEVER_HERE(sym) \ argument
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbUtil.cpp164 bool lldb_private::npdb::SymbolHasAddress(const CVSymbol &sym) { in SymbolHasAddress()
191 bool lldb_private::npdb::SymbolIsCode(const CVSymbol &sym) { in SymbolIsCode()
209 template <typename RecordT> RecordT createRecord(const CVSymbol &sym) { in createRecord()
216 static SegmentOffset GetSegmentAndOffset(const CVSymbol &sym) { in GetSegmentAndOffset()
222 SegmentOffset GetSegmentAndOffset<TrampolineSym>(const CVSymbol &sym) { in GetSegmentAndOffset()
227 template <> SegmentOffset GetSegmentAndOffset<Thunk32Sym>(const CVSymbol &sym) { in GetSegmentAndOffset()
233 SegmentOffset GetSegmentAndOffset<CoffGroupSym>(const CVSymbol &sym) { in GetSegmentAndOffset()
238 template <> SegmentOffset GetSegmentAndOffset<DataSym>(const CVSymbol &sym) { in GetSegmentAndOffset()
244 SegmentOffset GetSegmentAndOffset<ThreadLocalDataSym>(const CVSymbol &sym) { in GetSegmentAndOffset()
249 SegmentOffset lldb_private::npdb::GetSegmentAndOffset(const CVSymbol &sym) { in GetSegmentAndOffset()
[all …]
/external/llvm-project/lld/wasm/
DRelocations.cpp22 static bool requiresGOTAccess(const Symbol *sym) { in requiresGOTAccess()
34 static bool allowUndefined(const Symbol* sym) { in allowUndefined()
49 static void reportUndefined(Symbol *sym) { in reportUndefined()
77 static void addGOTEntry(Symbol *sym) { in addGOTEntry()
99 Symbol *sym = file->getSymbols()[reloc.Index]; in scanRelocations() local
DInputFiles.cpp108 const Symbol *sym = symbols[reloc.Index]; in calcNewIndex() local
145 const WasmSymbol &sym = wasmObj->syms()[reloc.Index]; in calcExpectedValue() local
149 const WasmSymbol &sym = wasmObj->syms()[reloc.Index]; in calcExpectedValue() local
161 const WasmSymbol &sym = wasmObj->syms()[reloc.Index]; in calcExpectedValue() local
177 const WasmSymbol &sym = wasmObj->syms()[reloc.Index]; in calcExpectedValue() local
191 const WasmSymbol &sym = wasmObj->syms()[reloc.Index]; in calcExpectedValue() local
201 const Symbol* sym = nullptr; in calcNewValue() local
414 for (const SymbolRef &sym : wasmObj->symbols()) { in parse() local
456 Symbol *ObjFile::createDefined(const WasmSymbol &sym) { in createDefined()
503 Symbol *ObjFile::createUndefined(const WasmSymbol &sym, bool isCalledDirectly) { in createUndefined()
[all …]
DSyntheticSections.cpp104 void ImportSection::addGOTEntry(Symbol *sym) { in addGOTEntry()
113 void ImportSection::addImport(Symbol *sym) { in addImport()
158 for (const Symbol *sym : importedSymbols) { in writeBody() local
186 for (const Symbol *sym : gotSymbols) { in writeBody() local
276 void GlobalSection::addInternalGOTEntry(Symbol *sym) { in addInternalGOTEntry()
296 for (const Symbol *sym : internalGotSymbols) { in generateRelocationCode() local
332 for (const Symbol *sym : internalGotSymbols) { in writeBody() local
350 for (const DefinedData *sym : dataAddressGlobals) { in writeBody() local
383 void ElemSection::addEntry(FunctionSymbol *sym) { in addEntry()
410 for (const FunctionSymbol *sym : indirectFunctions) { in writeBody() local
[all …]
/external/ltp/pan/
Dsymbol.c124 static struct sym *find_key1(struct sym *sym, char *key) in find_key1()
137 static int add_key(SYM sym, char *key, void *data) in add_key()
194 int sym_put(SYM sym, char *key, void *data, int flags) in sym_put()
265 void *sym_get(SYM sym, char *key) in sym_get()
317 int sym_seq(SYM sym, DBT * key, DBT * data, int flags) in sym_seq()
380 int sym_dump(SYM sym, int depth) in sym_dump()
403 int sym_dump_s(SYM sym, int depth) in sym_dump_s()
441 int sym_rm(SYM sym, int flags) in sym_rm()
Dsymbol.h44 struct sym { struct
45 struct sym *next; argument
55 struct sym *sym; argument
/external/turbine/java/com/google/turbine/processing/
DTurbineElement.java87 public abstract Symbol sym(); in sym() method in TurbineElement
120 static AnnoInfo getAnnotation(Iterable<AnnoInfo> annos, ClassSymbol sym) { in getAnnotation()
131 ClassSymbol sym = new ClassSymbol(annotationType.getName().replace('.', '/')); in getAnnotation() local
145 ClassSymbol sym = new ClassSymbol(annotationType.getName().replace('.', '/')); in getAnnotationsByType() local
191 private final ClassSymbol sym; field in TurbineElement.TurbineTypeElement
194 TurbineTypeElement(ModelFactory factory, ClassSymbol sym) { in TurbineTypeElement()
447 public ClassSymbol sym() { in sym() method in TurbineElement.TurbineTypeElement
472 ClassSymbol sym = new ClassSymbol(annotationType.getName().replace('.', '/')); in getAnnotation() local
526 private boolean isAnnotationInherited(ClassSymbol sym) { in isAnnotationInherited()
554 private final TyVarSymbol sym; field in TurbineElement.TurbineTypeParameterElement
[all …]
DTurbineMessager.java69 Symbol sym = ((TurbineElement) e).sym(); in printMessage() local
107 private SourceFile getSource(Symbol sym) { in getSource()
120 private int getPosition(Symbol sym) { in getPosition()
139 private int fieldPosition(FieldSymbol sym) { in fieldPosition()
144 private int paramPosition(ParamSymbol sym) { in paramPosition()
153 private int methodPosition(MethodSymbol sym) { in methodPosition()
177 private int tyParamPosition(TyVarSymbol sym) { in tyParamPosition()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DNumberFormatSpecificationTest.java133 DecimalFormatSymbols sym = new DecimalFormatSymbols(ULocale.FRANCE); in TestPadding() local
139 DecimalFormatSymbols sym = new DecimalFormatSymbols(ULocale.US); in TestPadding() local
145 DecimalFormatSymbols sym = new DecimalFormatSymbols(ULocale.FRANCE); in TestPadding() local
155 DecimalFormatSymbols sym = new DecimalFormatSymbols(ULocale.FRANCE); in formatFrWithPattern() local
161 DecimalFormatSymbols sym = new DecimalFormatSymbols(ULocale.FRANCE); in nfWithPattern() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberFormatSpecificationTest.java130 DecimalFormatSymbols sym = new DecimalFormatSymbols(ULocale.FRANCE); in TestPadding() local
136 DecimalFormatSymbols sym = new DecimalFormatSymbols(ULocale.US); in TestPadding() local
142 DecimalFormatSymbols sym = new DecimalFormatSymbols(ULocale.FRANCE); in TestPadding() local
152 DecimalFormatSymbols sym = new DecimalFormatSymbols(ULocale.FRANCE); in formatFrWithPattern() local
158 DecimalFormatSymbols sym = new DecimalFormatSymbols(ULocale.FRANCE); in nfWithPattern() local
/external/llvm-project/lld/ELF/
DSymbolTable.cpp34 void SymbolTable::wrap(Symbol *sym, Symbol *real, Symbol *wrap) { in wrap()
78 Symbol *sym = reinterpret_cast<Symbol *>(make<SymbolUnion>()); in insert() local
99 Symbol *sym = insert(newSym.getName()); in addSymbol() local
108 Symbol *sym = symVector[it->second]; in find() local
117 static bool canBeVersioned(const Symbol &sym) { in canBeVersioned()
147 if (Symbol *sym = find(ver.name)) in findByVersion() local
DRelocations.cpp68 static Optional<std::string> getLinkerScriptLocation(const Symbol &sym) { in getLinkerScriptLocation()
76 static std::string getDefinedLocation(const Symbol &sym) { in getDefinedLocation()
90 static std::string getLocation(InputSectionBase &s, const Symbol &sym, in getLocation()
116 void elf::reportRangeError(uint8_t *loc, int64_t v, int n, const Symbol &sym, in reportRangeError()
165 static unsigned handleMipsTlsRelocation(RelType type, Symbol &sym, in handleMipsTlsRelocation()
190 handleTlsRelocation(RelType type, Symbol &sym, InputSectionBase &c, in handleTlsRelocation()
358 static bool isAbsolute(const Symbol &sym) { in isAbsolute()
366 static bool isAbsoluteValue(const Symbol &sym) { in isAbsoluteValue()
401 static bool isStaticLinkTimeConstant(RelExpr e, RelType type, const Symbol &sym, in isStaticLinkTimeConstant()
520 Symbol *sym = symtab->find(name); in getSymbolsAt() local
[all …]
/external/turbine/java/com/google/turbine/binder/bound/
DTypeBoundClass.java97 private final FieldSymbol sym; field in TypeBoundClass.FieldInfo
106 FieldSymbol sym, in FieldInfo()
121 public FieldSymbol sym() { in sym() method in TypeBoundClass.FieldInfo
158 private final MethodSymbol sym; field in TypeBoundClass.MethodInfo
170 MethodSymbol sym, in MethodInfo()
193 public MethodSymbol sym() { in sym() method in TypeBoundClass.MethodInfo
269 private final ParamSymbol sym; field in TypeBoundClass.ParamInfo
274 public ParamInfo(ParamSymbol sym, Type type, ImmutableList<AnnoInfo> annotations, int access) { in ParamInfo()
282 public ParamSymbol sym() { in sym() method in TypeBoundClass.ParamInfo
DEnumConstantValue.java25 private final FieldSymbol sym; field in EnumConstantValue
27 public EnumConstantValue(FieldSymbol sym) { in EnumConstantValue()
31 public FieldSymbol sym() { in sym() method in EnumConstantValue
DModuleInfo.java164 private final ClassSymbol sym; field in ModuleInfo.UseInfo
166 public UseInfo(ClassSymbol sym) { in UseInfo()
170 public ClassSymbol sym() { in sym() method in ModuleInfo.UseInfo
178 private final ClassSymbol sym; field in ModuleInfo.ProvideInfo
181 public ProvideInfo(ClassSymbol sym, ImmutableList<ClassSymbol> impls) { in ProvideInfo()
186 public ClassSymbol sym() { in sym() method in ModuleInfo.ProvideInfo
/external/turbine/java/com/google/turbine/binder/lookup/
DLookupResult.java37 public Symbol sym() { in sym() method in LookupResult
46 private final Symbol sym; field in LookupResult
49 public LookupResult(Symbol sym, LookupKey remaining) { in LookupResult()
/external/turbine/java/com/google/turbine/binder/
DTypeBinder.java71 private final Symbol sym; field in TypeBinder.SingletonScope
73 public SingletonScope(String name, Symbol sym) { in SingletonScope()
97 Symbol sym = tps.get(lookupKey.first().value()); in lookup() local
107 private final ClassSymbol sym; field in TypeBinder.ClassMemberScope
110 public ClassMemberScope(ClassSymbol sym, Env<ClassSymbol, HeaderBoundClass> env) { in ClassMemberScope() argument
138 ClassSymbol sym, in bind()
397 TyVarSymbol sym = symbols.get(tree.name().value()); in bindTyParams() local
424 MethodSymbol sym = new MethodSymbol(idx, owner, t.name().value()); in bindMethod() local
548 FieldSymbol sym = new FieldSymbol(owner, decl.name().value()); in bindField() local
572 ClassSymbol sym = resolveAnnoSymbol(tree, name, lookupResult); in bindAnnotations() local
[all …]
DCanonicalTypeBinder.java44 ClassSymbol sym, SourceTypeBoundClass base, Env<ClassSymbol, TypeBoundClass> env) { in bind() argument
92 ClassSymbol sym, in fields()
112 ClassSymbol sym, in methods()
147 ClassSymbol sym, in param()
160 ClassSymbol sym, in typeParameters()
176 ClassSymbol sym, in canonicalizeList()
/external/mesa3d/src/mesa/program/
Dsymbol_table.c90 struct symbol *sym = scope->symbols; in _mesa_symbol_table_pop_scope() local
153 struct symbol *const sym = find_symbol(table, name); in _mesa_symbol_table_symbol_scope() local
168 struct symbol *const sym = find_symbol(table, name); in _mesa_symbol_table_find_symbol() local
181 struct symbol *sym = find_symbol(table, name); in _mesa_symbol_table_add_symbol() local
221 struct symbol *sym = find_symbol(table, name); in _mesa_symbol_table_replace_symbol() local
237 struct symbol *sym = find_symbol(table, name); in _mesa_symbol_table_add_global_symbol() local
/external/llvm-project/lld/COFF/
DInputFiles.cpp108 for (const Archive::Symbol &sym : file->symbols()) in parse() local
113 void ArchiveFile::addMember(const Archive::Symbol &sym) { in addMember()
159 for (const lto::InputFile::Symbol &sym : obj->symbols()) { in parse() local
308 COFFSymbolRef sym, const coff_aux_section_definition *def) { in readAssociativeDefinition()
312 void ObjFile::readAssociativeDefinition(COFFSymbolRef sym, in readAssociativeDefinition()
353 COFFSymbolRef sym, DenseMap<StringRef, uint32_t> &prevailingSectionMap) { in recordPrevailingSymbolForMingw()
370 COFFSymbolRef sym, const coff_aux_section_definition *def, in maybeAssociateSEHForMingw()
383 Symbol *ObjFile::createRegular(COFFSymbolRef sym) { in createRegular()
446 COFFSymbolRef sym = check(coffObj->getSymbol(i)); in initializeSymbols() local
463 Symbol *sym = kv.first; in initializeSymbols() local
[all …]
DMarkLive.cpp47 if (auto *sym = dyn_cast<DefinedRegular>(b)) in markLive() local
49 else if (auto *sym = dyn_cast<DefinedImportData>(b)) in markLive() local
51 else if (auto *sym = dyn_cast<DefinedImportThunk>(b)) in markLive() local
/external/llvm-project/lld/MachO/
DSyntheticSections.cpp195 void NonLazyPointerSectionBase::addEntry(Symbol *sym) { in addEntry()
228 static void encodeBinding(const Symbol *sym, const OutputSection *osec, in encodeBinding()
358 bool macho::needsBinding(const Symbol *sym) { in needsBinding()
368 void macho::addNonLazyBindingEntries(const Symbol *sym, in addNonLazyBindingEntries()
400 for (const Symbol *sym : entries) { in writeTo() local
406 bool StubsSection::addEntry(Symbol *sym) { in addEntry()
426 for (const DylibSymbol *sym : in.lazyBinding->getEntries()) { in writeTo() local
470 for (const Symbol *sym : in.stubs->getEntries()) { in writeTo() local
512 uint32_t LazyBindingSection::encode(const DylibSymbol &sym) { in encode()
535 void macho::prepareBranchTarget(Symbol *sym) { in prepareBranchTarget()
[all …]

12345678910>>...25