Home
last modified time | relevance | path

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

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