Searched refs:sym_sect (Results 1 – 2 of 2) sorted by relevance
492 const LDSection* sym_sect = in scanLocalReloc() local494 if (&file_format->getTData() == sym_sect) { in scanLocalReloc()496 f_pTDATA = pModule.getSectionSymbolSet().get(*sym_sect); in scanLocalReloc()498 else if (&file_format->getTBSS() == sym_sect || rsym->isCommon()) { in scanLocalReloc()500 f_pTBSS = pModule.getSectionSymbolSet().get(*sym_sect); in scanLocalReloc()503 error(diag::invalid_tls) << rsym->name() << sym_sect->name(); in scanLocalReloc()
434 const LDSection* sym_sect = in tls_gd() local437 if (&file_format->getTData() == sym_sect) in tls_gd()