Home
last modified time | relevance | path

Searched refs:getLink (Results 1 – 11 of 11) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DELFObjectReader.cpp97 assert(NULL != (*section)->getLink()); in readSections()
100 *(*section)->getLink(), in readSections()
133 assert(NULL != (*section)->getLink()); in readSections()
134 size_t link_index = (*section)->getLink()->index(); in readSections()
221 LDSection* strtab_shdr = symtab_shdr->getLink(); in readSymbols()
DELFDynObjReader.cpp96 LDSection* strtab_shdr = symtab_shdr->getLink(); in readSymbols()
DELFWriter.cpp619 const LDSection* info_link = pSection.getLink(); in getSectInfo()
/frameworks/compile/mclinker/include/mcld/LD/
DLDSection.h101 LDSection* getLink() in getLink() function
104 const LDSection* getLink() const in getLink() function
DELFReader.tcc373 LDSection* strtab = symtab->getLink(); in readSymbol()
471 pLinker.getLayout().getFragmentRef(*pSection.getLink(), r_offset); in readRela()
476 << pSection.getLink()->index() in readRela()
519 pLinker.getLayout().getFragmentRef(*pSection.getLink(), r_offset); in readRel()
524 << pSection.getLink()->index() in readRel()
541 const LDSection* dynstr_sect = dynamic_sect->getLink(); in readDynamic()
/frameworks/compile/linkloader/include/impl/
DELFSectionHeader.hxx92 PRINT_LINT("Link", getLink()); in print()
/frameworks/base/icu4j/java/android/icu/text/
DArabicShaping.java950 private static int getLink(char ch) { in getLink() method in ArabicShaping
1664 int currLink = getLink(dest[i]); in shapeUnicode()
1683 nextLink = getLink(dest[nw]); in shapeUnicode()
1703 currLink = getLink(wLamalef); // requires '\u0000', unfortunately in shapeUnicode()
1775 currLink = getLink(dest[i]); in shapeUnicode()
/frameworks/compile/linkloader/include/
DELFSectionHeader.h74 word_t getLink() const { in getLink() function
/frameworks/compile/mclinker/lib/Target/X86/
DX86LDBackend.cpp486 assert(NULL != pSection.getLink()); in scanRelocation()
487 if (0 == (pSection.getLink()->flag() & llvm::ELF::SHF_ALLOC)) { in scanRelocation()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp130 assert(NULL != pSection.getLink()); in scanRelocation()
131 if (0 == (pSection.getLink()->flag() & llvm::ELF::SHF_ALLOC)) { in scanRelocation()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp726 assert(NULL != pSection.getLink()); in scanRelocation()
727 if (0 == (pSection.getLink()->flag() & llvm::ELF::SHF_ALLOC)) { in scanRelocation()