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.h28 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;
DMipsELFDynamic.cpp28 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()
DMipsLDBackend.cpp99 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/
DELFDynamic.h20 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;
DGNULDBackend.h34 class ELFFileFormat; variable
68 const ELFFileFormat* getOutputFormat() const;
69 ELFFileFormat* getOutputFormat();
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonELFDynamic.h23 void reserveTargetEntries(const ELFFileFormat& pFormat);
24 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.cpp147 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()
DHexagonLDBackend.h174 const ELFFileFormat* FileFormat) const;
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64ELFDynamic.h22 void reserveTargetEntries(const ELFFileFormat& pFormat);
23 void applyTargetEntries(const ELFFileFormat& pFormat);
DAArch64ELFDynamic.cpp26 void AArch64ELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) in reserveTargetEntries()
39 void AArch64ELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) in applyTargetEntries()
DAArch64LDBackend.cpp93 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/
DX86ELFDynamic.h23 void reserveTargetEntries(const ELFFileFormat& pFormat);
24 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.cpp173 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()
DX86LDBackend.h130 const ELFFileFormat* FileFormat) const = 0;
187 const ELFFileFormat* FileFormat) const;
230 const ELFFileFormat* FileFormat) const;
/frameworks/compile/mclinker/lib/Target/ARM/
DARMELFDynamic.h22 void reserveTargetEntries(const ELFFileFormat& pFormat);
23 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.cpp107 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/
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 ELFFileFormat
67 void ELFFileFormat::initStdSections(ObjectBuilder& pBuilder, unsigned int pBitClass) in initStdSections()
DAndroid.mk81 ELFFileFormat.cpp \
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp279 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 …]

12