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

  /frameworks/compile/mclinker/include/mcld/Object/
ObjectBuilder.h 79 /// AppendFragment - To append pFrag to the given SectionData pSD.
90 static uint64_t AppendFragment(Fragment& pFrag, SectionData& pSD,
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 807 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(*frag
    [all...]
HexagonRelocator.cpp 422 uint64_t size = ObjectBuilder::AppendFragment(*frag, *bss_section, addralign);
  /frameworks/compile/mclinker/lib/LD/
ELFBinaryReader.cpp 63 m_Builder.AppendFragment(*frag, *data);
ELFReader.cpp 63 ObjectBuilder::AppendFragment(*frag, pSD);
588 ObjectBuilder::AppendFragment(*frag, pSD);
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 381 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,
MipsRelocator.cpp 518 uint64_t size = ObjectBuilder::AppendFragment(*frag, *bssData, addrAlign);
  /frameworks/compile/mclinker/unittests/
LinkerTest.cpp 383 builder.AppendFragment(*text_frag, *text_data);
426 builder.AppendFragment(*attr_frag, *attr_data);
  /frameworks/compile/mclinker/include/mcld/
IRBuilder.h 302 /// AppendFragment - To append pFrag to the given SectionData pSD.
316 static uint64_t AppendFragment(Fragment& pFrag, SectionData& pSD);
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 334 ObjectBuilder::AppendFragment(*frag, *sect_data);
363 /// AppendFragment - To append pFrag to the given SectionData pSD
364 uint64_t IRBuilder::AppendFragment(Fragment& pFrag, SectionData& pSD)
366 uint64_t size = ObjectBuilder::AppendFragment(pFrag,
382 uint64_t size = ObjectBuilder::AppendFragment(pFrag,
  /frameworks/compile/mclinker/lib/Object/
ObjectBuilder.cpp 168 /// AppendFragment - To append pFrag to the given SectionData pSD.
169 uint64_t ObjectBuilder::AppendFragment(Fragment& pFrag,
  /art/compiler/
elf_writer_mclinker.cc 210 ir_builder_->AppendFragment(*text_fragment, *text_sectiondata);
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64Relocator.cpp 133 uint64_t size = ObjectBuilder::AppendFragment(*frag, *bss_data, addralign);
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 520 ObjectBuilder::AppendFragment(*frag, pSD);
ARMRelocator.cpp 411 uint64_t size = ObjectBuilder::AppendFragment(*frag,
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 250 uint64_t size = ObjectBuilder::AppendFragment(*frag,
    [all...]

Completed in 312 milliseconds