Searched refs:getDynamic (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DELFFileFormat.h286 LDSection& getDynamic() { function in class:mcld::ELFFileFormat
291 const LDSection& getDynamic() const { function in class:mcld::ELFFileFormat
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp533 m_pGOTPLT->applyGOT0(FileFormat->getDynamic().addr());
734 m_pGOTPLT->applyGOT0(FileFormat->getDynamic().addr());
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.cpp262 m_pGOTPLT->applyGOT0(file_format->getDynamic().addr());
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp589 f_pDynamic->setValue(file_format->getDynamic().addr());
590 f_pDynamic->setSize(file_format->getDynamic().size());
891 file_format->getDynamic().setSize(dynamic().numOfBytes());
1049 LDSection& dyn_sect = file_format->getDynamic();
1419 if (&pSectHdr == &file_format->getDynamic())
1909 dyn_seg->append(&file_format->getDynamic());
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp281 m_pGOT->applyGOT0(file_format->getDynamic().addr());
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp381 m_pGOTPLT->applyGOT0(FileFormat->getDynamic().addr());

Completed in 476 milliseconds