Searched refs:bss_data (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.cpp117 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/
H A DARMRelocator.cpp348 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);

Completed in 49 milliseconds