Home
last modified time | relevance | path

Searched refs:getBSS (Results 1 – 9 of 9) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
DLDFileFormat.h82 LDSection& getBSS() { in getBSS() function
87 const LDSection& getBSS() const { in getBSS() function
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64Relocator.cpp114 bss_sect_hdr = &file_format->getBSS(); in defineSymbolforCopyReloc()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonRelocator.cpp416 bss_sect_hdr = &file_format->getBSS(); in defineSymbolforCopyReloc()
DHexagonLDBackend.cpp760 LDSection& bss_sect = file_format->getBSS(); in allocateCommonSymbols()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp595 LDSection& bss_sect = file_format->getBSS(); in allocateCommonSymbols()
DMipsRelocator.cpp490 : &fileFormat->getBSS(); in defineSymbolforCopyReloc()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp1517 LDSection& bss_sect = file_format->getBSS(); in allocateCommonSymbols()
1786 (sect != &(file_format->getBSS())) && in createProgramHdrs()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocator.cpp345 bss_sect_hdr = &file_format->getBSS(); in defineSymbolforCopyReloc()
/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.cpp211 bss_sect_hdr = &file_format->getBSS(); in defineSymbolforCopyReloc()