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

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64Relocator.cpp 117 SectionData* bss_data = NULL; local
119 bss_data = bss_sect_hdr->getSectionData();
121 bss_data = IRBuilder::CreateSectionData(*bss_sect_hdr);
129 uint64_t size = ObjectBuilder::AppendFragment(*frag, *bss_data, addralign);
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp 348 SectionData* bss_data = NULL; local
350 bss_data = bss_sect_hdr->getSectionData();
352 bss_data = IRBuilder::CreateSectionData(*bss_sect_hdr);
360 uint64_t size = ObjectBuilder::AppendFragment(*frag, *bss_data, addralign);
    [all...]

Completed in 6475 milliseconds