Searched refs:R_386_TLS_TPOFF (Results 1 – 3 of 3) sorted by relevance
/aosp12/bionic/libc/include/bits/ |
H A D | elf_x86.h | 21 #define R_386_TLS_TPOFF 14 macro
|
/aosp12/bionic/linker/ |
H A D | linker_relocs.h | 73 #define R_GENERIC_TLS_TPREL R_386_TLS_TPOFF
|
/aosp12/frameworks/compile/mclinker/lib/Target/X86/ |
H A D | X86Relocator.cpp | 464 rsym, *got_entry, 0x0, llvm::ELF::R_386_TLS_TPOFF, *this); in scanLocalReloc() 481 rsym, *got_entry, 0x0, llvm::ELF::R_386_TLS_TPOFF, *this); in scanLocalReloc() 496 llvm::ELF::R_386_TLS_TPOFF, in scanLocalReloc() 718 rsym, *got_entry, 0x0, llvm::ELF::R_386_TLS_TPOFF, *this); in scanGlobalReloc() 733 rsym, *got_entry, 0x0, llvm::ELF::R_386_TLS_TPOFF, *this); in scanGlobalReloc() 748 llvm::ELF::R_386_TLS_TPOFF, in scanGlobalReloc()
|