HomeSort by relevance Sort by last modified time
    Searched refs:gotplt_entry (Results 1 - 4 of 4) sorted by null

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64RelocationHelpers.h 118 AArch64GOTEntry* gotplt_entry = ld_backend.getGOTPLT().createGOTPLT(); local
119 pParent.getSymGOTPLTMap().record(*rsym, *gotplt_entry);
124 rel_entry.targetRef().assign(*gotplt_entry);
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 127 X86_32GOTEntry* gotplt_entry = ld_backend.getGOTPLT().create(); local
128 pParent.getSymGOTPLTMap().record(*rsym, *gotplt_entry);
133 rel_entry.targetRef().assign(*gotplt_entry);
1252 X86_64GOTEntry* gotplt_entry = ld_backend.getGOTPLT().create(); local
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp 104 HexagonGOTEntry *gotplt_entry = ld_backend.getGOTPLT().create(); local
105 pParent.getSymGOTPLTMap().record(*rsym, *gotplt_entry);
109 rela_entry.targetRef().assign(*gotplt_entry);
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp 156 ARMGOTEntry* gotplt_entry = ld_backend.getGOT().createGOTPLT(); local
157 pParent.getSymGOTPLTMap().record(*rsym, *gotplt_entry);
161 rel_entry.targetRef().assign(*gotplt_entry);
    [all...]

Completed in 188 milliseconds