Searched refs:s_tls_rel_directive (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-2011 | 53 (s_tls_rel_directive): Rename from s_dtprel_internal(). Abstract out 56 (s_dtprelword,s_dtpreldword): Change to use s_tls_rel_directive().
|
D | ChangeLog-2012 | 1910 * config/tc-mips.c (s_tls_rel_directive): Call mips_clear_insn_labels.
|
D | ChangeLog-2013 | 400 (md_apply_fix, s_align, s_option, s_mipsset, s_tls_rel_directive)
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-mips.c | 16275 s_tls_rel_directive (const size_t bytes, const char *dirstr, in s_tls_rel_directive() function 16301 s_tls_rel_directive (4, ".dtprelword", BFD_RELOC_MIPS_TLS_DTPREL32); in s_dtprelword() 16309 s_tls_rel_directive (8, ".dtpreldword", BFD_RELOC_MIPS_TLS_DTPREL64); in s_dtpreldword() 16317 s_tls_rel_directive (4, ".tprelword", BFD_RELOC_MIPS_TLS_TPREL32); in s_tprelword() 16325 s_tls_rel_directive (8, ".tpreldword", BFD_RELOC_MIPS_TLS_TPREL64); in s_tpreldword()
|