Home
last modified time | relevance | path

Searched refs:ELFFileFormat (Results 1 – 25 of 32) sorted by relevance

12

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsELFDynamic.h27 void reserveTargetEntries(const ELFFileFormat& pFormat);
28 void applyTargetEntries(const ELFFileFormat& pFormat);
30 size_t getSymTabNum(const ELFFileFormat& pFormat) const;
31 size_t getGotSym(const ELFFileFormat& pFormat) const;
32 size_t getLocalGotNum(const ELFFileFormat& pFormat) const;
DMipsELFDynamic.cpp26 void MipsELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) { in reserveTargetEntries()
41 void MipsELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) { in applyTargetEntries()
56 size_t MipsELFDynamic::getSymTabNum(const ELFFileFormat& pFormat) const { in getSymTabNum()
64 size_t MipsELFDynamic::getGotSym(const ELFFileFormat& pFormat) const { in getGotSym()
71 size_t MipsELFDynamic::getLocalGotNum(const ELFFileFormat& pFormat) const { in getLocalGotNum()
DMipsLDBackend.cpp101 ELFFileFormat* file_format = getOutputFormat(); in initTargetSections()
208 ELFFileFormat* file_format = getOutputFormat(); in doPreLayout()
231 const ELFFileFormat* format = getOutputFormat(); in doPostLayout()
264 const ELFFileFormat* file_format = getOutputFormat(); in emitSectionData()
550 const ELFFileFormat* file_format = getOutputFormat(); in getTargetSectionOrder()
594 ELFFileFormat* file_format = getOutputFormat(); in allocateCommonSymbols()
1266 ELFFileFormat* fileFormat = getOutputFormat(); in initTargetSections()
1311 ELFFileFormat* fileFormat = getOutputFormat(); in initTargetSections()
/frameworks/compile/mclinker/include/mcld/Target/
DELFDynamic.h20 class ELFFileFormat; variable
137 void reserveEntries(const ELFFileFormat& pFormat);
143 void applyEntries(const ELFFileFormat& pFormat);
158 virtual void reserveTargetEntries(const ELFFileFormat& pFormat) = 0;
161 virtual void applyTargetEntries(const ELFFileFormat& pFormat) = 0;
DGNULDBackend.h32 class ELFFileFormat; variable
67 const ELFFileFormat* getOutputFormat() const;
68 ELFFileFormat* getOutputFormat();
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64ELFDynamic.h22 void reserveTargetEntries(const ELFFileFormat& pFormat);
23 void applyTargetEntries(const ELFFileFormat& pFormat);
DAArch64ELFDynamic.cpp24 void AArch64ELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) { in reserveTargetEntries()
35 void AArch64ELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) { in applyTargetEntries()
DAArch64LDBackend.cpp91 ELFFileFormat* file_format = getOutputFormat(); in initTargetSections()
214 ELFFileFormat* file_format = getOutputFormat(); in doPreLayout()
236 const ELFFileFormat* file_format = getOutputFormat(); in doPostLayout()
272 const ELFFileFormat* file_format = getOutputFormat(); in emitSectionData()
294 const ELFFileFormat* file_format = getOutputFormat(); in getTargetSectionOrder()
375 ELFFileFormat* file_format = getOutputFormat(); in doRelax()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMELFDynamic.h22 void reserveTargetEntries(const ELFFileFormat& pFormat);
23 void applyTargetEntries(const ELFFileFormat& pFormat);
DARMELFDynamic.cpp23 void ARMELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) { in reserveTargetEntries()
29 void ARMELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) { in applyTargetEntries()
DARMLDBackend.cpp175 ELFFileFormat* file_format = getOutputFormat(); in initTargetSections()
304 ELFFileFormat* file_format = getOutputFormat(); in doPreLayout()
326 const ELFFileFormat* file_format = getOutputFormat(); in doPostLayout()
393 const ELFFileFormat* file_format = getOutputFormat(); in emitSectionData()
689 const ELFFileFormat* file_format = getOutputFormat(); in getTargetSectionOrder()
822 ELFFileFormat* file_format = getOutputFormat(); in doRelax()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonELFDynamic.h22 void reserveTargetEntries(const ELFFileFormat& pFormat);
23 void applyTargetEntries(const ELFFileFormat& pFormat);
DHexagonELFDynamic.cpp23 void HexagonELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) { in reserveTargetEntries()
29 void HexagonELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) { in applyTargetEntries()
DHexagonLDBackend.cpp141 const ELFFileFormat* FileFormat = getOutputFormat(); in emitSectionData()
280 ELFFileFormat* file_format = getOutputFormat(); in setRelaDynSize()
286 ELFFileFormat* file_format = getOutputFormat(); in setRelaPLTSize()
350 const ELFFileFormat* FileFormat) const { in emitGOTPLTSectionData()
375 const ELFFileFormat* file_format = getOutputFormat(); in getTargetSectionOrder()
407 ELFFileFormat* file_format = getOutputFormat(); in initTargetSections()
550 ELFFileFormat* file_format = getOutputFormat(); in doRelax()
759 ELFFileFormat* file_format = getOutputFormat(); in allocateCommonSymbols()
DHexagonLDBackend.h167 const ELFFileFormat* FileFormat) const;
/frameworks/compile/mclinker/lib/Target/X86/
DX86ELFDynamic.h22 void reserveTargetEntries(const ELFFileFormat& pFormat);
23 void applyTargetEntries(const ELFFileFormat& pFormat);
DX86ELFDynamic.cpp23 void X86ELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) { in reserveTargetEntries()
29 void X86ELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) { in applyTargetEntries()
DX86LDBackend.cpp162 const ELFFileFormat* FileFormat = getOutputFormat(); in emitSectionData()
234 const ELFFileFormat* file_format = getOutputFormat(); in getTargetSectionOrder()
348 ELFFileFormat* file_format = getOutputFormat(); in initTargetSections()
444 ELFFileFormat* file_format = getOutputFormat(); in setRelDynSize()
450 ELFFileFormat* file_format = getOutputFormat(); in setRelPLTSize()
489 const ELFFileFormat* FileFormat) const { in emitGOTPLTSectionData()
601 ELFFileFormat* file_format = getOutputFormat(); in setRelDynSize()
607 ELFFileFormat* file_format = getOutputFormat(); in setRelPLTSize()
615 ELFFileFormat* file_format = getOutputFormat(); in initTargetSections()
674 const ELFFileFormat* FileFormat) const { in emitGOTPLTSectionData()
DX86LDBackend.h127 const ELFFileFormat* FileFormat) const = 0;
183 const ELFFileFormat* FileFormat) const;
225 const ELFFileFormat* FileFormat) const;
/frameworks/compile/mclinker/include/mcld/LD/
DELFDynObjFileFormat.h20 class ELFDynObjFileFormat : public ELFFileFormat {
DELFExecFileFormat.h20 class ELFExecFileFormat : public ELFFileFormat {
DELFObjectFileFormat.h20 class ELFObjectFileFormat : public ELFFileFormat {
/frameworks/compile/mclinker/lib/LD/
DELFFileFormat.cpp17 ELFFileFormat::ELFFileFormat() in ELFFileFormat() function in mcld::ELFFileFormat
66 void ELFFileFormat::initStdSections(ObjectBuilder& pBuilder, in initStdSections()
DAndroid.bp72 "ELFFileFormat.cpp",
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp266 ELFFileFormat* file_format = getOutputFormat(); in initStandardSymbols()
494 ELFFileFormat* file_format = getOutputFormat(); in finalizeStandardSymbols()
662 ELFFileFormat* GNULDBackend::getOutputFormat() { in getOutputFormat()
680 const ELFFileFormat* GNULDBackend::getOutputFormat() const { in getOutputFormat()
757 ELFFileFormat* file_format = getOutputFormat(); in sizeNamePools()
916 ELFFileFormat* file_format = getOutputFormat(); in emitRegNamePools()
984 ELFFileFormat* file_format = getOutputFormat(); in emitDynNamePools()
1101 ELFFileFormat* file_format = getOutputFormat(); in emitELFHashTab()
1139 ELFFileFormat* file_format = getOutputFormat(); in emitGNUHashTab()
1306 const ELFFileFormat* file_format = getOutputFormat(); in getSectionOrder()
[all …]

12