Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp653 uint64_t tbss_offset = tbss_sect.size(); in allocateCommonSymbols() local
671 tbss_offset += ObjectBuilder::AppendFragment(*frag, in allocateCommonSymbols()
698 tbss_offset += ObjectBuilder::AppendFragment(*frag, in allocateCommonSymbols()
711 tbss_sect.setSize(tbss_offset); in allocateCommonSymbols()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp1587 uint64_t tbss_offset = tbss_sect.size(); in allocateCommonSymbols() local
1605 tbss_offset += ObjectBuilder::AppendFragment(*frag, in allocateCommonSymbols()
1631 tbss_offset += ObjectBuilder::AppendFragment(*frag, in allocateCommonSymbols()
1643 tbss_sect.setSize(tbss_offset); in allocateCommonSymbols()