Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.h177 void convertTLSIEtoLE(Relocation& pReloc, LDSection& pSection);
DX86Relocator.cpp314 convertTLSIEtoLE(pReloc, pSection); in scanLocalReloc()
532 convertTLSIEtoLE(pReloc, pSection); in scanGlobalReloc()
600 void X86_32Relocator::convertTLSIEtoLE(Relocation& pReloc, in convertTLSIEtoLE() function in X86_32Relocator