Home
last modified time | relevance | path

Searched refs:stt (Results 1 – 20 of 20) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
Dregt-op.d39 80: a9170c00 stt \$23,\$12,0
65 e8: a93b0c00 stt \$59,\$12,0
91 150: a917de00 stt \$23,\$222,0
117 1b8: a9dff900 stt \$223,\$249,0
Dregt-op-r.d41 80: a9170c00 stt \$23,\$12,0
67 e8: a93b0c00 stt \$59,\$12,0
93 150: a917de00 stt \$23,\$222,0
119 1b8: a9dff900 stt \$223,\$249,0
Dlist-insns.d178 2ac: a8200a97 stt \$32,\$10,\$151
179 2b0: a90c14cd stt \$12,\$20,205
Dlist-in-n.d180 2ac: a8200a97 stt \$32,\$10,\$151
181 2b0: a90c14cd stt \$12,\$20,205
Dlist-in-rn.d208 2ac: a8200a97 stt \$32,\$10,\$151
209 2b0: a90c14cd stt \$12,\$20,205
Dlist-in-r.d208 2ac: a8200a97 stt \$32,\$10,\$151
209 2b0: a90c14cd stt \$12,\$20,205
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cfi/
Dcfi-alpha-1.s17 stt $f2,24($30)
Dcfi-alpha-3.s19 stt $f2,24($30)
/toolchain/binutils/binutils-2.25/bfd/
Dsyms.c570 static const struct section_to_type stt[] = variable
605 for (t = &stt[0]; t->section; t++) in coff_section_type()
Delf.c6779 struct bfd_strtab_hash *stt; in swap_out_syms() local
6794 stt = _bfd_elf_stringtab_init (); in swap_out_syms()
6795 if (stt == NULL) in swap_out_syms()
6814 _bfd_stringtab_free (stt); in swap_out_syms()
6828 _bfd_stringtab_free (stt); in swap_out_syms()
6877 sym.st_name = (unsigned long) _bfd_stringtab_add (stt, in swap_out_syms()
6882 _bfd_stringtab_free (stt); in swap_out_syms()
6974 _bfd_stringtab_free (stt); in swap_out_syms()
7067 *sttp = stt; in swap_out_syms()
7068 symstrtab_hdr->sh_size = _bfd_stringtab_size (stt); in swap_out_syms()
Dconfigure.ac108 AC_ARG_ENABLE(elf-stt-common,
109 [ --enable-elf-stt-common Allow the generation of ELF symbols with the STT_COMMON type],
Dsom.c167 static const struct section_to_type stt[] = variable
5791 for (t = &stt[0]; t->section; t++) in som_section_type()
DChangeLog-2007607 * configure.in (--enable-elf-stt-common): New configure
Dconfigure1445 --enable-elf-stt-common Allow the generation of ELF symbols with the STT_COMMON type
DChangeLog-9899703 * syms.c (stt): Add some PE/PEI section names.
DChangeLog-96975832 * syms.c (stt): Add entries for zerovars, vars, and code.
DChangeLog-020310114 * syms.c (stt[]): Sorted. Added .init/.fini -> "t" mapping.
DChangeLog-94954992 * syms.c (stt): Add .rdata and .rodata.
/toolchain/binutils/binutils-2.25/gold/
Daarch64.cc5520 The_stub_table* stt = *sp; in do_relax() local
5521 The_aarch64_input_section* owner = stt->owner(); in do_relax()
5523 stt->addralign()); in do_relax()
5524 stt->set_address_and_file_offset(owner->address() + off, in do_relax()
Doutput.h154 is_section_type(elfcpp::Elf_Word stt) const in is_section_type() argument
155 { return this->do_is_section_type(stt); } in is_section_type()