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

/frameworks/compile/mclinker/include/mcld/Object/
H A DObjectBuilder.h79 /// AppendFragment - To append pFrag to the given SectionData pSD.
90 static uint64_t AppendFragment(Fragment& pFrag, SectionData& pSD,
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp807 ObjectBuilder::AppendFragment(*frag,
815 ObjectBuilder::AppendFragment(*frag,
823 ObjectBuilder::AppendFragment(*frag,
831 ObjectBuilder::AppendFragment(*frag,
842 tbss_offset += ObjectBuilder::AppendFragment(*frag,
849 bss_offset += ObjectBuilder::AppendFragment(*frag,
872 ObjectBuilder::AppendFragment(*frag,
880 ObjectBuilder::AppendFragment(*frag,
888 ObjectBuilder::AppendFragment(*frag,
896 ObjectBuilder::AppendFragment(*fra
[all...]
H A DHexagonRelocator.cpp422 uint64_t size = ObjectBuilder::AppendFragment(*frag, *bss_section, addralign);
/frameworks/compile/mclinker/lib/LD/
H A DELFBinaryReader.cpp63 m_Builder.AppendFragment(*frag, *data);
H A DELFReader.cpp63 ObjectBuilder::AppendFragment(*frag, pSD);
588 ObjectBuilder::AppendFragment(*frag, pSD);
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp381 ObjectBuilder::AppendFragment(*frag, pSD);
563 tbss_offset += ObjectBuilder::AppendFragment(*frag,
571 bss_offset += ObjectBuilder::AppendFragment(*frag,
593 tbss_offset += ObjectBuilder::AppendFragment(*frag,
601 bss_offset += ObjectBuilder::AppendFragment(*frag,
H A DMipsRelocator.cpp518 uint64_t size = ObjectBuilder::AppendFragment(*frag, *bssData, addrAlign);
/frameworks/compile/mclinker/unittests/
H A DLinkerTest.cpp383 builder.AppendFragment(*text_frag, *text_data);
426 builder.AppendFragment(*attr_frag, *attr_data);
/frameworks/compile/mclinker/include/mcld/
H A DIRBuilder.h302 /// AppendFragment - To append pFrag to the given SectionData pSD.
316 static uint64_t AppendFragment(Fragment& pFrag, SectionData& pSD);
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp334 ObjectBuilder::AppendFragment(*frag, *sect_data);
363 /// AppendFragment - To append pFrag to the given SectionData pSD
364 uint64_t IRBuilder::AppendFragment(Fragment& pFrag, SectionData& pSD) function in class:IRBuilder
366 uint64_t size = ObjectBuilder::AppendFragment(pFrag,
382 uint64_t size = ObjectBuilder::AppendFragment(pFrag,
/frameworks/compile/mclinker/lib/Object/
H A DObjectBuilder.cpp168 /// AppendFragment - To append pFrag to the given SectionData pSD.
169 uint64_t ObjectBuilder::AppendFragment(Fragment& pFrag, function in class:ObjectBuilder
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.cpp133 uint64_t size = ObjectBuilder::AppendFragment(*frag, *bss_data, addralign);
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp520 ObjectBuilder::AppendFragment(*frag, pSD);
H A DARMRelocator.cpp411 uint64_t size = ObjectBuilder::AppendFragment(*frag,
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1615 tbss_offset += ObjectBuilder::AppendFragment(*frag,
1622 bss_offset += ObjectBuilder::AppendFragment(*frag,
1644 tbss_offset += ObjectBuilder::AppendFragment(*frag,
1651 bss_offset += ObjectBuilder::AppendFragment(*frag,
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp250 uint64_t size = ObjectBuilder::AppendFragment(*frag,

Completed in 4904 milliseconds