Home
last modified time | relevance | path

Searched refs:tb (Results 1 – 25 of 45) sorted by relevance

12

/toolchain/binutils/binutils-2.25/bfd/
Dconfigure.ac677 tb=
689 …aarch64_elf32_be_vec) tb="$tb elf32-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf32.lo $elf"; targ…
690 …aarch64_elf32_le_vec) tb="$tb elf32-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf32.lo $elf"; targ…
691 …aarch64_elf64_be_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; targ…
692 …aarch64_elf64_le_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; targ…
693 alpha_ecoff_le_vec) tb="$tb coff-alpha.lo ecoff.lo ecofflink.lo"; target_size=64 ;;
694 alpha_elf64_vec) tb="$tb elf64-alpha.lo elf64.lo $elf"; target_size=64 ;;
695 alpha_elf64_fbsd_vec) tb="$tb elf64-alpha.lo elf64.lo $elf"; target_size=64 ;;
696 alpha_nlm32_vec) tb="$tb nlm32-alpha.lo nlm32.lo nlm.lo"; target_size=64 ;;
697 alpha_vms_vec) tb="$tb vms-alpha.lo vms-misc.lo vms-lib.lo"; target_size=64 ;;
[all …]
Dconfigure15276 tb=
15288 …aarch64_elf32_be_vec) tb="$tb elf32-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf32.lo $elf"; targ…
15289 …aarch64_elf32_le_vec) tb="$tb elf32-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf32.lo $elf"; targ…
15290 …aarch64_elf64_be_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; targ…
15291 …aarch64_elf64_le_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; targ…
15292 alpha_ecoff_le_vec) tb="$tb coff-alpha.lo ecoff.lo ecofflink.lo"; target_size=64 ;;
15293 alpha_elf64_vec) tb="$tb elf64-alpha.lo elf64.lo $elf"; target_size=64 ;;
15294 alpha_elf64_fbsd_vec) tb="$tb elf64-alpha.lo elf64.lo $elf"; target_size=64 ;;
15295 alpha_nlm32_vec) tb="$tb nlm32-alpha.lo nlm32.lo nlm.lo"; target_size=64 ;;
15296 alpha_vms_vec) tb="$tb vms-alpha.lo vms-misc.lo vms-lib.lo"; target_size=64 ;;
[all …]
/toolchain/binutils/binutils-2.25/binutils/
Drename.c97 struct utimbuf tb; in set_times() local
99 tb.actime = statbuf->st_atime; in set_times()
100 tb.modtime = statbuf->st_mtime; in set_times()
101 result = utime (destination, &tb); in set_times()
104 long tb[2]; in set_times()
106 tb[0] = statbuf->st_atime; in set_times()
107 tb[1] = statbuf->st_mtime; in set_times()
108 result = utime (destination, tb); in set_times()
Dresbin.c1266 static rc_uint_type res_to_bin_toolbar (windres_bfd *, rc_uint_type, rc_toolbar *tb);
1935 res_to_bin_toolbar (windres_bfd *wrbfd, rc_uint_type off, rc_toolbar *tb) in res_to_bin_toolbar() argument
1940 windres_put_32 (wrbfd, bt.button_width, tb->button_width); in res_to_bin_toolbar()
1941 windres_put_32 (wrbfd, bt.button_height, tb->button_height); in res_to_bin_toolbar()
1942 windres_put_32 (wrbfd, bt.nitems, tb->nitems); in res_to_bin_toolbar()
1944 if (tb->nitems > 0) in res_to_bin_toolbar()
1950 ids = (bfd_byte *) reswr_alloc (tb->nitems * 4); in res_to_bin_toolbar()
1951 it=tb->items; in res_to_bin_toolbar()
1961 off += BIN_TOOLBAR_SIZE + tb->nitems * 4; in res_to_bin_toolbar()
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
Difunc-8.s18 define tb\name,.thumb_func
37 test_relocs tb\name,\width
51 \doit tb\name
Difunc-10.s18 define tb\name,.thumb_func
37 test_relocs tb\name,\width
51 \doit tb\name
Difunc-4.s18 define tb\name,.thumb_func
37 test_relocs tb\name,\width
51 \doit tb\name
Darm-lib.ld25 *(.rel.tbss .rel.tbss.* .rel.gnu.linkonce.tb.*)
39 *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*)
84 .tbss : { *(.tbss .tbss.* .gnu.linkonce.tb.*) *(.tcommon) }
Darm-dyn.ld26 *(.rel.tbss .rel.tbss.* .rel.gnu.linkonce.tb.*)
40 *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*)
85 .tbss : { *(.tbss .tbss.* .gnu.linkonce.tb.*) *(.tcommon) }
Darm-no-rel-plt.ld26 *(.rel.tbss .rel.tbss.* .rel.gnu.linkonce.tb.*)
45 *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*)
102 .tbss : { *(.tbss .tbss.* .gnu.linkonce.tb.*) *(.tcommon) }
/toolchain/binutils/binutils-2.25/gold/testsuite/
Dbasic_test.cc243 tb() in tb() function in t18a
263 int (t18a::* t19v)() = &t18a::tb;
Dehdr_start_test.t35 .tbss : { *(.tbss .tbss.* .gnu.linkonce.tb.*) *(.tcommon) }
Drelro_script_test.t41 .tbss : { *(.tbss .tbss.* .gnu.linkonce.tb.*) *(.tcommon) }
/toolchain/binutils/binutils-2.25/opcodes/
Daarch64-opc.c2213 char tb[8]; /* Temporary buffer. */ in print_register_list() local
2220 snprintf (tb, 8, "[%d]", opnd->reglist.index); in print_register_list()
2222 tb[0] = '\0'; in print_register_list()
2229 last_reg, qlf_name, tb); in print_register_list()
2240 snprintf (buf, size, "{v%d.%s}%s", reg0, qlf_name, tb); in print_register_list()
2244 reg1, qlf_name, tb); in print_register_list()
2248 reg1, qlf_name, reg2, qlf_name, tb); in print_register_list()
2253 reg3, qlf_name, tb); in print_register_list()
2266 char tb[tblen]; /* Temporary buffer. */ in print_register_offset_address() local
2298 snprintf (tb, tblen, ",%s #%d", shift_name, opnd->shifter.amount); in print_register_offset_address()
[all …]
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/
Ddsbt.ld33 .rel.tbss : { *(.rel.tbss .rel.tbss.* .rel.gnu.linkonce.tb.*) }
34 .rela.tbss : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }
Ddsbt-inrange.ld31 .rel.tbss : { *(.rel.tbss .rel.tbss.* .rel.gnu.linkonce.tb.*) }
32 .rela.tbss : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }
Ddsbt-overflow.ld31 .rel.tbss : { *(.rel.tbss .rel.tbss.* .rel.gnu.linkonce.tb.*) }
32 .rela.tbss : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }
Ddsbt-be.ld33 .rel.tbss : { *(.rel.tbss .rel.tbss.* .rel.gnu.linkonce.tb.*) }
34 .rela.tbss : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
Dmips-lib.ld30 *(.rel.tbss .rel.tbss.* .rel.gnu.linkonce.tb.*)
48 *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*)
94 .tbss : { *(.tbss .tbss.* .gnu.linkonce.tb.*) *(.tcommon) }
Dmips-dyn.ld31 *(.rel.tbss .rel.tbss.* .rel.gnu.linkonce.tb.*)
49 *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*)
97 .tbss : { *(.tbss .tbss.* .gnu.linkonce.tb.*) *(.tcommon) }
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
Dtls.s35 .word tb(tlsldm) + (. - 1b - 8)
Dtls.d43 34: R_ARM_TLS_LDM32 tb
/toolchain/binutils/binutils-2.25/ld/scripttempl/
Delf32sh-symbian.sc67 # .tbss .gnu.linkonce.tb.foo
258 ….tbss ALIGN(4) : { *(.tbss${RELOCATING+ .tbss.* .gnu.linkonce.tb.*})${RELOCATING+ *(.tcommon)…
317 .rel.tbss ${RELOCATING-0} : { *(.rel.tbss${RELOCATING+ .rel.tbss.* .rel.gnu.linkonce.tb.*}) }
318 .rela.tbss ${RELOCATING-0} : { *(.rela.tbss${RELOCATING+ .rela.tbss.* .rela.gnu.linkonce.tb.*}) }
Daix.sc36 *(.tb)
Dmep.sc81 # .tbss .gnu.linkonce.tb.foo
265 .rel.tbss ${RELOCATING-0} : { *(.rel.tbss${RELOCATING+ .rel.tbss.* .rel.gnu.linkonce.tb.*}) }
266 .rela.tbss ${RELOCATING-0} : { *(.rela.tbss${RELOCATING+ .rela.tbss.* .rela.gnu.linkonce.tb.*}) }
348 ….tbss ${RELOCATING-0} : { *(.tbss${RELOCATING+ .tbss.* .gnu.linkonce.tb.*})${RELOCATING+ *(.tcomm…

12