Home
last modified time | relevance | path

Searched refs:AppendFragment (Results 1 – 16 of 16) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp797 ObjectBuilder::AppendFragment( in allocateCommonSymbols()
804 ObjectBuilder::AppendFragment( in allocateCommonSymbols()
811 ObjectBuilder::AppendFragment( in allocateCommonSymbols()
818 ObjectBuilder::AppendFragment( in allocateCommonSymbols()
828 tbss_offset += ObjectBuilder::AppendFragment( in allocateCommonSymbols()
833 bss_offset += ObjectBuilder::AppendFragment( in allocateCommonSymbols()
855 ObjectBuilder::AppendFragment( in allocateCommonSymbols()
862 ObjectBuilder::AppendFragment( in allocateCommonSymbols()
869 ObjectBuilder::AppendFragment( in allocateCommonSymbols()
876 ObjectBuilder::AppendFragment( in allocateCommonSymbols()
[all …]
DHexagonRelocator.cpp432 uint64_t size = ObjectBuilder::AppendFragment(*frag, *bss_section, addralign); in defineSymbolforCopyReloc()
/frameworks/compile/mclinker/include/mcld/Object/
DObjectBuilder.h91 static uint64_t AppendFragment(Fragment& pFrag,
/frameworks/compile/mclinker/lib/LD/
DELFBinaryReader.cpp56 m_Builder.AppendFragment(*frag, *data); in readBinary()
DELFReader.cpp60 ObjectBuilder::AppendFragment(*frag, pSD); in readRegularSection()
560 ObjectBuilder::AppendFragment(*frag, pSD); in readRegularSection()
/frameworks/compile/mclinker/unittests/
DLinkerTest.cpp381 builder.AppendFragment(*text_frag, *text_data); in TEST_F()
427 builder.AppendFragment(*attr_frag, *attr_data); in TEST_F()
/frameworks/compile/mclinker/lib/Core/
DIRBuilder.cpp331 ObjectBuilder::AppendFragment(*frag, *sect_data); in CreateBSS()
361 uint64_t IRBuilder::AppendFragment(Fragment& pFrag, SectionData& pSD) { in AppendFragment() function in mcld::IRBuilder
363 ObjectBuilder::AppendFragment(pFrag, pSD, pSD.getSection().align()); in AppendFragment()
375 uint64_t size = ObjectBuilder::AppendFragment( in AppendEhFrame()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp455 ObjectBuilder::AppendFragment(*frag, pSD); in readSection()
630 tbss_offset += ObjectBuilder::AppendFragment( in allocateCommonSymbols()
636 bss_offset += ObjectBuilder::AppendFragment( in allocateCommonSymbols()
657 tbss_offset += ObjectBuilder::AppendFragment( in allocateCommonSymbols()
663 bss_offset += ObjectBuilder::AppendFragment( in allocateCommonSymbols()
DMipsRelocator.cpp503 uint64_t size = ObjectBuilder::AppendFragment(*frag, *bssData, addrAlign); in defineSymbolforCopyReloc()
/frameworks/compile/mclinker/lib/Object/
DObjectBuilder.cpp179 uint64_t ObjectBuilder::AppendFragment(Fragment& pFrag, in AppendFragment() function in mcld::ObjectBuilder
/frameworks/compile/mclinker/include/mcld/
DIRBuilder.h309 static uint64_t AppendFragment(Fragment& pFrag, SectionData& pSD);
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp1552 tbss_offset += ObjectBuilder::AppendFragment( in allocateCommonSymbols()
1557 bss_offset += ObjectBuilder::AppendFragment( in allocateCommonSymbols()
1578 tbss_offset += ObjectBuilder::AppendFragment( in allocateCommonSymbols()
1583 bss_offset += ObjectBuilder::AppendFragment( in allocateCommonSymbols()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64Relocator.cpp129 uint64_t size = ObjectBuilder::AppendFragment(*frag, *bss_data, addralign); in defineSymbolforCopyReloc()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp633 ObjectBuilder::AppendFragment(*frag, pSD); in readSection()
DARMRelocator.cpp360 uint64_t size = ObjectBuilder::AppendFragment(*frag, *bss_data, addralign); in defineSymbolforCopyReloc()
/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.cpp227 uint64_t size = ObjectBuilder::AppendFragment(*frag, *bss_section, addralign); in defineSymbolforCopyReloc()