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

/frameworks/rs/cpu_ref/linkloader/include/impl/
H A DELFSectionHeader.hxx92 PRINT_LINT("Link", getLink());
/frameworks/compile/mclinker/lib/LD/
H A DELFObjectReader.cpp122 assert(NULL != (*section)->getLink());
125 *(*section)->getLink(),
188 assert(NULL != (*section)->getLink());
189 size_t link_index = (*section)->getLink()->index();
292 LDSection* strtab_shdr = symtab_shdr->getLink();
H A DELFDynObjReader.cpp109 LDSection* strtab_shdr = symtab_shdr->getLink();
H A DGarbageCollection.cpp148 LDSection* apply_sect = reloc_sect->getLink();
361 if (LDFileFormat::Ignore == reloc_sect->getLink()->kind())
H A DELFReader.cpp456 LDSection* strtab = symtab->getLink();
505 const LDSection* dynstr_sect = dynamic_sect->getLink();
977 LDSection* strtab = symtab->getLink();
1026 const LDSection* dynstr_sect = dynamic_sect->getLink();
H A DEhFrame.cpp189 if ((*ri)->getLink() == &pFrame.getSection()) {
H A DELFObjectWriter.cpp640 const LDSection* info_link = pSection.getLink();
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDSection.h115 /// getLink - return the Link. When a section A needs the other section B
120 LDSection* getLink() function in class:mcld::LDSection
123 const LDSection* getLink() const function in class:mcld::LDSection
/frameworks/rs/cpu_ref/linkloader/include/
H A DELFSectionHeader.h73 word_t getLink() const { function in class:ELFSectionHeader_CRTP
/frameworks/compile/mclinker/unittests/
H A DELFReaderTest.cpp96 ASSERT_EQ(NULL, (*iter)->getLink());
110 LDSection* strtab_shdr = symtab_shdr->getLink();
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp193 assert(NULL != pSection.getLink());
194 if (0 == (pSection.getLink()->flag() & llvm::ELF::SHF_ALLOC))
360 getTarget().checkAndSetHasTextRel(*pSection.getLink());
381 getTarget().checkAndSetHasTextRel(*pSection.getLink());
485 getTarget().checkAndSetHasTextRel(*pSection.getLink());
536 getTarget().checkAndSetHasTextRel(*pSection.getLink());
587 getTarget().checkAndSetHasTextRel(*pSection.getLink());
681 getTarget().checkAndSetHasTextRel(*pSection.getLink());
738 getTarget().checkAndSetHasTextRel(*pSection.getLink());
787 getTarget().checkAndSetHasTextRel(*pSection.getLink());
[all...]
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.cpp168 getTarget().checkAndSetHasTextRel(*pSection.getLink());
192 getTarget().checkAndSetHasTextRel(*pSection.getLink());
252 getTarget().checkAndSetHasTextRel(*pSection.getLink());
387 assert(NULL != pSection.getLink());
388 if (0 == (pSection.getLink()->flag() & llvm::ELF::SHF_ALLOC))
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.cpp241 assert(NULL != pSection.getLink());
242 if (0 == (pSection.getLink()->flag() & llvm::ELF::SHF_ALLOC))
310 getTarget().checkAndSetHasTextRel(*pSection.getLink());
348 getTarget().checkAndSetHasTextRel(*pSection.getLink());
408 getTarget().checkAndSetHasTextRel(*pSection.getLink());
423 getTarget().checkAndSetHasTextRel(*pSection.getLink());
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp422 assert(NULL != pSection.getLink());
423 if (LDFileFormat::Ignore == pSection.getLink()->kind()) {
456 LDSection* apply_sect = reloc_sect->getLink();
497 assert(apply_sect->getLink() != NULL);
498 pSectReachedListMap.addReference(*apply_sect->getLink(), *apply_sect);
H A DARMRelocator.cpp509 getTarget().checkAndSetHasTextRel(*pSection.getLink());
636 getTarget().checkAndSetHasTextRel(*pSection.getLink());
712 getTarget().checkAndSetHasTextRel(*pSection.getLink());
806 assert(NULL != pSection.getLink());
807 if (0 == (pSection.getLink()->flag() & llvm::ELF::SHF_ALLOC))
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp206 assert(NULL != pSection.getLink());
207 if (0 == (pSection.getLink()->flag() & llvm::ELF::SHF_ALLOC))
270 getTarget().checkAndSetHasTextRel(*pSection.getLink());
329 ld_backend.checkAndSetHasTextRel(*pSection.getLink());
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp324 if ((*sect)->getLink()->kind() == LDFileFormat::Ignore ||
325 (*sect)->getLink()->kind() == LDFileFormat::Folded)
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp603 FragmentRef* frag_ref = FragmentRef::Create(*pSection.getLink(), pOffset);
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp2635 const LDSection* input_link = (*rs)->getLink();

Completed in 3144 milliseconds