Home
last modified time | relevance | path

Searched refs:tga (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/file/magic/Magdir/
HDimages40 >>>>>0 use tga-image
42 >>>>>0 use tga-image
44 >>>>>0 use tga-image
46 >>>>>0 use tga-image
48 >>>>>0 use tga-image
50 >>>>>0 use tga-image
51 # display tga bitmap image information
52 0 name tga-image
54 !:mime image/x-tga
56 # normal extension .tga but some Truevision products used others:
[all …]
/freebsd-11-stable/contrib/binutils/bfd/
HDelf32-ppc.c3091 struct elf_link_hash_entry *tga; in ppc_elf_check_relocs() local
3115 tga = elf_link_hash_lookup (&htab->elf, "__tls_get_addr", in ppc_elf_check_relocs()
3157 if (h != NULL && h == tga) in ppc_elf_check_relocs()
HDelf64-ppc.c4465 struct elf_link_hash_entry *tga, *dottga; in ppc64_elf_check_relocs() local
4480 tga = elf_link_hash_lookup (&htab->elf, "__tls_get_addr", in ppc64_elf_check_relocs()
4545 if (h != NULL && (h == tga || h == dottga)) in ppc64_elf_check_relocs()
4756 if (h == tga || h == dottga) in ppc64_elf_check_relocs()
/freebsd-11-stable/contrib/gcc/config/mips/
HDmips.c2029 rtx insn, loc, tga, a0; in mips_call_tls_get_addr() local
2042 tga = gen_rtx_MEM (Pmode, mips_tls_symbol); in mips_call_tls_get_addr()
2043 insn = emit_call_insn (gen_call_value (v0, tga, const0_rtx, const0_rtx)); in mips_call_tls_get_addr()
/freebsd-11-stable/contrib/gcc/config/rs6000/
HDrs6000.c3191 rtx r3, got, tga, tmp1, tmp2, eqv; in rs6000_legitimize_tls_address() local
3245 tga = gen_rtx_MEM (Pmode, rs6000_tls_get_addr ()); in rs6000_legitimize_tls_address()
3246 insn = gen_call_value (r3, tga, const0_rtx, const0_rtx); in rs6000_legitimize_tls_address()
3263 tga = gen_rtx_MEM (Pmode, rs6000_tls_get_addr ()); in rs6000_legitimize_tls_address()
3264 insn = gen_call_value (r3, tga, const0_rtx, const0_rtx); in rs6000_legitimize_tls_address()