Searched refs:r_type_tls (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | elf32-i386.c | 2093 unsigned int r_type, r_type_tls; in elf_i386_relocate_section() local 2879 r_type_tls = r_type; in elf_i386_relocate_section() 2883 &r_type_tls, tls_type, rel, in elf_i386_relocate_section() 2889 if (r_type_tls == expected_tls_le) in elf_i386_relocate_section() 3218 if (r_type_tls == R_386_TLS_GOTDESC in elf_i386_relocate_section() 3219 || r_type_tls == R_386_TLS_DESC_CALL) in elf_i386_relocate_section() 3224 else if (r_type_tls == r_type) in elf_i386_relocate_section()
|
H A D | elf64-x86-64.c | 2638 unsigned int r_type, r_type_tls; in elf_x86_64_relocate_section() local 3579 r_type_tls = r_type; in elf_x86_64_relocate_section() 3583 &r_type_tls, tls_type, rel, in elf_x86_64_relocate_section() 3587 if (r_type_tls == R_X86_64_TPOFF32) in elf_x86_64_relocate_section() 4026 if (r_type_tls == r_type) in elf_x86_64_relocate_section()
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | elf32-i386.c | 2067 unsigned int r_type, r_type_tls; in elf_i386_relocate_section() local 2853 r_type_tls = r_type; in elf_i386_relocate_section() 2857 &r_type_tls, tls_type, rel, in elf_i386_relocate_section() 2861 if (r_type_tls == R_386_TLS_LE_32) in elf_i386_relocate_section() 3184 if (r_type_tls == R_386_TLS_GOTDESC in elf_i386_relocate_section() 3185 || r_type_tls == R_386_TLS_DESC_CALL) in elf_i386_relocate_section() 3190 else if (r_type_tls == r_type) in elf_i386_relocate_section()
|
H A D | elf64-x86-64.c | 2466 unsigned int r_type, r_type_tls; in elf_x86_64_relocate_section() local 3405 r_type_tls = r_type; in elf_x86_64_relocate_section() 3409 &r_type_tls, tls_type, rel, in elf_x86_64_relocate_section() 3413 if (r_type_tls == R_X86_64_TPOFF32) in elf_x86_64_relocate_section() 3766 if (r_type_tls == r_type) in elf_x86_64_relocate_section()
|