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.cpp420 SectionData* bss_section = NULL; in defineSymbolforCopyReloc() local
422 bss_section = bss_sect_hdr->getSectionData(); in defineSymbolforCopyReloc()
424 bss_section = IRBuilder::CreateSectionData(*bss_sect_hdr); in defineSymbolforCopyReloc()
432 uint64_t size = ObjectBuilder::AppendFragment(*frag, *bss_section, addralign); in defineSymbolforCopyReloc()
/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.cpp215 SectionData* bss_section = NULL; in defineSymbolforCopyReloc() local
217 bss_section = bss_sect_hdr->getSectionData(); in defineSymbolforCopyReloc()
219 bss_section = IRBuilder::CreateSectionData(*bss_sect_hdr); in defineSymbolforCopyReloc()
227 uint64_t size = ObjectBuilder::AppendFragment(*frag, *bss_section, addralign); in defineSymbolforCopyReloc()