Home
last modified time | relevance | path

Searched refs:tab (Results 1 – 25 of 76) sorted by relevance

1234

/toolchain/binutils/binutils-2.25/bfd/
Delf-strtab.c131 _bfd_elf_strtab_free (struct elf_strtab_hash *tab) in _bfd_elf_strtab_free() argument
133 bfd_hash_table_free (&tab->table); in _bfd_elf_strtab_free()
134 free (tab->array); in _bfd_elf_strtab_free()
135 free (tab); in _bfd_elf_strtab_free()
142 _bfd_elf_strtab_add (struct elf_strtab_hash *tab, in _bfd_elf_strtab_add() argument
153 BFD_ASSERT (tab->sec_size == 0); in _bfd_elf_strtab_add()
155 bfd_hash_lookup (&tab->table, str, TRUE, copy); in _bfd_elf_strtab_add()
166 if (tab->size == tab->alloced) in _bfd_elf_strtab_add()
169 tab->alloced *= 2; in _bfd_elf_strtab_add()
170 tab->array = (struct elf_strtab_hash_entry **) in _bfd_elf_strtab_add()
[all …]
Dhash.c815 _bfd_stringtab_add (struct bfd_strtab_hash *tab, in _bfd_stringtab_add() argument
824 entry = strtab_hash_lookup (tab, str, TRUE, copy); in _bfd_stringtab_add()
830 entry = (struct strtab_hash_entry *) bfd_hash_allocate (&tab->table, in _bfd_stringtab_add()
841 n = (char *) bfd_hash_allocate (&tab->table, len); in _bfd_stringtab_add()
853 entry->index = tab->size; in _bfd_stringtab_add()
854 tab->size += strlen (str) + 1; in _bfd_stringtab_add()
855 if (tab->xcoff) in _bfd_stringtab_add()
858 tab->size += 2; in _bfd_stringtab_add()
860 if (tab->first == NULL) in _bfd_stringtab_add()
861 tab->first = entry; in _bfd_stringtab_add()
[all …]
Dmerge.c262 sec_merge_add (struct sec_merge_hash *tab, const char *str, in sec_merge_add() argument
267 entry = sec_merge_hash_lookup (tab, str, alignment, TRUE); in sec_merge_add()
273 tab->size++; in sec_merge_add()
275 if (tab->first == NULL) in sec_merge_add()
276 tab->first = entry; in sec_merge_add()
278 tab->last->next = entry; in sec_merge_add()
279 tab->last = entry; in sec_merge_add()
Decofflink.c1729 struct ecoff_fdrtab_entry *tab; in mk_fdrtab() local
1755 tab = line_info->fdrtab; in mk_fdrtab()
1790 tab->base_addr = fdr_ptr->adr; in mk_fdrtab()
1796 tab->base_addr = fdr_ptr->adr; in mk_fdrtab()
1798 tab->fdr = fdr_ptr; in mk_fdrtab()
1799 ++tab; in mk_fdrtab()
1819 struct ecoff_fdrtab_entry *tab; in fdrtab_lookup() local
1825 tab = line_info->fdrtab; in fdrtab_lookup()
1829 if (offset >= tab[mid].base_addr && offset < tab[mid + 1].base_addr) in fdrtab_lookup()
1832 if (tab[mid].base_addr > offset) in fdrtab_lookup()
[all …]
Delfxx-mips.c14501 Elf32_gptab *tab; in _bfd_mips_elf_final_link() local
14574 tab = bfd_malloc (amt); in _bfd_mips_elf_final_link()
14575 if (tab == NULL) in _bfd_mips_elf_final_link()
14577 tab[0].gt_header.gt_current_g_value = elf_gp_size (abfd); in _bfd_mips_elf_final_link()
14578 tab[0].gt_header.gt_unused = 0; in _bfd_mips_elf_final_link()
14619 free (tab); in _bfd_mips_elf_final_link()
14631 if (tab[look].gt_entry.gt_g_value >= val) in _bfd_mips_elf_final_link()
14632 tab[look].gt_entry.gt_bytes += add; in _bfd_mips_elf_final_link()
14634 if (tab[look].gt_entry.gt_g_value == val) in _bfd_mips_elf_final_link()
14645 new_tab = bfd_realloc (tab, amt); in _bfd_mips_elf_final_link()
[all …]
/toolchain/binutils/binutils-2.25/binutils/
Dcoffdump.c38 static void tab (int);
51 tab (int x) in tab() function
105 tab (1); in dump_coff_lines()
117 tab (0); in dump_coff_lines()
122 tab (-1); in dump_coff_lines()
128 tab (1); in dump_coff_type()
157 tab (0); in dump_coff_type()
161 tab(0); in dump_coff_type()
241 tab (-1); in dump_coff_type()
247 tab (1); in dump_coff_where()
[all …]
Dsysdump.c49 static void tab (int, char *);
524 tab (int i, char *s) in tab() function
538 tab (1, _("SYMBOL INFO")); in dump_symbol_info()
550 tab (-1, ""); in dump_symbol_info()
556 tab (1, _("DERIVED TYPE")); in derived_type()
604 tab (-1, ""); in derived_type()
613 tab (1, _("MODULE***\n")); in module()
624 tab (-1, ""); in module()
/toolchain/binutils/binutils-2.25/gprof/
Dsym_ids.c241 extend_match (struct match *m, Sym *sym, Sym_Table *tab, bfd_boolean second_pass) in extend_match() argument
248 tab->base[tab->len] = *sym; in extend_match()
249 m->prev_index = tab->len; in extend_match()
252 tab->base[tab->len].next = m->first_match; in extend_match()
253 m->first_match = &tab->base[tab->len]; in extend_match()
256 ++tab->len; in extend_match()
261 tab->base[m->prev_index].end_addr = sym->end_addr; in extend_match()
280 Sym_Table *tab; in sym_id_parse() local
300 for (tab = syms; tab < &syms[NUM_TABLES]; ++tab) in sym_id_parse()
302 if (tab->len) in sym_id_parse()
[all …]
Dsymtab.c79 symtab_finalize (Sym_Table *tab) in symtab_finalize() argument
84 if (!tab->len) in symtab_finalize()
88 qsort (tab->base, tab->len, sizeof (Sym), cmp_addr); in symtab_finalize()
92 prev_addr = tab->base[0].addr + 1; in symtab_finalize()
94 for (src = dst = tab->base; src < tab->limit; ++src) in symtab_finalize()
137 if (dst > tab->base && dst[-1].end_addr == 0) in symtab_finalize()
150 if (tab->len > 0 && dst[-1].end_addr == 0) in symtab_finalize()
156 tab->len - (int) (dst - tab->base))); in symtab_finalize()
158 tab->limit = dst; in symtab_finalize()
159 tab->len = tab->limit - tab->base; in symtab_finalize()
[all …]
/toolchain/binutils/binutils-2.25/gas/doc/
Dc-s390.texi144 @item %rN @tab the 16 general purpose registers, 0 <= N <= 15
145 @item %fN @tab the 16 floating point registers, 0 <= N <= 15
146 @item %aN @tab the 16 access registers, 0 <= N <= 15
147 @item %cN @tab the 16 control registers, 0 <= N <= 15
148 @item %lit @tab an alias for the general purpose register %r13
149 @item %sp @tab an alias for the general purpose register %r15
170 @item a @tab add instruction, for example @samp{al} for add logical 32-bit
171 @item b @tab branch instruction, for example @samp{bc} for branch on condition
172 @item c @tab compare or convert instruction, for example @samp{cr} for compare
174 @item d @tab divide instruction, for example @samp{dlr} devide logical register
[all …]
Dc-i386.texi1089 @item @samp{i8086} @tab @samp{i186} @tab @samp{i286} @tab @samp{i386}
1090 @item @samp{i486} @tab @samp{i586} @tab @samp{i686} @tab @samp{pentium}
1091 @item @samp{pentiumpro} @tab @samp{pentiumii} @tab @samp{pentiumiii} @tab @samp{pentium4}
1092 @item @samp{prescott} @tab @samp{nocona} @tab @samp{core} @tab @samp{core2}
1093 @item @samp{corei7} @tab @samp{l1om} @tab @samp{k1om}
1094 @item @samp{k6} @tab @samp{k6_2} @tab @samp{athlon} @tab @samp{k8}
1095 @item @samp{amdfam10} @tab @samp{bdver1} @tab @samp{bdver2} @tab @samp{bdver3}
1096 @item @samp{bdver4} @tab @samp{btver1} @tab @samp{btver2}
1097 @item @samp{generic32} @tab @samp{generic64}
1098 @item @samp{.mmx} @tab @samp{.sse} @tab @samp{.sse2} @tab @samp{.sse3}
[all …]
Dc-aarch64.texi123 @headitem Extension @tab Minimum Architecture @tab Enabled by default
124 @tab Description
125 @item @code{crc} @tab ARMv8-A @tab No
126 @tab Enable CRC instructions.
127 @item @code{crypto} @tab ARMv8-A @tab No
128 @tab Enable cryptographic extensions. This implies @code{fp} and @code{simd}.
129 @item @code{fp} @tab ARMv8-A @tab ARMv8-A or later
130 @tab Enable floating-point extensions.
131 @item @code{simd} @tab ARMv8-A @tab ARMv8-A or later
132 @tab Enable Advanced SIMD extensions. This implies @code{fp}.
/toolchain/binutils/binutils-2.25/
Ddepcomp99 sed -e "s,^.*\.[$lower]*:[$tab ]*,," -e 's,$,:,' < "$tmpdepfile"
108 tab=' '
512 s/\(.*\)/'"$tab"'\1 \\/p
516 s/.*/'"$tab"'/
572 sed "s|^[$tab ]*[^:$tab ][^:][^:]*:[$tab ]*|$object: |" > "$tmpdepfile"
723 sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::'"$tab"'\1 \\:p' >> "$depfile"
724 echo "$tab" >> "$depfile"
Dinstall-sh44 tab=' '
47 IFS=" $tab$nl"
131 *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*)
/toolchain/binutils/binutils-2.25/gas/
DMakefile.am451 $(SHELL) $(YLWRAP) $$f y.tab.c m68k-parse.c -- $(YACCCOMPILE); \
474 …$(SHELL) $(YLWRAP) $(srcdir)/config/bfin-parse.y y.tab.c bfin-parse.c y.tab.h bfin-parse.h -- $(YA…
498 …$(SHELL) $(YLWRAP) $(srcdir)/config/rl78-parse.y y.tab.c rl78-parse.c y.tab.h rl78-parse.h -- $(YA…
506 …$(SHELL) $(YLWRAP) $(srcdir)/config/rx-parse.y y.tab.c rx-parse.c y.tab.h rx-parse.h -- $(YACCCOMP…
545 …$(SHELL) $(YLWRAP) $(srcdir)/itbl-parse.y y.tab.c itbl-parse.c y.tab.h itbl-parse.h -- $(YACCCOMPI…
/toolchain/binutils/binutils-2.25/opcodes/
D.gitignore2 /s390-opc.tab
DMakefile.am512 ia64-gen$(EXEEXT_FOR_BUILD) s390-mkopc$(EXEEXT_FOR_BUILD) s390-opc.tab \
590 s390-opc.tab: s390-mkopc$(EXEEXT_FOR_BUILD) s390-opc.txt
591 ./s390-mkopc$(EXEEXT_FOR_BUILD) < $(srcdir)/s390-opc.txt > s390-opc.tab
593 s390-opc.lo: s390-opc.tab
DMakefile.in638 ia64-gen$(EXEEXT_FOR_BUILD) s390-mkopc$(EXEEXT_FOR_BUILD) s390-opc.tab \
762 -rm -f *.tab.c
1452 s390-opc.tab: s390-mkopc$(EXEEXT_FOR_BUILD) s390-opc.txt
1453 ./s390-mkopc$(EXEEXT_FOR_BUILD) < $(srcdir)/s390-opc.txt > s390-opc.tab
1455 s390-opc.lo: s390-opc.tab
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/
Dtest-example.c52 tab, \
Dtest-gen.c181 #define tab literal ("\t") macro
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-h8300/
Drelax-7a.s12 .section .rodata.tab,"a",@progbits
/toolchain/binutils/binutils-2.25/bfd/doc/
Dchew.c1002 int tab = 0; in indent() local
1013 if (tab && at (tos, idx)) in indent()
1020 tab++; in indent()
1028 tab--; in indent()
/toolchain/binutils/binutils-2.25/libiberty/
Dfunctions.texi618 @item @code{ALPHA} @tab @kbd{A-Za-z}
619 @item @code{ALNUM} @tab @kbd{A-Za-z0-9}
620 @item @code{BLANK} @tab @kbd{space tab}
621 @item @code{CNTRL} @tab @code{!PRINT}
622 @item @code{DIGIT} @tab @kbd{0-9}
623 @item @code{GRAPH} @tab @code{ALNUM || PUNCT}
624 @item @code{LOWER} @tab @kbd{a-z}
625 @item @code{PRINT} @tab @code{GRAPH ||} @kbd{space}
626 @item @code{PUNCT} @tab @kbd{`~!@@#$%^&*()_-=+[@{]@}\|;:'",<.>/?}
627 @item @code{SPACE} @tab @kbd{space tab \n \r \f \v}
[all …]
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
Dall_insns.s318 L314: tab
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
Dmaverick.c149 tab, \

1234