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

/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp410 SectionData *bss_section = NULL; local
412 bss_section = bss_sect_hdr->getSectionData();
414 bss_section = IRBuilder::CreateSectionData(*bss_sect_hdr);
422 uint64_t size = ObjectBuilder::AppendFragment(*frag, *bss_section, addralign);
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp238 SectionData* bss_section = NULL; local
240 bss_section = bss_sect_hdr->getSectionData();
242 bss_section = IRBuilder::CreateSectionData(*bss_sect_hdr);
251 *bss_section,

Completed in 412 milliseconds