Searched refs:getLink (Results 1 - 20 of 20) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DELFObjectReader.cpp120 assert((*section)->getLink() != NULL);
122 pInput, *(*section)->getLink(), (*section)->getInfo());
186 assert((*section)->getLink() != NULL);
187 size_t link_index = (*section)->getLink()->index();
286 LDSection* strtab_shdr = symtab_shdr->getLink();
H A DELFDynObjReader.cpp103 LDSection* strtab_shdr = symtab_shdr->getLink();
H A DGarbageCollection.cpp137 LDSection* apply_sect = reloc_sect->getLink();
351 if (LDFileFormat::Ignore == reloc_sect->getLink()->kind())
H A DELFReader.cpp435 LDSection* strtab = symtab->getLink();
482 const LDSection* dynstr_sect = dynamic_sect->getLink();
929 LDSection* strtab = symtab->getLink();
976 const LDSection* dynstr_sect = dynamic_sect->getLink();
H A DEhFrame.cpp175 if ((*ri)->getLink() == &pFrame.getSection()) {
H A DIdenticalCodeFolding.cpp134 LDSection* target = (*sect)->getLink();
H A DELFObjectWriter.cpp624 const LDSection* info_link = pSection.getLink();
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDSection.h107 /// getLink - return the Link. When a section A needs the other section B
112 LDSection* getLink() { return m_pLink; } function in class:mcld::LDSection
114 const LDSection* getLink() const { return m_pLink; } function in class:mcld::LDSection
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMException.cpp73 exTuple->setTextSection(sect->getLink());
74 if (sect->getLink() == NULL) {
H A DARMLDBackend.cpp493 assert(pSection.getLink() != NULL);
494 if ((pSection.getLink()->kind() == LDFileFormat::Ignore) ||
495 (pSection.getLink()->kind() == LDFileFormat::Folded)) {
571 LDSection* apply_sect = reloc_sect->getLink();
612 assert(apply_sect->getLink() != NULL);
613 pSectReachedListMap.addReference(*apply_sect->getLink(), *apply_sect);
H A DARMRelocator.cpp449 getTarget().checkAndSetHasTextRel(*pSection.getLink());
571 getTarget().checkAndSetHasTextRel(*pSection.getLink());
648 getTarget().checkAndSetHasTextRel(*pSection.getLink());
738 assert(pSection.getLink() != NULL);
739 if ((pSection.getLink()->flag() & llvm::ELF::SHF_ALLOC) == 0)
/frameworks/compile/mclinker/unittests/
H A DELFReaderTest.cpp92 ASSERT_EQ(NULL, (*iter)->getLink());
105 LDSection* strtab_shdr = symtab_shdr->getLink();
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp172 assert(pSection.getLink() != NULL);
173 if ((pSection.getLink()->flag() & llvm::ELF::SHF_ALLOC) == 0)
326 getTarget().checkAndSetHasTextRel(*pSection.getLink());
350 getTarget().checkAndSetHasTextRel(*pSection.getLink());
449 getTarget().checkAndSetHasTextRel(*pSection.getLink());
499 getTarget().checkAndSetHasTextRel(*pSection.getLink());
550 getTarget().checkAndSetHasTextRel(*pSection.getLink());
643 getTarget().checkAndSetHasTextRel(*pSection.getLink());
703 getTarget().checkAndSetHasTextRel(*pSection.getLink());
752 getTarget().checkAndSetHasTextRel(*pSection.getLink());
[all...]
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.cpp198 assert(pSection.getLink() != NULL);
199 if ((pSection.getLink()->flag() & llvm::ELF::SHF_ALLOC) == 0)
262 getTarget().checkAndSetHasTextRel(*pSection.getLink());
300 getTarget().checkAndSetHasTextRel(*pSection.getLink());
309 getTarget().checkAndSetHasTextRel(*pSection.getLink());
313 getTarget().checkAndSetHasTextRel(*pSection.getLink());
317 getTarget().checkAndSetHasTextRel(*pSection.getLink());
370 getTarget().checkAndSetHasTextRel(*pSection.getLink());
395 getTarget().checkAndSetHasTextRel(*pSection.getLink());
422 getTarget().checkAndSetHasTextRel(*pSection.getLink());
[all...]
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.cpp163 getTarget().checkAndSetHasTextRel(*pSection.getLink());
189 getTarget().checkAndSetHasTextRel(*pSection.getLink());
248 getTarget().checkAndSetHasTextRel(*pSection.getLink());
383 assert(pSection.getLink() != NULL);
384 if ((pSection.getLink()->flag() & llvm::ELF::SHF_ALLOC) == 0)
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp211 assert(pSection.getLink() != NULL);
212 if ((pSection.getLink()->flag() & llvm::ELF::SHF_ALLOC) == 0)
277 getTarget().checkAndSetHasTextRel(*pSection.getLink());
338 ld_backend.checkAndSetHasTextRel(*pSection.getLink());
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp357 if ((*sect)->getLink()->kind() == LDFileFormat::Ignore ||
358 (*sect)->getLink()->kind() == LDFileFormat::Folded)
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp594 FragmentRef* frag_ref = FragmentRef::Create(*pSection.getLink(), pOffset);
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp2532 const LDSection* input_link = (*rs)->getLink();
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...

Completed in 8333 milliseconds