Searched refs:getTBSS (Results 1 - 9 of 9) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DELFFileFormat.h446 LDSection& getTBSS() { function in class:mcld::ELFFileFormat
451 const LDSection& getTBSS() const { function in class:mcld::ELFFileFormat
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.cpp116 bss_sect_hdr = &file_format->getTBSS();
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp232 bss_sect_hdr = &file_format->getTBSS();
442 else if (&file_format->getTBSS() == sym_sect || rsym->isCommon()) {
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp771 LDSection& tbss_sect = file_format->getTBSS();
H A DHexagonRelocator.cpp404 bss_sect_hdr = &file_format->getTBSS();
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp529 LDSection& tbss_sect = file_format->getTBSS();
H A DMipsRelocator.cpp504 ResolveInfo::ThreadLocal == pSym.type() ? &fileFormat->getTBSS()
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp394 bss_sect_hdr = &file_format->getTBSS();
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1581 LDSection& tbss_sect = file_format->getTBSS();
1944 tls_seg->append(&file_format->getTBSS());

Completed in 147 milliseconds