Searched refs:m_PLT0 (Results 1 - 2 of 2) sorted by path

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86PLT.cpp73 m_PLT0 = x86_dyn_plt0;
79 m_PLT0 = x86_exec_plt0;
163 memcpy(data, m_PLT0, plt0->getEntrySize());
165 if (m_PLT0 == x86_exec_plt0) {
H A DX86PLT.h88 const uint8_t *m_PLT0; member in class:mcld::X86PLT

Completed in 64 milliseconds