Home
last modified time | relevance | path

Searched refs:convertTLSIEtoLE (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.h172 void convertTLSIEtoLE(Relocation& pReloc, LDSection& pSection);
DX86Relocator.cpp452 convertTLSIEtoLE(pReloc, pSection); in scanLocalReloc()
707 convertTLSIEtoLE(pReloc, pSection); in scanGlobalReloc()
780 void X86_32Relocator::convertTLSIEtoLE(Relocation& pReloc, in convertTLSIEtoLE() function in mcld::X86_32Relocator