Searched refs:Section (Results 1 - 18 of 18) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DMediaCodecList.h55 enum Section { enum in struct:android::MediaCodecList
70 Section mCurrentSection;
71 Vector<Section> mPastSections;
/frameworks/compile/mclinker/lib/Fragment/
H A DRelocation.cpp93 if (m_pSymInfo->type() == ResolveInfo::Section &&
156 if (m_pSymInfo->type() == ResolveInfo::Section) {
/frameworks/compile/mclinker/lib/LD/
H A DELFBinaryReader.cpp82 ResolveInfo::Section,
H A DRelocator.cpp35 if (pReloc.symInfo()->type() == ResolveInfo::Section) {
H A DSectionSymbolSet.cpp43 ResolveInfo::Section,
54 // insert the symbol to the Section to Symbol hash map
H A DELFReaderIf.cpp33 if (llvm::ELF::SHN_ABS == pShndx && ResolveInfo::Section == result) {
H A DELFObjectReader.cpp130 ResolveInfo::Section == signature->type()) {
H A DELFReader.cpp139 if (ResolveInfo::Section == ld_type) {
140 // Section symbol's st_name is the section index.
664 if (ResolveInfo::Section == ld_type) {
665 // Section symbol's st_name is the section index.
/frameworks/compile/mclinker/unittests/
H A DLinkerTest.cpp435 ".text", ResolveInfo::Section,
439 ".data", ResolveInfo::Section,
443 ".bss", ResolveInfo::Section,
447 ".ARM.attributes", ResolveInfo::Section,
/frameworks/compile/mclinker/include/mcld/LD/
H A DResolveInfo.h52 Section = 3, enumerator in enum:mcld::ResolveInfo::Type
272 static const uint32_t section_flag = Section << TYPE_OFFSET;
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp420 if (ResolveInfo::Section == pInfo.type() || NULL == pInfo.outSymbol())
566 ResolveInfo::Section == info->type() &&
763 ResolveInfo::Section == info->type() &&
830 ResolveInfo::Section == info->type() &&
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp519 if (pType == ResolveInfo::Section) {
551 if (pType == ResolveInfo::Section)
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp139 ResolveInfo::Section,
289 return ResolveInfo::Section != pSym.type() ||
334 Elf64_Half section; // Section header index of section affected,
344 ODK_PAD = 3, // Section padding information.
H A DMipsRelocator.cpp678 if (ResolveInfo::Section == rsym->type())
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1842 std::string Section; local
1846 Section = SectionTable[Record[5]-1];
1864 if (!Section.empty())
1865 NewGV->setSection(Section);
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2115 std::string Section; local
2119 Section = SectionTable[Record[5]-1];
2137 if (!Section.empty())
2138 NewGV->setSection(Section);
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp463 if (pReloc.symInfo()->type() == ResolveInfo::Section) {
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1348 return ResolveInfo::Section != pSym.type();

Completed in 1977 milliseconds