Searched refs:R_386_TLS_LE_32 (Results 1 – 6 of 6) sorted by relevance
61 RELOC_NUMBER (R_386_TLS_LE_32, 34)
39 ELF_RELOC(R_386_TLS_LE_32, 34)
117 HOWTO(R_386_TLS_LE_32, 0, 2, 32, FALSE, 0, complain_overflow_bitfield,291 return &elf_howto_table[R_386_TLS_LE_32 - R_386_tls_offset]; in elf_i386_reloc_type_lookup()908 return R_386_TLS_LE_32; in elf_i386_tls_transition()913 return R_386_TLS_LE_32; in elf_i386_tls_transition()916 return R_386_TLS_LE_32; in elf_i386_tls_transition()1116 case R_386_TLS_LE_32: in elf_i386_check_relocs()2629 r_type = R_386_TLS_LE_32; in elf_i386_relocate_section()2643 if (r_type == R_386_TLS_LE_32) in elf_i386_relocate_section()3254 case R_386_TLS_LE_32: in elf_i386_relocate_section()3270 if (r_type == R_386_TLS_LE_32) in elf_i386_relocate_section()[all …]
6516 Handle R_386_TLS_LE_32 and R_386_TLS_LE in shared libs.6518 Handle R_386_TLS_LE_32 and R_386_TLS_LE in shared libs.6523 Handle R_386_TLS_LE_32 and R_386_TLS_LE in shared libs.
206 return ELF::R_386_TLS_LE_32; in getRelocType32()
877 #define R_386_TLS_LE_32 34 /* 32 bit offset within static TLS block */ macro