Home
last modified time | relevance | path

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

12345678910>>...25

/external/toybox/kconfig/
Dsymbol.c38 void sym_add_default(struct symbol *sym, const char *def) in sym_add_default()
47 struct symbol *sym; in sym_init() local
80 enum symbol_type sym_get_type(struct symbol *sym) in sym_get_type()
114 struct property *sym_get_choice_prop(struct symbol *sym) in sym_get_choice_prop()
123 struct property *sym_get_default_prop(struct symbol *sym) in sym_get_default_prop()
135 struct property *sym_get_range_prop(struct symbol *sym) in sym_get_range_prop()
147 static int sym_get_range_val(struct symbol *sym, int base) in sym_get_range_val()
163 static void sym_validate_range(struct symbol *sym) in sym_validate_range()
196 static void sym_calc_visibility(struct symbol *sym) in sym_calc_visibility()
226 static struct symbol *sym_calc_choice(struct symbol *sym) in sym_calc_choice()
[all …]
Dlkc.h115 static inline tristate sym_get_tristate_value(struct symbol *sym) in sym_get_tristate_value()
121 static inline struct symbol *sym_get_choice_value(struct symbol *sym) in sym_get_choice_value()
131 static inline bool sym_is_choice(struct symbol *sym) in sym_is_choice()
136 static inline bool sym_is_choice_value(struct symbol *sym) in sym_is_choice_value()
141 static inline bool sym_is_optional(struct symbol *sym) in sym_is_optional()
146 static inline bool sym_has_value(struct symbol *sym) in sym_has_value()
Dconf.c67 static void conf_askvalue(struct symbol *sym, const char *def) in conf_askvalue()
173 struct symbol *sym = menu->sym; in conf_string() local
207 struct symbol *sym = menu->sym; in conf_sym() local
281 struct symbol *sym, *def_sym; in conf_choice() local
410 struct symbol *sym; in conf() local
472 struct symbol *sym; in check_conf() local
/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/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/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/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 …]
/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/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/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/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/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
/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/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
/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/
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/llvm/test/MC/AArch64/
Dadrp-relocation.s14 .global sym symbol
15 sym: label
/external/llvm/test/MC/AArch64/
Dadrp-relocation.s13 .global sym symbol
14 sym: label

12345678910>>...25