Searched refs:getOutputLDSection (Results 1 - 8 of 8) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DRelocation.cpp37 Address sect_addr = pLayout.getOutputLDSection(*(m_TargetAddress.frag()))->addr();
H A DLayout.cpp193 LDSection* output_sect = getOutputLDSection(pFrag);
297 /// getOutputLDSection
298 LDSection* Layout::getOutputLDSection(const Fragment& pFrag) function in class:Layout
307 /// getOutputLDSection
308 const LDSection* Layout::getOutputLDSection(const Fragment& pFrag) const function in class:Layout
/frameworks/compile/mclinker/include/mcld/LD/
H A DLayout.h105 /// getOutputLDSection - give a Fragment, return the corresponding output
109 LDSection* getOutputLDSection(const Fragment& pFrag);
111 /// getOutputLDSection - give a Fragment, return the corresponding output
115 const LDSection* getOutputLDSection(const Fragment& pFrag) const;
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocationFactory.cpp396 const LDSection* target_sect = pParent.getLayout().getOutputLDSection(
655 const LDSection* target_sect = pParent.getLayout().getOutputLDSection(
708 const LDSection* target_sect = pParent.getLayout().getOutputLDSection(
757 const LDSection* target_sect = pParent.getLayout().getOutputLDSection(
827 const LDSection* target_sect = pParent.getLayout().getOutputLDSection(
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86RelocationFactory.cpp256 const LDSection* target_sect = pParent.getLayout().getOutputLDSection(
308 const LDSection* target_sect = pParent.getLayout().getOutputLDSection(
/frameworks/compile/mclinker/lib/MC/
H A DMCLinker.cpp453 uint64_t addr = getLayout().getOutputLDSection(*(*symbol)->fragRef()->frag())->addr();
642 size_t out_offset = m_Layout.getOutputLDSection(*reloc->targetRef().frag())->offset() +
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocationFactory.cpp220 const LDSection* target_sect = pParent.getLayout().getOutputLDSection(
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1259 return pLayout.getOutputLDSection(*pSymbol.fragRef()->frag())->index();
1816 if ((pLayout.getOutputLDSection(*pReloc.targetRef().frag())->flag() &

Completed in 90 milliseconds