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

/frameworks/compile/mclinker/lib/LD/
H A DRelocator.cpp30 if (pReloc.symInfo()->type() == ResolveInfo::Section) {
H A DELFBinaryReader.cpp81 ResolveInfo::Section,
H A DSectionSymbolSet.cpp43 ResolveInfo::Section,
54 // insert the symbol to the Section to Symbol hash map
H A DELFReaderIf.cpp37 if (llvm::ELF::SHN_ABS == pShndx && ResolveInfo::Section == result) {
H A DELFObjectReader.cpp119 ResolveInfo::Section == signature->type()) {
H A DELFReader.cpp138 if (ResolveInfo::Section == ld_type) {
139 // Section symbol's st_name is the section index.
699 if (ResolveInfo::Section == ld_type) {
700 // Section symbol's st_name is the section index.
/frameworks/av/include/media/stagefright/
H A DMediaCodecList.h57 enum Section { enum in struct:android::MediaCodecList
75 Section mCurrentSection;
/frameworks/compile/mclinker/include/mcld/LD/
H A DResolveInfo.h54 Section = 3, enumerator in enum:mcld::ResolveInfo::Type
261 static const uint32_t section_flag = Section << TYPE_OFFSET;
/frameworks/compile/mclinker/lib/Fragment/
H A DRelocation.cpp93 if (m_pSymInfo->type() == ResolveInfo::Section &&
154 if (m_pSymInfo->type() == ResolveInfo::Section) {
/frameworks/compile/mclinker/unittests/
H A DLinkerTest.cpp434 ".text", ResolveInfo::Section,
438 ".data", ResolveInfo::Section,
442 ".bss", ResolveInfo::Section,
446 ".ARM.attributes", ResolveInfo::Section,
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOT.cpp239 if (pInfo.type() != ResolveInfo::Section) {
252 if (pInfo.type() != ResolveInfo::Section)
H A DMipsLDBackend.cpp86 ResolveInfo::Section,
183 return ResolveInfo::Section != pSym.type() ||
H A DMipsRelocator.cpp378 if (got.isLocal(rsym) && ResolveInfo::Section == rsym->type()) {
401 if (!got.isLocal(rsym) || ResolveInfo::Section != rsym->type()) {
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp550 if (pType == ResolveInfo::Section) {
574 if (pType != ResolveInfo::Section) {
612 if (pType == ResolveInfo::Section)
681 ResolveInfo::Section == resolve_info->type() &&
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1796 std::string Section; local
1800 Section = SectionTable[Record[5]-1];
1818 if (!Section.empty())
1819 NewGV->setSection(Section);
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2071 std::string Section; local
2075 Section = SectionTable[Record[5]-1];
2093 if (!Section.empty())
2094 NewGV->setSection(Section);
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp310 if (pReloc.symInfo()->type() == ResolveInfo::Section) {
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1329 return ResolveInfo::Section != pSym.type();

Completed in 468 milliseconds