/frameworks/compile/mclinker/lib/Object/ |
D | ObjectBuilder.cpp | 29 ObjectBuilder::ObjectBuilder(Module& pTheModule) in ObjectBuilder() function in ObjectBuilder 34 LDSection* ObjectBuilder::CreateSection(const std::string& pName, in CreateSection() 56 LDSection* ObjectBuilder::MergeSection(const Input& pInputFile, in MergeSection() 117 bool ObjectBuilder::MoveSectionData(SectionData& pFrom, SectionData& pTo) in MoveSectionData() 154 void ObjectBuilder::UpdateSectionAlign(LDSection& pTo, const LDSection& pFrom) in UpdateSectionAlign() 161 void ObjectBuilder::UpdateSectionAlign(LDSection& pSection, in UpdateSectionAlign() 169 uint64_t ObjectBuilder::AppendFragment(Fragment& pFrag, in AppendFragment()
|
D | Android.mk | 4 ObjectBuilder.cpp \
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | ELFDynObjFileFormat.h | 15 class ObjectBuilder; variable 24 void initObjectFormat(ObjectBuilder& pBuilder, unsigned int pBitClass);
|
D | ELFObjectFileFormat.h | 15 class ObjectBuilder; variable 22 void initObjectFormat(ObjectBuilder& pBuilder, unsigned int pBitClass) { in initObjectFormat()
|
D | ELFExecFileFormat.h | 15 class ObjectBuilder; variable 24 void initObjectFormat(ObjectBuilder& pBuilder, unsigned int pBitClass);
|
D | LDFileFormat.h | 18 class ObjectBuilder; variable 58 virtual void initStdSections(ObjectBuilder& pBuilder,
|
D | ELFFileFormat.h | 16 class ObjectBuilder; variable 34 initObjectFormat(ObjectBuilder& pBuilder, unsigned int pBitClass) = 0; 39 void initStdSections(ObjectBuilder& pBuilder, unsigned int pBitClass);
|
/frameworks/compile/mclinker/include/mcld/Object/ |
D | ObjectBuilder.h | 29 class ObjectBuilder 32 ObjectBuilder(Module& pTheModule);
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonLDBackend.cpp | 432 ObjectBuilder& pBuilder) in initTargetSections() 715 ObjectBuilder builder(pModule); in mergeSection() 807 ObjectBuilder::AppendFragment(*frag, in allocateCommonSymbols() 815 ObjectBuilder::AppendFragment(*frag, in allocateCommonSymbols() 823 ObjectBuilder::AppendFragment(*frag, in allocateCommonSymbols() 831 ObjectBuilder::AppendFragment(*frag, in allocateCommonSymbols() 842 tbss_offset += ObjectBuilder::AppendFragment(*frag, in allocateCommonSymbols() 849 bss_offset += ObjectBuilder::AppendFragment(*frag, in allocateCommonSymbols() 872 ObjectBuilder::AppendFragment(*frag, in allocateCommonSymbols() 880 ObjectBuilder::AppendFragment(*frag, in allocateCommonSymbols() [all …]
|
D | HexagonLDBackend.h | 97 void initTargetSections(Module& pModule, ObjectBuilder& pBuilder);
|
/frameworks/compile/mclinker/include/mcld/Target/ |
D | TargetLDBackend.h | 34 class ObjectBuilder; variable 58 virtual void initTargetSections(Module& pModule, ObjectBuilder& pBuilder) { } in initTargetSections() 75 virtual bool initStdSections(ObjectBuilder& pBuilder) = 0;
|
D | GNULDBackend.h | 65 bool initStdSections(ObjectBuilder& pBuilder);
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsLDBackend.cpp | 94 ObjectBuilder& pBuilder) in initTargetSections() 381 ObjectBuilder::AppendFragment(*frag, pSD); in readSection() 563 tbss_offset += ObjectBuilder::AppendFragment(*frag, in allocateCommonSymbols() 566 ObjectBuilder::UpdateSectionAlign(tbss_sect, (*com_sym)->value()); in allocateCommonSymbols() 571 bss_offset += ObjectBuilder::AppendFragment(*frag, in allocateCommonSymbols() 574 ObjectBuilder::UpdateSectionAlign(bss_sect, (*com_sym)->value()); in allocateCommonSymbols() 593 tbss_offset += ObjectBuilder::AppendFragment(*frag, in allocateCommonSymbols() 596 ObjectBuilder::UpdateSectionAlign(tbss_sect, (*com_sym)->value()); in allocateCommonSymbols() 601 bss_offset += ObjectBuilder::AppendFragment(*frag, in allocateCommonSymbols() 604 ObjectBuilder::UpdateSectionAlign(bss_sect, (*com_sym)->value()); in allocateCommonSymbols() [all …]
|
D | MipsLDBackend.h | 44 void initTargetSections(Module& pModule, ObjectBuilder& pBuilder); 250 void initTargetSections(Module& pModule, ObjectBuilder& pBuilder); 267 void initTargetSections(Module& pModule, ObjectBuilder& pBuilder);
|
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86LDBackend.h | 82 virtual void initTargetSections(Module& pModule, ObjectBuilder& pBuilder) = 0; 168 void initTargetSections(Module& pModule, ObjectBuilder& pBuilder); 211 void initTargetSections(Module& pModule, ObjectBuilder& pBuilder);
|
D | X86LDBackend.cpp | 374 ObjectBuilder& pBuilder) in initTargetSections() 665 ObjectBuilder& pBuilder) in initTargetSections()
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64LDBackend.h | 39 void initTargetSections(Module& pModule, ObjectBuilder& pBuilder);
|
D | AArch64LDBackend.cpp | 88 ObjectBuilder& pBuilder) in initTargetSections()
|
/frameworks/compile/mclinker/lib/LD/ |
D | ELFExecFileFormat.cpp | 17 void ELFExecFileFormat::initObjectFormat(ObjectBuilder& pBuilder, in initObjectFormat()
|
D | ELFDynObjFileFormat.cpp | 17 void ELFDynObjFileFormat::initObjectFormat(ObjectBuilder& pBuilder, in initObjectFormat()
|
D | ELFFileFormat.cpp | 67 void ELFFileFormat::initStdSections(ObjectBuilder& pBuilder, unsigned int pBitClass) in initStdSections()
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMLDBackend.h | 49 void initTargetSections(Module& pModule, ObjectBuilder& pBuilder);
|
D | ARMLDBackend.cpp | 82 void ARMGNULDBackend::initTargetSections(Module& pModule, ObjectBuilder& pBuilder) in initTargetSections() 432 ObjectBuilder builder(pModule); in mergeSection() 520 ObjectBuilder::AppendFragment(*frag, pSD); in readSection()
|
/frameworks/compile/mclinker/lib/Core/ |
D | IRBuilder.cpp | 334 ObjectBuilder::AppendFragment(*frag, *sect_data); in CreateBSS() 366 uint64_t size = ObjectBuilder::AppendFragment(pFrag, in AppendFragment() 382 uint64_t size = ObjectBuilder::AppendFragment(pFrag, in AppendEhFrame()
|
/frameworks/compile/mclinker/lib/Target/ |
D | GNULDBackend.cpp | 191 bool GNULDBackend::initStdSections(ObjectBuilder& pBuilder) in initStdSections() 1615 tbss_offset += ObjectBuilder::AppendFragment(*frag, in allocateCommonSymbols() 1618 ObjectBuilder::UpdateSectionAlign(tbss_sect, (*com_sym)->value()); in allocateCommonSymbols() 1622 bss_offset += ObjectBuilder::AppendFragment(*frag, in allocateCommonSymbols() 1625 ObjectBuilder::UpdateSectionAlign(bss_sect, (*com_sym)->value()); in allocateCommonSymbols() 1644 tbss_offset += ObjectBuilder::AppendFragment(*frag, in allocateCommonSymbols() 1647 ObjectBuilder::UpdateSectionAlign(tbss_sect, (*com_sym)->value()); in allocateCommonSymbols() 1651 bss_offset += ObjectBuilder::AppendFragment(*frag, in allocateCommonSymbols() 1654 ObjectBuilder::UpdateSectionAlign(bss_sect, (*com_sym)->value()); in allocateCommonSymbols()
|