/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonLDBackend.cpp | 797 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 …]
|
D | HexagonRelocator.cpp | 432 uint64_t size = ObjectBuilder::AppendFragment(*frag, *bss_section, addralign); in defineSymbolforCopyReloc()
|
/frameworks/compile/mclinker/include/mcld/Object/ |
D | ObjectBuilder.h | 91 static uint64_t AppendFragment(Fragment& pFrag,
|
/frameworks/compile/mclinker/lib/LD/ |
D | ELFBinaryReader.cpp | 56 m_Builder.AppendFragment(*frag, *data); in readBinary()
|
D | ELFReader.cpp | 60 ObjectBuilder::AppendFragment(*frag, pSD); in readRegularSection() 560 ObjectBuilder::AppendFragment(*frag, pSD); in readRegularSection()
|
/frameworks/compile/mclinker/unittests/ |
D | LinkerTest.cpp | 381 builder.AppendFragment(*text_frag, *text_data); in TEST_F() 427 builder.AppendFragment(*attr_frag, *attr_data); in TEST_F()
|
/frameworks/compile/mclinker/lib/Core/ |
D | IRBuilder.cpp | 331 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/ |
D | MipsLDBackend.cpp | 455 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()
|
D | MipsRelocator.cpp | 503 uint64_t size = ObjectBuilder::AppendFragment(*frag, *bssData, addrAlign); in defineSymbolforCopyReloc()
|
/frameworks/compile/mclinker/lib/Object/ |
D | ObjectBuilder.cpp | 179 uint64_t ObjectBuilder::AppendFragment(Fragment& pFrag, in AppendFragment() function in mcld::ObjectBuilder
|
/frameworks/compile/mclinker/include/mcld/ |
D | IRBuilder.h | 309 static uint64_t AppendFragment(Fragment& pFrag, SectionData& pSD);
|
/frameworks/compile/mclinker/lib/Target/ |
D | GNULDBackend.cpp | 1552 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/ |
D | AArch64Relocator.cpp | 129 uint64_t size = ObjectBuilder::AppendFragment(*frag, *bss_data, addralign); in defineSymbolforCopyReloc()
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMLDBackend.cpp | 633 ObjectBuilder::AppendFragment(*frag, pSD); in readSection()
|
D | ARMRelocator.cpp | 360 uint64_t size = ObjectBuilder::AppendFragment(*frag, *bss_data, addralign); in defineSymbolforCopyReloc()
|
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86Relocator.cpp | 227 uint64_t size = ObjectBuilder::AppendFragment(*frag, *bss_section, addralign); in defineSymbolforCopyReloc()
|