Searched refs:symbol (Results 1 - 9 of 9) sorted by relevance

/frameworks/compile/linkloader/include/impl/
H A DELFSectionSymTab.hxx56 ELFSymbolTy *symbol = table[i]; local
57 if ( symbol ) {
58 name_map[symbol->getName()] = symbol;
66 typename llvm::StringMap<ELFSymbolTy *>::const_iterator symbol = local
68 if (symbol == name_map.end()) {
71 return symbol->getValue();
97 // Seek to the start of symbol table
100 // Read all symbol table entry
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp225 // number of entries in symbol tables starts from 1 to hold the special entry
232 SymbolCategory::const_iterator symbol; local
234 for (symbol = pSymbols.begin(); symbol != symEnd; ++symbol) {
235 size_t str_size = (*symbol)->nameSize() + 1;
236 if (isDynamicSymbol(**symbol, pOutput)) {
349 // add first symbol into m_pSymIndexMap
380 // initialize the first ELF symbol
401 SymbolCategory::iterator symbol; local
522 SymbolCategory::iterator symbol; local
[all...]
/frameworks/compile/linkloader/android/
H A Dlibrsloader.cpp115 ELFSymbol<32> *symbol = symtab->getByName(name); local
117 if (!symbol) {
124 return symbol->getAddress(machine, false);
137 ELFSymbol<32> *symbol = symtab->getByName(name); local
139 if (!symbol) {
144 return (size_t)symbol->getSize();
/frameworks/compile/mclinker/lib/MC/
H A DMCLinker.cpp54 /// addSymbolFromObject - add a symbol from object file and resolve it
71 // if the symbol is a local symbol, create a LDSymbol for input, but do not
81 // No matter if there is a symbol with the same name, insert the symbol
82 // into output symbol table. So, we let the existent false.
87 // if the symbol is not local, insert and resolve it immediately
109 // it is a new symbol, the output_sym should be NULL.
112 // if it is a new symbol, create a LDSymbol for the output
122 // symbol ca
594 SymbolCategory::iterator symbol, symEnd = m_OutputSymbols.end(); local
[all...]
/frameworks/base/tools/aapt/
H A DAaptAssets.h316 * All information we know about a particular symbol.
381 if (!check_valid_symbol_name(name, pos, "symbol")) {
392 if (!check_valid_symbol_name(name, pos, "symbol")) {
402 if (!check_valid_symbol_name(name, pos, "symbol")) {
411 if (!check_valid_symbol_name(name, pos, "symbol")) {
446 if (!check_valid_symbol_name(name, pos, "nested symbol")) {
472 bool check_valid_symbol_name(const String8& symbol, const SourcePos& pos, const char* label) { argument
473 if (valid_symbol_name(symbol)) {
476 pos.error("invalid %s: '%s'\n", label, symbol.string());
479 AaptSymbolEntry& edit_symbol(const String8& symbol, cons argument
[all...]
H A DAaptAssets.cpp1887 entry.sourcePos.error("Symbol '%s' declared with <java-symbol> not defined\n", name.string());
1891 //printf("**** setting symbol #%d/%d %s to isJavaSymbol=%d\n",
1903 pos.error("Java symbol dir %s not defined\n", name.string());
2507 pos.error("Java symbol dir %s not defined\n", name.string());
2604 valid_symbol_name(const String8& symbol) argument
2619 const char*const s = symbol.string();
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp75 // Define the symbol _GLOBAL_OFFSET_TABLE_ if there is a symbol with the
125 // rsym - The relocation target symbol
129 // A refernece to symbol _GLOBAL_OFFSET_TABLE_ implies
237 /// isGOTSymbol - return true if the symbol is the GOT entry.
246 /// emitDynamicSymbol - emit dynamic symbol.
255 // maintain output's symbol and index map
262 // write out symbol
316 // add index 0 symbol into SymIndexMap
324 for (SymbolCategory::iterator symbol
[all...]
/frameworks/compile/slang/
H A DSlangData.mk23 # slangdata_output_var_name -- name of the symbol that needs to be defined
/frameworks/base/libs/androidfw/
H A DKeyCharacterMap.cpp1031 char16_t symbol = 0; local
1040 symbol = ch;
1044 key->number = digit ? digit : symbol;

Completed in 255 milliseconds