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

  /frameworks/compile/mclinker/lib/Target/X86/
X86RelocationFactory.cpp 170 PLTEntry& plt_entry = *ld_backend.getPLT().getPLTEntry(*rsym, exist); local
188 return plt_entry;
204 PLTEntry& plt_entry = helper_get_PLT_and_init(pReloc, pParent); local
205 return helper_PLT_ORG(pParent) + pParent.getLayout().getOutputOffset(plt_entry);
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocationFactory.cpp 204 PLTEntry& plt_entry = *ld_backend.getPLT().getPLTEntry(*rsym, exist); local
222 return plt_entry;
238 PLTEntry& plt_entry = helper_get_PLT_and_init(pReloc, pParent); local
239 return helper_PLT_ORG(pParent) + pParent.getLayout().getOutputOffset(plt_entry);
    [all...]
  /external/elfutils/src/
i386_ld.c 347 struct plt_entry struct
495 struct plt_entry *addr = (struct plt_entry *) ((char *) pltdata->d_buf
    [all...]

Completed in 1032 milliseconds