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

/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp247 SectionData* bss_section = NULL; local
249 bss_section = bss_sect_hdr->getSectionData();
251 bss_section = IRBuilder::CreateSectionData(*bss_sect_hdr);
260 *bss_section,
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp116 SectionData* bss_section = NULL; local
118 bss_section = bss_sect_hdr->getSectionData();
120 bss_section = IRBuilder::CreateSectionData(*bss_sect_hdr);
129 *bss_section,

Completed in 61 milliseconds