Searched defs:got (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/tools/aapt/tests/
H A DCrunchCache_test.cpp18 void expectEqual(int got, int expected, const char* desc) { argument
20 cout << "Got " << got << ", expected " << expected << "...";
21 cout << ( (got == expected) ? "PASSED" : "FAILED") << endl;
22 errno += ((got == expected) ? 0 : 1);
/frameworks/base/tools/aidl/
H A Doptions_test.cpp21 match_arrays(const char* const*expected, const vector<string> &got) argument
27 if (got.size() != count) {
31 if (got[i] != expected[i]) {
48 print_array(const char* prefix, const vector<string> &got) argument
50 size_t count = got.size();
52 cout << prefix << got[i] << endl;
71 cout << "mismatch: result: got " << result << " expected " <<
83 cout << "mismatch: systemSearchPath: got" << endl;
92 cout << "mismatch: localSearchPath: got" << endl;
101 cout << "mismatch: inputFileName: got " << option
[all...]
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOT.cpp86 GOTEntry* got = &(llvm::cast<GOTEntry>((*it))); local
87 *buffer = static_cast<uint32_t>(got->getContent());
H A DMipsRelocationFactory.cpp121 MipsGOT& got = ld_backend.getGOT(); local
123 GOTEntry& got_entry = *got.getEntry(*rsym, pExist);
129 if (!(got.isLocal(rsym) && rsym->type() == ResolveInfo::Section)) {
173 MipsGOT& got = ld_backend.getGOT(); local
185 if (got.isLocal(rsym)) {
H A DMipsLDBackend.cpp139 // that a .got section is needed.
214 // when building shared object, the .got section is must.
692 // For got16 section based relocations, we need to reserve got entries.
843 LDSection& got = file_format->getGOT(); local
844 m_pGOT = new MipsGOT(got, pLinker.getOrCreateSectData(got));
846 // define symbol _GLOBAL_OFFSET_TABLE_ when .got create
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMGOT.cpp175 GOTEntry* got = 0; local
180 got = &(llvm::cast<GOTEntry>((*it)));
181 *buffer = static_cast<uint32_t>(got->getContent());
H A DARMLDBackend.cpp131 // when building shared object, the .got section is must.
185 // get .got LDSection and create SectionData
188 LDSection& got = file_format->getGOT(); local
189 m_pGOT = new ARMGOT(got, pLinker.getOrCreateSectData(got));
191 // define symbol _GLOBAL_OFFSET_TABLE_ when .got create
506 // Create .got section if it doesn't exist
514 // in .got and .rel.plt. (GOT entry will be reserved simultaneously
650 // Create .got section if it doesn't exist
659 // in .got an
[all...]
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp80 // when building shared object, the .got section is needed
112 // get .got LDSection and create SectionData
115 LDSection& got = file_format->getGOT(); local
116 m_pGOT = new X86GOT(got, pLinker.getOrCreateSectData(got));
121 // get .got.plt LDSection and create SectionData
127 // define symbol _GLOBAL_OFFSET_TABLE_ when .got.plt create
328 // Create .got section if it dosen't exist
336 // in .got and .rel.plt. (GOT entry will be reserved simultaneously
386 // Create .got sectio
563 GOTEntry* got = 0; local
580 GOTEntry* got = 0; local
[all...]
/frameworks/base/tools/aapt/
H A DResourceTable.cpp2320 bool got = getItemValue(attrID, e->getBag().valueAt(i).bagKeyId, &val); local
2321 if (!got) {

Completed in 752 milliseconds