Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.cpp283 const LDSection* sym_sect = in scanLocalReloc() local
285 if (&file_format->getTData() == sym_sect) { in scanLocalReloc()
287 getTarget().setTDATASymbol(*pModule.getSectionSymbolSet().get(*sym_sect)); in scanLocalReloc()
289 else if (&file_format->getTBSS() == sym_sect || rsym->isCommon()) { in scanLocalReloc()
291 getTarget().setTBSSSymbol(*pModule.getSectionSymbolSet().get(*sym_sect)); in scanLocalReloc()
294 error(diag::invalid_tls) << rsym->name() << sym_sect->name(); in scanLocalReloc()
995 const LDSection* sym_sect = in tls_gd() local
998 if (&file_format->getTData() == sym_sect) in tls_gd()