Home
last modified time | relevance | path

Searched refs:bss_offset (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp777 uint64_t bss_offset = bss_sect.size(); in allocateCommonSymbols() local
833 bss_offset += ObjectBuilder::AppendFragment( in allocateCommonSymbols()
891 bss_offset += ObjectBuilder::AppendFragment( in allocateCommonSymbols()
897 bss_sect.setSize(bss_offset); in allocateCommonSymbols()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp612 uint64_t bss_offset = bss_sect.size(); in allocateCommonSymbols() local
636 bss_offset += ObjectBuilder::AppendFragment( in allocateCommonSymbols()
663 bss_offset += ObjectBuilder::AppendFragment( in allocateCommonSymbols()
670 bss_sect.setSize(bss_offset); in allocateCommonSymbols()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp1534 uint64_t bss_offset = bss_sect.size(); in allocateCommonSymbols() local
1557 bss_offset += ObjectBuilder::AppendFragment( in allocateCommonSymbols()
1583 bss_offset += ObjectBuilder::AppendFragment( in allocateCommonSymbols()
1590 bss_sect.setSize(bss_offset); in allocateCommonSymbols()