Home
last modified time | relevance | path

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

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