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

  /frameworks/compile/mclinker/include/mcld/Target/
ELFEmulation.h 17 bool MCLDEmulateELF(LinkerScript& pScript, LinkerConfig& pConfig);
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64Emulation.cpp 19 if (!MCLDEmulateELF(pScript, pConfig))
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonEmulation.cpp 19 if (!MCLDEmulateELF(pScript, pConfig))
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMEmulation.cpp 18 if (!MCLDEmulateELF(pScript, pConfig))
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsEmulation.cpp 18 if (!MCLDEmulateELF(pScript, pConfig))
  /frameworks/compile/mclinker/lib/Target/X86/
X86Emulation.cpp 18 if (!MCLDEmulateELF(pScript, pConfig))
  /frameworks/compile/mclinker/lib/Target/
ELFEmulation.cpp 71 bool MCLDEmulateELF(LinkerScript& pScript, LinkerConfig& pConfig) {

Completed in 496 milliseconds