/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsELFDynamic.h | 27 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;
|
D | MipsELFDynamic.cpp | 26 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()
|
D | MipsLDBackend.cpp | 101 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/ |
D | ELFDynamic.h | 20 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;
|
D | GNULDBackend.h | 32 class ELFFileFormat; variable 67 const ELFFileFormat* getOutputFormat() const; 68 ELFFileFormat* getOutputFormat();
|
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86ELFDynamic.h | 22 void reserveTargetEntries(const ELFFileFormat& pFormat); 23 void applyTargetEntries(const ELFFileFormat& pFormat);
|
D | X86ELFDynamic.cpp | 23 void X86ELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) { in reserveTargetEntries() 29 void X86ELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) { in applyTargetEntries()
|
D | X86LDBackend.cpp | 162 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()
|
D | X86LDBackend.h | 127 const ELFFileFormat* FileFormat) const = 0; 183 const ELFFileFormat* FileFormat) const; 225 const ELFFileFormat* FileFormat) const;
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64ELFDynamic.h | 22 void reserveTargetEntries(const ELFFileFormat& pFormat); 23 void applyTargetEntries(const ELFFileFormat& pFormat);
|
D | AArch64ELFDynamic.cpp | 24 void AArch64ELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) { in reserveTargetEntries() 35 void AArch64ELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) { in applyTargetEntries()
|
D | AArch64LDBackend.cpp | 91 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/ |
D | ARMELFDynamic.h | 22 void reserveTargetEntries(const ELFFileFormat& pFormat); 23 void applyTargetEntries(const ELFFileFormat& pFormat);
|
D | ARMELFDynamic.cpp | 23 void ARMELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) { in reserveTargetEntries() 29 void ARMELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) { in applyTargetEntries()
|
D | ARMLDBackend.cpp | 175 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/ |
D | HexagonELFDynamic.h | 22 void reserveTargetEntries(const ELFFileFormat& pFormat); 23 void applyTargetEntries(const ELFFileFormat& pFormat);
|
D | HexagonELFDynamic.cpp | 23 void HexagonELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) { in reserveTargetEntries() 29 void HexagonELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) { in applyTargetEntries()
|
D | HexagonLDBackend.cpp | 141 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()
|
D | HexagonLDBackend.h | 167 const ELFFileFormat* FileFormat) const;
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | ELFExecFileFormat.h | 20 class ELFExecFileFormat : public ELFFileFormat {
|
D | ELFDynObjFileFormat.h | 20 class ELFDynObjFileFormat : public ELFFileFormat {
|
D | ELFObjectFileFormat.h | 20 class ELFObjectFileFormat : public ELFFileFormat {
|
/frameworks/compile/mclinker/lib/LD/ |
D | ELFFileFormat.cpp | 17 ELFFileFormat::ELFFileFormat() in ELFFileFormat() function in mcld::ELFFileFormat 66 void ELFFileFormat::initStdSections(ObjectBuilder& pBuilder, in initStdSections()
|
D | Android.bp | 72 "ELFFileFormat.cpp",
|
/frameworks/compile/mclinker/lib/Target/ |
D | GNULDBackend.cpp | 266 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 …]
|