/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsELFDynamic.h | 31 void reserveTargetEntries(const ELFFileFormat& pFormat); 32 void applyTargetEntries(const ELFFileFormat& pFormat); 34 size_t getSymTabNum(const ELFFileFormat& pFormat) const; 35 size_t getGotSym(const ELFFileFormat& pFormat) const; 36 size_t getLocalGotNum(const ELFFileFormat& pFormat) const;
|
D | MipsELFDynamic.cpp | 38 void MipsELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) in reserveTargetEntries() 52 void MipsELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) in applyTargetEntries() 66 size_t MipsELFDynamic::getSymTabNum(const ELFFileFormat& pFormat) const in getSymTabNum() 75 size_t MipsELFDynamic::getGotSym(const ELFFileFormat& pFormat) const in getGotSym() 83 size_t MipsELFDynamic::getLocalGotNum(const ELFFileFormat& pFormat) const in getLocalGotNum()
|
D | MipsLDBackend.cpp | 58 ELFFileFormat* file_format = getOutputFormat(); in initTargetSections() 131 ELFFileFormat* file_format = getOutputFormat(); in doPreLayout() 167 const ELFFileFormat* file_format = getOutputFormat(); in emitSectionData() 248 const ELFFileFormat* file_format = getOutputFormat(); in getTargetSectionOrder() 283 ELFFileFormat* file_format = getOutputFormat(); in allocateCommonSymbols()
|
/frameworks/compile/mclinker/include/mcld/Target/ |
D | ELFDynamic.h | 22 class ELFFileFormat; variable 155 void reserveEntries(const ELFFileFormat& pFormat); 161 void applyEntries(const ELFFileFormat& pFormat); 176 virtual void reserveTargetEntries(const ELFFileFormat& pFormat) = 0; 179 virtual void applyTargetEntries(const ELFFileFormat& pFormat) = 0;
|
D | GNULDBackend.h | 70 const ELFFileFormat* getOutputFormat() const; 71 ELFFileFormat* getOutputFormat();
|
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86ELFDynamic.h | 26 void reserveTargetEntries(const ELFFileFormat& pFormat); 27 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 | 164 const ELFFileFormat* FileFormat = getOutputFormat(); in emitSectionData() 251 const ELFFileFormat* file_format = getOutputFormat(); in getTargetSectionOrder() 327 ELFFileFormat* file_format = getOutputFormat(); in initTargetSections() 380 ELFFileFormat* file_format = getOutputFormat(); in setRelDynSize() 387 ELFFileFormat* file_format = getOutputFormat(); in setRelPLTSize() 428 const ELFFileFormat* FileFormat) const in emitGOTPLTSectionData() 497 ELFFileFormat* file_format = getOutputFormat(); in setRelDynSize() 504 ELFFileFormat* file_format = getOutputFormat(); in setRelPLTSize() 513 ELFFileFormat* file_format = getOutputFormat(); in initTargetSections() 576 const ELFFileFormat* FileFormat) const in emitGOTPLTSectionData()
|
D | X86LDBackend.h | 128 const ELFFileFormat* FileFormat) const = 0; 181 const ELFFileFormat* FileFormat) const; 221 const ELFFileFormat* FileFormat) const;
|
D | X86Relocator.cpp | 108 ELFFileFormat* file_format = pTarget.getOutputFormat(); in defineSymbolforCopyReloc() 282 ELFFileFormat* file_format = getTarget().getOutputFormat(); in scanLocalReloc() 972 ELFFileFormat* file_format = pParent.getTarget().getOutputFormat(); in tls_gd()
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMELFDynamic.h | 25 void reserveTargetEntries(const ELFFileFormat& pFormat); 26 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 | 95 ELFFileFormat* file_format = getOutputFormat(); in initTargetSections() 223 ELFFileFormat* file_format = getOutputFormat(); in doPreLayout() 244 const ELFFileFormat *file_format = getOutputFormat(); in doPostLayout() 317 const ELFFileFormat* file_format = getOutputFormat(); in emitSectionData() 495 const ELFFileFormat* file_format = getOutputFormat(); in getTargetSectionOrder() 521 ELFFileFormat* file_format = getOutputFormat(); in doRelax()
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonELFDynamic.h | 26 void reserveTargetEntries(const ELFFileFormat& pFormat); 27 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 | 140 const ELFFileFormat* FileFormat = getOutputFormat(); in emitSectionData() 294 ELFFileFormat* file_format = getOutputFormat(); in setRelaDynSize() 301 ELFFileFormat* file_format = getOutputFormat(); in setRelaPLTSize() 370 const ELFFileFormat* FileFormat) const in emitGOTPLTSectionData() 395 const ELFFileFormat* file_format = getOutputFormat(); in getTargetSectionOrder() 429 ELFFileFormat* file_format = getOutputFormat(); in initTargetSections() 572 ELFFileFormat* file_format = getOutputFormat(); in doRelax() 755 ELFFileFormat* file_format = getOutputFormat(); in allocateCommonSymbols()
|
D | HexagonLDBackend.h | 172 const ELFFileFormat* FileFormat) const;
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | ELFObjectFileFormat.h | 23 class ELFObjectFileFormat : public ELFFileFormat
|
D | ELFExecFileFormat.h | 23 class ELFExecFileFormat : public ELFFileFormat
|
D | ELFDynObjFileFormat.h | 23 class ELFDynObjFileFormat : public ELFFileFormat
|
D | ELFFileFormat.h | 31 class ELFFileFormat : public LDFileFormat 40 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 | 79 ELFFileFormat.cpp \
|
/frameworks/compile/mclinker/lib/Target/ |
D | GNULDBackend.cpp | 259 ELFFileFormat* file_format = getOutputFormat(); in initStandardSymbols() 503 ELFFileFormat* file_format = getOutputFormat(); in finalizeStandardSymbols() 683 ELFFileFormat* GNULDBackend::getOutputFormat() in getOutputFormat() 702 const ELFFileFormat* GNULDBackend::getOutputFormat() const in getOutputFormat() 758 ELFFileFormat* file_format = getOutputFormat(); in sizeNamePools() 953 ELFFileFormat* file_format = getOutputFormat(); in emitRegNamePools() 1019 ELFFileFormat* file_format = getOutputFormat(); in emitDynNamePools() 1137 ELFFileFormat* file_format = getOutputFormat(); in emitELFHashTab() 1176 ELFFileFormat* file_format = getOutputFormat(); in emitGNUHashTab() 1348 const ELFFileFormat* file_format = getOutputFormat(); in getSectionOrder() [all …]
|
D | ELFDynamic.cpp | 99 void ELFDynamic::reserveEntries(const ELFFileFormat& pFormat) in reserveEntries() 201 void ELFDynamic::applyEntries(const ELFFileFormat& pFormat) in applyEntries()
|