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 105 AArch64GOTEntry* gotplt_entry = ld_backend.getGOTPLT().createGOTPLT(); local
106 pParent.getSymGOTPLTMap().record(*rsym, *gotplt_entry);
111 rel_entry.targetRef().assign(*gotplt_entry);
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 112 X86_32GOTEntry* gotplt_entry = ld_backend.getGOTPLT().create(); local
113 pParent.getSymGOTPLTMap().record(*rsym, *gotplt_entry);
118 rel_entry.targetRef().assign(*gotplt_entry);
1197 X86_64GOTEntry* gotplt_entry = ld_backend.getGOTPLT().create(); local
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp 103 HexagonGOTEntry* gotplt_entry = ld_backend.getGOTPLT().create(); local
104 pParent.getSymGOTPLTMap().record(*rsym, *gotplt_entry);
108 rela_entry.targetRef().assign(*gotplt_entry);
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp 137 ARMGOTEntry* gotplt_entry = ld_backend.getGOT().createGOTPLT(); local
138 pParent.getSymGOTPLTMap().record(*rsym, *gotplt_entry);
142 rel_entry.targetRef().assign(*gotplt_entry);
    [all...]

Completed in 577 milliseconds