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

12

/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DELFObjectLoaderImpl.cpp46 // Retrive the pointer to the symbol table.
55 ALOGW("Object doesn't contain any symbol table.");
150 const ELFSymbol<64> *symbol = mSymTab->getByName(pName); local
152 const ELFSymbol<32> *symbol = mSymTab->getByName(pName); local
154 if (symbol == NULL) {
155 ALOGV("Request symbol '%s' is not found in the object!", pName);
159 return symbol->getAddress(mObject->getHeader()->getMachine(),
169 const ELFSymbol<64> *symbol = mSymTab->getByName(pName); local
171 const ELFSymbol<32> *symbol = mSymTab->getByName(pName); local
174 if (symbol
207 ELFSymbol<64> *symbol = (*mSymTab)[i]; local
[all...]
H A DSymbolResolvers.cpp35 void* dlsym(void* handle, const char* symbol) { argument
60 // Make the symbol within the given library to be local such that it won't
61 // be available for symbol resolution of subsequently loaded libraries.
/frameworks/av/media/libmediaplayerservice/
H A DSharedLibrary.cpp43 void *SharedLibrary::lookup(const char *symbol) const {
47 return dlsym(mLibHandle, symbol);
H A DSharedLibrary.h31 void *lookup(const char *symbol) const;
/frameworks/rs/cpu_ref/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/include/mcld/LD/
H A DBranchIsland.h117 const LDSymbol* symbol() const { return m_pSymbol; } function in class:mcld::BranchIsland::Key
125 llvm::StringRef sym_name(KEY.symbol()->name());
141 if (KEY1.symbol() == KEY2.symbol()) {
145 if (KEY1.symbol()->hasFragRef() && KEY2.symbol()->hasFragRef()) {
146 const FragmentRef* ref1 = KEY1.symbol()->fragRef();
147 const FragmentRef* ref2 = KEY2.symbol()->fragRef();
/frameworks/base/tools/aapt/
H A DSymbol.h27 * A resource symbol, not attached to any configuration or context.
43 * A specific defintion of a symbol, defined with a configuration and a definition site.
50 Symbol symbol; member in struct:SymbolDefinition
85 : symbol(s)
91 return (symbol < rhs.symbol) || (config < rhs.config) || (source < rhs.source);
H A DAaptAssets.h308 * All information we know about a particular symbol.
373 if (!check_valid_symbol_name(name, pos, "symbol")) {
384 if (!check_valid_symbol_name(name, pos, "symbol")) {
394 if (!check_valid_symbol_name(name, pos, "symbol")) {
403 if (!check_valid_symbol_name(name, pos, "symbol")) {
438 if (!check_valid_symbol_name(name, pos, "nested symbol")) {
464 bool check_valid_symbol_name(const String8& symbol, const SourcePos& pos, const char* label) { argument
465 if (valid_symbol_name(symbol)) {
468 pos.error("invalid %s: '%s'\n", label, symbol.string());
471 AaptSymbolEntry& edit_symbol(const String8& symbol, cons argument
[all...]
H A DResource.cpp1632 const Symbol& symbol = densityVaryingResources.keyAt(k); local
1633 ssize_t block = resTable.getResource(symbol.id, &val, true);
1637 block = finalResTable.getResource(symbol.id, &val, true);
1643 symbol.toString().string(), config.toString().string());
1651 symbol.toString().string(), def.config.toString().string());
1833 "%s:%d: Permission name <%s> is not a valid Java symbol\n",
2000 static String8 flattenSymbol(const String8& symbol) { argument
2001 String8 result(symbol);
2003 if ((first = symbol.find(":", 0)) >= 0
2004 || (first = symbol
2017 getSymbolPackage(const String8& symbol, const sp<AaptAssets>& assets, bool pub) argument
2025 getSymbolName(const String8& symbol) argument
[all...]
H A DAaptAssets.cpp874 entry.sourcePos.error("Symbol '%s' declared with <java-symbol> not defined\n", name.string());
878 //printf("**** setting symbol #%d/%d %s to isJavaSymbol=%d\n",
890 pos.error("Java symbol dir %s not defined\n", name.string());
1523 pos.error("Java symbol dir %s not defined\n", name.string());
1644 valid_symbol_name(const String8& symbol) argument
1659 const char*const s = symbol.string();
/frameworks/compile/mclinker/include/mcld/Script/
H A DAssignment.h56 const SymOperand& symbol() const { return m_Symbol; } function in class:mcld::Assignment
57 SymOperand& symbol() { return m_Symbol; } function in class:mcld::Assignment
/frameworks/rs/cpu_ref/linkloader/android/
H A Dlibrsloader.cpp163 ELFSymbol<64> *symbol = symtab->getByName(name); local
165 ELFSymbol<32> *symbol = symtab->getByName(name); local
168 if (!symbol) {
175 return symbol->getAddress(machine, false);
195 ELFSymbol<64> *symbol = symtab->getByName(name); local
197 ELFSymbol<32> *symbol = symtab->getByName(name); local
200 if (!symbol) {
205 return (size_t)symbol->getSize();
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp118 // Add the symbol set by -u as an undefind global symbol into symbol pool
138 // create the output symbol if it dose not have one
445 // Traverse all the resolveInfo and add the output symbol to output
485 // go through the entire symbol assignments
487 LDSymbol* symbol = NULL; local
488 assert((*it).second.symbol().type() == Operand::SYMBOL);
489 const llvm::StringRef symName = (*it).second.symbol().name();
494 // if the symbol doe
671 Module::sym_iterator symbol, symEnd = m_pModule->sym_end(); local
706 LDSymbol* symbol = (*assign).first; local
[all...]
H A DSectionMap.cpp356 (*dot).symbol().isDot() &&
367 *tok = &((*ref).symbol());
386 *tok = &((*dot).symbol());
/frameworks/compile/mclinker/lib/Script/
H A DRpnEvaluator.cpp83 // we set up symbol operand here.
86 const LDSymbol* symbol = local
88 if (symbol == NULL) {
92 sym_opd->setValue(symbol->value());
H A DScriptParser.yy192 %type <string> string symbol opt_region opt_lma_region wildcard_pattern
310 a symbol assignment (see Assignments)
469 a symbol assignment (see Assignments)
583 symbol_assignment : symbol '=' script_exp ';'
585 | symbol ADD_ASSIGN exp ';'
586 | symbol SUB_ASSIGN exp ';'
587 | symbol MUL_ASSIGN exp ';'
588 | symbol DIV_ASSIGN exp ';'
589 | symbol AND_ASSIGN exp ';'
590 | symbol OR_ASSIG
[all...]
H A DAssignment.cpp114 *it = &(prevDotAssign.symbol());
150 *it = &(prevDotAssign.symbol());
/frameworks/compile/mclinker/lib/LD/
H A DStubFactory.cpp75 // build a name for stub symbol
84 LDSymbol* symbol = local
94 stub->setSymInfo(symbol->resolveInfo());
H A DELFReader.cpp85 // skip the first NULL symbol
140 // Section symbol's st_name is the section index.
176 // 2. easy to know if a symbol is from .so
179 // sort symbols by symbol value and then weak before strong
182 // for each weak symbol, find out all its aliases, and
230 LDSymbol* symbol = pInput.context()->getSymbol(r_sym);
231 if (NULL == symbol) {
235 IRBuilder::AddRelocation(pSection, r_type, *symbol, r_offset, r_addend);
258 LDSymbol* symbol = pInput.context()->getSymbol(r_sym);
259 if (NULL == symbol) {
752 LDSymbol* symbol = pInput.context()->getSymbol(r_sym); local
[all...]
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp231 // name can be presented as C symbol
401 // symbol section index for _DYNAMIC. Now it will be ABS.
691 // ignore if symbol has no fragRef
695 // the value of a TLS symbol is the offset to the TLS segment
762 // number of entries in symbol tables starts from 1 to hold the special entry
774 // number of local symbol in the .symtab and .dynsym
779 Module::const_sym_iterator symbol, symEnd; local
784 2. check whether the symbol is used
793 for (symbol = symbols.begin(); symbol !
1014 Module::const_sym_iterator symbol, symEnd; local
1093 Module::const_sym_iterator symbol, symEnd = symbols.dynamicEnd(); local
1181 Module::const_sym_iterator symbol, symEnd = pSymtab.dynamicEnd(); local
1217 Module::const_sym_iterator symbol, symEnd = pSymtab.dynamicEnd(); local
[all...]
/frameworks/compile/mclinker/tools/mcld/
H A Dmain.cpp50 mcld::SymbolOptions symbol; local
75 if (!symbol.parse(pConfig))
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp131 // Define the symbol _GLOBAL_OFFSET_TABLE_ if there is a symbol with the
307 // define symbol _GLOBAL_OFFSET_TABLE_ when .got create
407 /// finalizeSymbol - finalize the symbol value
634 // calculate the possible symbol value
636 LDSymbol* symbol = relocation->symInfo()->outSymbol(); local
637 if (symbol->hasFragRef()) {
638 uint64_t value = symbol->fragRef()->getOutputOffset();
640 symbol->fragRef()->frag()->getParent()->getSection().addr();
651 sym_value, // symbol valu
[all...]
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp352 // define symbol _GLOBAL_OFFSET_TABLE_
508 // Define the symbol _GLOBAL_OFFSET_TABLE_ if there is a symbol with the
600 LDSymbol* symbol = relocation->symInfo()->outSymbol(); local
601 if (symbol->hasFragRef()) {
602 uint64_t value = symbol->fragRef()->getOutputOffset();
604 symbol->fragRef()->frag()->getParent()->getSection().addr();
608 sym_value, //symbol value
663 /// finalizeSymbol - finalize the symbol value
795 // We have to reset the description of the symbol her
[all...]
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp112 // Define the symbol _GLOBAL_OFFSET_TABLE_ if there is a symbol with the
124 // Define the symbol _PROCEDURE_LINKAGE_TABLE_ if there is a symbol with the
316 // the GOT and the symbol table. At the same time .gnu.hash
500 /// finalizeSymbol - finalize the symbol value
512 /// FIXME: Mips needs to allocate small common symbol
553 // We have to reset the description of the symbol here. When doing
562 // allocate TLS common symbol in tbss section
583 // We have to reset the description of the symbol her
690 LDSymbol* symbol = pRel.symInfo()->outSymbol(); local
[all...]
/frameworks/native/libs/input/
H A DKeyCharacterMap.cpp1033 char16_t symbol = 0; local
1042 symbol = ch;
1046 key->number = digit ? digit : symbol;

Completed in 527 milliseconds

12