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.cpp118 bss_sect_hdr = &file_format->getBSS(); in defineSymbolforCopyReloc()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp528 LDSection& bss_sect = file_format->getBSS(); in allocateCommonSymbols()
DMipsRelocator.cpp505 : &fileFormat->getBSS(); in defineSymbolforCopyReloc()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonRelocator.cpp406 bss_sect_hdr = &file_format->getBSS(); in defineSymbolforCopyReloc()
DHexagonLDBackend.cpp770 LDSection& bss_sect = file_format->getBSS(); in allocateCommonSymbols()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp1580 LDSection& bss_sect = file_format->getBSS(); in allocateCommonSymbols()
1877 (sect != &(file_format->getBSS())) && in createProgramHdrs()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocator.cpp396 bss_sect_hdr = &file_format->getBSS(); in defineSymbolforCopyReloc()
/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.cpp234 bss_sect_hdr = &file_format->getBSS(); in defineSymbolforCopyReloc()