Searched refs:sym_sect (Results 1 – 1 of 1) sorted by relevance
283 const LDSection* sym_sect = in scanLocalReloc() local285 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() local998 if (&file_format->getTData() == sym_sect) in tls_gd()