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

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp417 X86_32GOTEntry* got_entry2 = getTarget().getGOT().create(); local
418 getSymGOTMap().record(*rsym, *got_entry1, *got_entry2);
419 // set up value of got entries, the value of got_entry2 should be the
669 X86_32GOTEntry* got_entry2 = getTarget().getGOT().create(); local
670 getSymGOTMap().record(*rsym, *got_entry1, *got_entry2);
672 got_entry2->setValue(0x0);
677 rsym, *got_entry2, 0x0, llvm::ELF::R_386_TLS_DTPOFF32, *this);
1001 // set the got_entry2 value to symbol value

Completed in 71 milliseconds