HomeSort by relevance Sort by last modified time
    Searched refs:symbol (Results 876 - 900 of 2152) sorted by null

<<31323334353637383940>>

  /external/mesa3d/src/gallium/state_trackers/clover/llvm/codegen/
native.cpp 84 GElf_Sym symbol; local
87 while (GElf_Sym *s = gelf_getsym(symtab_data, i++, &symbol)) {
101 fail(r_log, build_error(), "Unable to find symbol table.");
  /external/swiftshader/src/OpenGL/compiler/
SymbolTable.h 19 // Symbol table for parsing. Has these design characteristics:
21 // * Same symbol table can be used to compile many shaders, to preserve
26 // so that symbol table lookups are never ambiguous. This allows
27 // a simpler symbol table structure.
29 // * Pushing and popping of scope, so symbol table will really be a stack
30 // of symbol tables. Searched from the top, with new inserts going into
34 // in the symbol table. The parser can substitute constants at parse
38 // are tracked in the intermediate representation, not the symbol table.
52 // Symbol base class. (Can build functions or variables out of these...)
75 // Variable class, meaning a symbol that's not a function
    [all...]
  /external/syslinux/com32/include/
pngconf.h     [all...]
  /frameworks/base/tools/aapt2/proto/
TableProtoDeserializer.cpp 85 // Deserialize the symbol status (public/private with source and comments).
103 // This is a public symbol, we must encode the ID now if there is one.
221 for (const pb::Attribute_Symbol& pb_symbol : pb_attr.symbol()) {
222 Attribute::Symbol symbol; local
223 DeserializeItemCommon(pb_symbol, &symbol.symbol);
224 if (!DeserializeReferenceFromPb(pb_symbol.name(), &symbol.symbol)) {
227 symbol.value = pb_symbol.value()
    [all...]
  /frameworks/compile/mclinker/lib/Script/
Assignment.cpp 115 *it = &(prevDotAssign.symbol());
152 *it = &(prevDotAssign.symbol());
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 218 // name can be presented as C symbol
383 // symbol section index for _DYNAMIC. Now it will be ABS.
648 // ignore if symbol has no fragRef
652 // the value of a TLS symbol is the offset to the TLS segment
715 // number of entries in symbol tables starts from 1 to hold the special entry
727 // number of local symbol in the .symtab and .dynsym
732 Module::const_sym_iterator symbol, symEnd; local
737 2. check whether the symbol is used
746 for (symbol = symbols.begin(); symbol != symEnd; ++symbol)
960 Module::const_sym_iterator symbol, symEnd; local
1035 Module::const_sym_iterator symbol, symEnd = symbols.dynamicEnd(); local
1126 Module::const_sym_iterator symbol, symEnd = pSymtab.dynamicEnd(); local
1161 Module::const_sym_iterator symbol, symEnd = pSymtab.dynamicEnd(); local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/LTO/legacy/
LTOModule.h 44 const GlobalValue *symbol = 0; member in struct:llvm::LTOModule::NameAndAttributes
135 /// Get the attributes for a symbol at the specified index.
142 /// Get the name of the symbol at the specified index.
151 return _symbols[index].symbol;
168 /// Add a symbol which isn't defined just yet to a list to be resolved later.
169 void addPotentialUndefinedSymbol(ModuleSymbolTable::Symbol Sym,
172 /// Add a defined symbol to the list.
176 /// Add a data symbol as defined to the list.
177 void addDefinedDataSymbol(ModuleSymbolTable::Symbol Sym);
180 /// Add a function symbol as defined to the list
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/LTO/legacy/
LTOModule.h 44 const GlobalValue *symbol = 0; member in struct:llvm::LTOModule::NameAndAttributes
135 /// Get the attributes for a symbol at the specified index.
142 /// Get the name of the symbol at the specified index.
151 return _symbols[index].symbol;
168 /// Add a symbol which isn't defined just yet to a list to be resolved later.
169 void addPotentialUndefinedSymbol(ModuleSymbolTable::Symbol Sym,
172 /// Add a defined symbol to the list.
176 /// Add a data symbol as defined to the list.
177 void addDefinedDataSymbol(ModuleSymbolTable::Symbol Sym);
180 /// Add a function symbol as defined to the list
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/LTO/legacy/
LTOModule.h 44 const GlobalValue *symbol = 0; member in struct:llvm::LTOModule::NameAndAttributes
135 /// Get the attributes for a symbol at the specified index.
142 /// Get the name of the symbol at the specified index.
151 return _symbols[index].symbol;
168 /// Add a symbol which isn't defined just yet to a list to be resolved later.
169 void addPotentialUndefinedSymbol(ModuleSymbolTable::Symbol Sym,
172 /// Add a defined symbol to the list.
176 /// Add a data symbol as defined to the list.
177 void addDefinedDataSymbol(ModuleSymbolTable::Symbol Sym);
180 /// Add a function symbol as defined to the list
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/LTO/legacy/
LTOModule.h 44 const GlobalValue *symbol = 0; member in struct:llvm::LTOModule::NameAndAttributes
135 /// Get the attributes for a symbol at the specified index.
142 /// Get the name of the symbol at the specified index.
151 return _symbols[index].symbol;
168 /// Add a symbol which isn't defined just yet to a list to be resolved later.
169 void addPotentialUndefinedSymbol(ModuleSymbolTable::Symbol Sym,
172 /// Add a defined symbol to the list.
176 /// Add a data symbol as defined to the list.
177 void addDefinedDataSymbol(ModuleSymbolTable::Symbol Sym);
180 /// Add a function symbol as defined to the list
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/LTO/legacy/
LTOModule.h 44 const GlobalValue *symbol = 0; member in struct:llvm::LTOModule::NameAndAttributes
135 /// Get the attributes for a symbol at the specified index.
142 /// Get the name of the symbol at the specified index.
151 return _symbols[index].symbol;
168 /// Add a symbol which isn't defined just yet to a list to be resolved later.
169 void addPotentialUndefinedSymbol(ModuleSymbolTable::Symbol Sym,
172 /// Add a defined symbol to the list.
176 /// Add a data symbol as defined to the list.
177 void addDefinedDataSymbol(ModuleSymbolTable::Symbol Sym);
180 /// Add a function symbol as defined to the list
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/LTO/legacy/
LTOModule.h 44 const GlobalValue *symbol = 0; member in struct:llvm::LTOModule::NameAndAttributes
135 /// Get the attributes for a symbol at the specified index.
142 /// Get the name of the symbol at the specified index.
151 return _symbols[index].symbol;
168 /// Add a symbol which isn't defined just yet to a list to be resolved later.
169 void addPotentialUndefinedSymbol(ModuleSymbolTable::Symbol Sym,
172 /// Add a defined symbol to the list.
176 /// Add a data symbol as defined to the list.
177 void addDefinedDataSymbol(ModuleSymbolTable::Symbol Sym);
180 /// Add a function symbol as defined to the list
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/LTO/legacy/
LTOModule.h 44 const GlobalValue *symbol = 0; member in struct:llvm::LTOModule::NameAndAttributes
135 /// Get the attributes for a symbol at the specified index.
142 /// Get the name of the symbol at the specified index.
151 return _symbols[index].symbol;
168 /// Add a symbol which isn't defined just yet to a list to be resolved later.
169 void addPotentialUndefinedSymbol(ModuleSymbolTable::Symbol Sym,
172 /// Add a defined symbol to the list.
176 /// Add a data symbol as defined to the list.
177 void addDefinedDataSymbol(ModuleSymbolTable::Symbol Sym);
180 /// Add a function symbol as defined to the list
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/LTO/legacy/
LTOModule.h 44 const GlobalValue *symbol = 0; member in struct:llvm::LTOModule::NameAndAttributes
135 /// Get the attributes for a symbol at the specified index.
142 /// Get the name of the symbol at the specified index.
151 return _symbols[index].symbol;
168 /// Add a symbol which isn't defined just yet to a list to be resolved later.
169 void addPotentialUndefinedSymbol(ModuleSymbolTable::Symbol Sym,
172 /// Add a defined symbol to the list.
176 /// Add a data symbol as defined to the list.
177 void addDefinedDataSymbol(ModuleSymbolTable::Symbol Sym);
180 /// Add a function symbol as defined to the list
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/gen/
arithBoundaryGen.go 24 Name, Stype, Symbol string
27 // used to work around an issue with the mod symbol being
30 return string(s.Symbol[0])
86 name, symbol string
124 fd := tmplData{o.name, s.name, o.symbol}
167 fmt.Printf("{{.Name}}_{{.Stype}} %d{{.Symbol}}%d = %d, wanted %d\n",v.a,v.b,got,v.{{.Name}})
181 err = verify.Execute(w, tmplData{o.name, s.name, o.symbol})
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
ar.go 131 // archiveMap is an archive symbol map: a mapping from symbol name to
135 // readArmap reads the archive symbol map.
168 // underscore from the symbol name.
  /prebuilts/go/darwin-x86/src/runtime/cgo/
signal_darwin_armx.go 16 // use a pointer to avoid relocation of external symbol in __TEXT
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/http2/hpack/
huffman.go 53 // sbits is the number of bits of the symbol prefix being decoded.
95 // Either there was an incomplete symbol, or overlong padding.
113 sym byte // output symbol
161 // special EOS symbol
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/gen/
arithBoundaryGen.go 24 Name, Stype, Symbol string
27 // used to work around an issue with the mod symbol being
30 return string(s.Symbol[0])
86 name, symbol string
124 fd := tmplData{o.name, s.name, o.symbol}
167 fmt.Printf("{{.Name}}_{{.Stype}} %d{{.Symbol}}%d = %d, wanted %d\n",v.a,v.b,got,v.{{.Name}})
181 err = verify.Execute(w, tmplData{o.name, s.name, o.symbol})
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
ar.go 131 // archiveMap is an archive symbol map: a mapping from symbol name to
135 // readArmap reads the archive symbol map.
168 // underscore from the symbol name.
  /prebuilts/go/linux-x86/src/runtime/cgo/
signal_darwin_armx.go 16 // use a pointer to avoid relocation of external symbol in __TEXT
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/http2/hpack/
huffman.go 53 // sbits is the number of bits of the symbol prefix being decoded.
95 // Either there was an incomplete symbol, or overlong padding.
113 sym byte // output symbol
161 // special EOS symbol
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
wish.i 20 A startup file may be specified by defining the symbol SWIG_RcFileName
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
monetary.cpp 27 pos_format.field[0] = (char) money_base::symbol;
32 neg_format.field[0] = (char) money_base::symbol;
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
monetary.cpp 27 pos_format.field[0] = (char) money_base::symbol;
32 neg_format.field[0] = (char) money_base::symbol;

Completed in 1002 milliseconds

<<31323334353637383940>>