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

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMPLT.cpp 49 ARMPLT0* plt0_entry = new ARMPLT0(&m_SectionData); local
51 m_Section.setSize(m_Section.size() + plt0_entry->getEntrySize());
  /frameworks/compile/mclinker/lib/Target/X86/
X86PLT.cpp 75 X86PLT0* plt0_entry = new X86PLT0(&m_SectionData, m_PLT0Size); local
77 m_Section.setSize(m_Section.size() + plt0_entry->getEntrySize());
  /external/elfutils/src/
i386_ld.c 303 struct plt0_entry struct
444 struct plt0_entry *addr = (struct plt0_entry *) pltdata->d_buf;
    [all...]

Completed in 233 milliseconds