Searched defs:got_entry1 (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp977 X86_32GOTEntry* got_entry1 = pParent.getSymGOTMap().lookUp(*rsym); local
979 if (NULL == got_entry1) {
981 got_entry1 = ld_backend.getGOT().consume();
982 pParent.getSymGOTMap().record(*rsym, *got_entry1);
984 got_entry1->setValue(0x0);
987 Relocation& rel_entry1 = helper_DynRel(rsym, *got_entry1, 0x0,
1014 // GOT_OFF - the offset between the got_entry1 and _GLOBAL_OFFSET_TABLE (the
1018 got_entry1->getOffset() -

Completed in 14 milliseconds