HomeSort by relevance Sort by last modified time
    Searched refs:AppendFragment (Results 1 - 16 of 16) sorted by null

  /frameworks/compile/mclinker/include/mcld/Object/
ObjectBuilder.h 80 /// AppendFragment - To append pFrag to the given SectionData pSD.
91 static uint64_t AppendFragment(Fragment& pFrag,
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 797 ObjectBuilder::AppendFragment(
804 ObjectBuilder::AppendFragment(
811 ObjectBuilder::AppendFragment(
818 ObjectBuilder::AppendFragment(
828 tbss_offset += ObjectBuilder::AppendFragment(
833 bss_offset += ObjectBuilder::AppendFragment(
855 ObjectBuilder::AppendFragment(
862 ObjectBuilder::AppendFragment(
869 ObjectBuilder::AppendFragment(
876 ObjectBuilder::AppendFragment(
    [all...]
HexagonRelocator.cpp 432 uint64_t size = ObjectBuilder::AppendFragment(*frag, *bss_section, addralign);
  /frameworks/compile/mclinker/lib/LD/
ELFBinaryReader.cpp 56 m_Builder.AppendFragment(*frag, *data);
ELFReader.cpp 60 ObjectBuilder::AppendFragment(*frag, pSD);
560 ObjectBuilder::AppendFragment(*frag, pSD);
    [all...]
  /frameworks/compile/mclinker/unittests/
LinkerTest.cpp 381 builder.AppendFragment(*text_frag, *text_data);
427 builder.AppendFragment(*attr_frag, *attr_data);
  /frameworks/compile/mclinker/include/mcld/
IRBuilder.h 295 /// AppendFragment - To append pFrag to the given SectionData pSD.
309 static uint64_t AppendFragment(Fragment& pFrag, SectionData& pSD);
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 331 ObjectBuilder::AppendFragment(*frag, *sect_data);
360 /// AppendFragment - To append pFrag to the given SectionData pSD
361 uint64_t IRBuilder::AppendFragment(Fragment& pFrag, SectionData& pSD) {
363 ObjectBuilder::AppendFragment(pFrag, pSD, pSD.getSection().align());
375 uint64_t size = ObjectBuilder::AppendFragment(
  /frameworks/compile/mclinker/lib/Object/
ObjectBuilder.cpp 178 /// AppendFragment - To append pFrag to the given SectionData pSD.
179 uint64_t ObjectBuilder::AppendFragment(Fragment& pFrag,
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 455 ObjectBuilder::AppendFragment(*frag, pSD);
630 tbss_offset += ObjectBuilder::AppendFragment(
636 bss_offset += ObjectBuilder::AppendFragment(
657 tbss_offset += ObjectBuilder::AppendFragment(
663 bss_offset += ObjectBuilder::AppendFragment(
    [all...]
MipsRelocator.cpp 503 uint64_t size = ObjectBuilder::AppendFragment(*frag, *bssData, addrAlign);
    [all...]
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64Relocator.cpp 129 uint64_t size = ObjectBuilder::AppendFragment(*frag, *bss_data, addralign);
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 633 ObjectBuilder::AppendFragment(*frag, pSD);
    [all...]
ARMRelocator.cpp 360 uint64_t size = ObjectBuilder::AppendFragment(*frag, *bss_data, addralign);
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 227 uint64_t size = ObjectBuilder::AppendFragment(*frag, *bss_section, addralign);
    [all...]

Completed in 549 milliseconds