Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.cpp398 LDSymbol* sect_sym = NULL; in scanLocalReloc() local
401 sect_sym = pModule.getSectionSymbolSet().get(*sym_sect); in scanLocalReloc()
402 getTarget().setTDATASymbol(*sect_sym); in scanLocalReloc()
406 sect_sym = pModule.getSectionSymbolSet().get(*sym_sect); in scanLocalReloc()
407 getTarget().setTBSSSymbol(*sect_sym); in scanLocalReloc()
428 rel_entry1.setSymInfo(sect_sym->resolveInfo()); in scanLocalReloc()