/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsELFDynamic.h | 28 void reserveTargetEntries(const ELFFileFormat& pFormat); 29 void applyTargetEntries(const ELFFileFormat& pFormat); 31 size_t getSymTabNum(const ELFFileFormat& pFormat) const; 32 size_t getGotSym(const ELFFileFormat& pFormat) const; 33 size_t getLocalGotNum(const ELFFileFormat& pFormat) const;
|
D | MipsELFDynamic.cpp | 28 void MipsELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) in reserveTargetEntries() 44 void MipsELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) in applyTargetEntries() 60 size_t MipsELFDynamic::getSymTabNum(const ELFFileFormat& pFormat) const in getSymTabNum() 69 size_t MipsELFDynamic::getGotSym(const ELFFileFormat& pFormat) const in getGotSym() 77 size_t MipsELFDynamic::getLocalGotNum(const ELFFileFormat& pFormat) const in getLocalGotNum()
|
D | MipsLDBackend.cpp | 99 ELFFileFormat* file_format = getOutputFormat(); in initTargetSections() 196 ELFFileFormat* file_format = getOutputFormat(); in doPreLayout() 218 const ELFFileFormat *format = getOutputFormat(); in doPostLayout() 267 const ELFFileFormat* file_format = getOutputFormat(); in emitSectionData() 486 const ELFFileFormat* file_format = getOutputFormat(); in getTargetSectionOrder() 527 ELFFileFormat* file_format = getOutputFormat(); in allocateCommonSymbols() 920 ELFFileFormat* fileFormat = getOutputFormat(); in initTargetSections() 969 ELFFileFormat* fileFormat = getOutputFormat(); in initTargetSections()
|
/frameworks/compile/mclinker/include/mcld/Target/ |
D | ELFDynamic.h | 20 class ELFFileFormat; variable 152 void reserveEntries(const ELFFileFormat& pFormat); 158 void applyEntries(const ELFFileFormat& pFormat); 173 virtual void reserveTargetEntries(const ELFFileFormat& pFormat) = 0; 176 virtual void applyTargetEntries(const ELFFileFormat& pFormat) = 0;
|
D | GNULDBackend.h | 34 class ELFFileFormat; variable 68 const ELFFileFormat* getOutputFormat() const; 69 ELFFileFormat* getOutputFormat();
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonELFDynamic.h | 23 void reserveTargetEntries(const ELFFileFormat& pFormat); 24 void applyTargetEntries(const ELFFileFormat& pFormat);
|
D | HexagonELFDynamic.cpp | 24 void HexagonELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) in reserveTargetEntries() 31 void HexagonELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) in applyTargetEntries()
|
D | HexagonLDBackend.cpp | 147 const ELFFileFormat* FileFormat = getOutputFormat(); in emitSectionData() 301 ELFFileFormat* file_format = getOutputFormat(); in setRelaDynSize() 308 ELFFileFormat* file_format = getOutputFormat(); in setRelaPLTSize() 378 const ELFFileFormat* FileFormat) const in emitGOTPLTSectionData() 403 const ELFFileFormat* file_format = getOutputFormat(); in getTargetSectionOrder() 437 ELFFileFormat* file_format = getOutputFormat(); in initTargetSections() 582 ELFFileFormat* file_format = getOutputFormat(); in doRelax() 769 ELFFileFormat* file_format = getOutputFormat(); in allocateCommonSymbols()
|
D | HexagonLDBackend.h | 174 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 | 26 void AArch64ELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) in reserveTargetEntries() 39 void AArch64ELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) in applyTargetEntries()
|
D | AArch64LDBackend.cpp | 93 ELFFileFormat* file_format = getOutputFormat(); in initTargetSections() 227 ELFFileFormat* file_format = getOutputFormat(); in doPreLayout() 248 const ELFFileFormat *file_format = getOutputFormat(); in doPostLayout() 287 const ELFFileFormat* file_format = getOutputFormat(); in emitSectionData() 311 const ELFFileFormat* file_format = getOutputFormat(); in getTargetSectionOrder()
|
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86ELFDynamic.h | 23 void reserveTargetEntries(const ELFFileFormat& pFormat); 24 void applyTargetEntries(const ELFFileFormat& pFormat);
|
D | X86ELFDynamic.cpp | 25 void X86ELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) in reserveTargetEntries() 32 void X86ELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) in applyTargetEntries()
|
D | X86LDBackend.cpp | 173 const ELFFileFormat* FileFormat = getOutputFormat(); in emitSectionData() 256 const ELFFileFormat* file_format = getOutputFormat(); in getTargetSectionOrder() 377 ELFFileFormat* file_format = getOutputFormat(); in initTargetSections() 482 ELFFileFormat* file_format = getOutputFormat(); in setRelDynSize() 489 ELFFileFormat* file_format = getOutputFormat(); in setRelPLTSize() 530 const ELFFileFormat* FileFormat) const in emitGOTPLTSectionData() 652 ELFFileFormat* file_format = getOutputFormat(); in setRelDynSize() 659 ELFFileFormat* file_format = getOutputFormat(); in setRelPLTSize() 668 ELFFileFormat* file_format = getOutputFormat(); in initTargetSections() 731 const ELFFileFormat* FileFormat) const in emitGOTPLTSectionData()
|
D | X86LDBackend.h | 130 const ELFFileFormat* FileFormat) const = 0; 187 const ELFFileFormat* FileFormat) const; 230 const ELFFileFormat* FileFormat) const;
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMELFDynamic.h | 22 void reserveTargetEntries(const ELFFileFormat& pFormat); 23 void applyTargetEntries(const ELFFileFormat& pFormat);
|
D | ARMELFDynamic.cpp | 25 void ARMELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) in reserveTargetEntries() 32 void ARMELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) in applyTargetEntries()
|
D | ARMLDBackend.cpp | 107 ELFFileFormat* file_format = getOutputFormat(); in initTargetSections() 244 ELFFileFormat* file_format = getOutputFormat(); in doPreLayout() 265 const ELFFileFormat *file_format = getOutputFormat(); in doPostLayout() 338 const ELFFileFormat* file_format = getOutputFormat(); in emitSectionData() 587 const ELFFileFormat* file_format = getOutputFormat(); in getTargetSectionOrder() 613 ELFFileFormat* file_format = getOutputFormat(); in doRelax()
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | ELFDynObjFileFormat.h | 20 class ELFDynObjFileFormat : public ELFFileFormat
|
D | ELFExecFileFormat.h | 20 class ELFExecFileFormat : 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 ELFFileFormat 67 void ELFFileFormat::initStdSections(ObjectBuilder& pBuilder, unsigned int pBitClass) in initStdSections()
|
D | Android.mk | 81 ELFFileFormat.cpp \
|
/frameworks/compile/mclinker/lib/Target/ |
D | GNULDBackend.cpp | 279 ELFFileFormat* file_format = getOutputFormat(); in initStandardSymbols() 523 ELFFileFormat* file_format = getOutputFormat(); in finalizeStandardSymbols() 705 ELFFileFormat* GNULDBackend::getOutputFormat() in getOutputFormat() 724 const ELFFileFormat* GNULDBackend::getOutputFormat() const in getOutputFormat() 804 ELFFileFormat* file_format = getOutputFormat(); in sizeNamePools() 970 ELFFileFormat* file_format = getOutputFormat(); in emitRegNamePools() 1038 ELFFileFormat* file_format = getOutputFormat(); in emitDynNamePools() 1156 ELFFileFormat* file_format = getOutputFormat(); in emitELFHashTab() 1195 ELFFileFormat* file_format = getOutputFormat(); in emitGNUHashTab() 1367 const ELFFileFormat* file_format = getOutputFormat(); in getSectionOrder() [all …]
|