Home
last modified time | relevance | path

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

12

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsELFDynamic.h31 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;
DMipsELFDynamic.cpp38 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()
DMipsLDBackend.cpp58 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/
DELFDynamic.h22 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;
DGNULDBackend.h70 const ELFFileFormat* getOutputFormat() const;
71 ELFFileFormat* getOutputFormat();
/frameworks/compile/mclinker/lib/Target/X86/
DX86ELFDynamic.h26 void reserveTargetEntries(const ELFFileFormat& pFormat);
27 void applyTargetEntries(const ELFFileFormat& pFormat);
DX86ELFDynamic.cpp25 void X86ELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) in reserveTargetEntries()
32 void X86ELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) in applyTargetEntries()
DX86LDBackend.cpp164 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()
DX86LDBackend.h128 const ELFFileFormat* FileFormat) const = 0;
181 const ELFFileFormat* FileFormat) const;
221 const ELFFileFormat* FileFormat) const;
DX86Relocator.cpp108 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/
DARMELFDynamic.h25 void reserveTargetEntries(const ELFFileFormat& pFormat);
26 void applyTargetEntries(const ELFFileFormat& pFormat);
DARMELFDynamic.cpp25 void ARMELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) in reserveTargetEntries()
32 void ARMELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) in applyTargetEntries()
DARMLDBackend.cpp95 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/
DHexagonELFDynamic.h26 void reserveTargetEntries(const ELFFileFormat& pFormat);
27 void applyTargetEntries(const ELFFileFormat& pFormat);
DHexagonELFDynamic.cpp24 void HexagonELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) in reserveTargetEntries()
31 void HexagonELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) in applyTargetEntries()
DHexagonLDBackend.cpp140 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()
DHexagonLDBackend.h172 const ELFFileFormat* FileFormat) const;
/frameworks/compile/mclinker/include/mcld/LD/
DELFObjectFileFormat.h23 class ELFObjectFileFormat : public ELFFileFormat
DELFExecFileFormat.h23 class ELFExecFileFormat : public ELFFileFormat
DELFDynObjFileFormat.h23 class ELFDynObjFileFormat : public ELFFileFormat
DELFFileFormat.h31 class ELFFileFormat : public LDFileFormat
40 ELFFileFormat();
/frameworks/compile/mclinker/lib/LD/
DELFFileFormat.cpp17 ELFFileFormat::ELFFileFormat() in ELFFileFormat() function in ELFFileFormat
67 void ELFFileFormat::initStdSections(ObjectBuilder& pBuilder, unsigned int pBitClass) in initStdSections()
DAndroid.mk79 ELFFileFormat.cpp \
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp259 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 …]
DELFDynamic.cpp99 void ELFDynamic::reserveEntries(const ELFFileFormat& pFormat) in reserveEntries()
201 void ELFDynamic::applyEntries(const ELFFileFormat& pFormat) in applyEntries()

12