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

/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp420 SectionData* bss_section = NULL; local
422 bss_section = bss_sect_hdr->getSectionData();
424 bss_section = IRBuilder::CreateSectionData(*bss_sect_hdr);
432 uint64_t size = ObjectBuilder::AppendFragment(*frag, *bss_section, addralign);
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp215 SectionData* bss_section = NULL; local
217 bss_section = bss_sect_hdr->getSectionData();
219 bss_section = IRBuilder::CreateSectionData(*bss_sect_hdr);
227 uint64_t size = ObjectBuilder::AppendFragment(*frag, *bss_section, addralign);

Completed in 82 milliseconds