Home
last modified time | relevance | path

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

1234

/toolchain/binutils/binutils-2.27/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 …]
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 …]
Dmerge.c263 sec_merge_add (struct sec_merge_hash *tab, const char *str, in sec_merge_add() argument
268 entry = sec_merge_hash_lookup (tab, str, alignment, TRUE); in sec_merge_add()
274 tab->size++; in sec_merge_add()
276 if (tab->first == NULL) in sec_merge_add()
277 tab->first = entry; in sec_merge_add()
279 tab->last->next = entry; in sec_merge_add()
280 tab->last = entry; in sec_merge_add()
Delfxx-mips.c14632 Elf32_gptab *tab; in _bfd_mips_elf_final_link() local
14705 tab = bfd_malloc (amt); in _bfd_mips_elf_final_link()
14706 if (tab == NULL) in _bfd_mips_elf_final_link()
14708 tab[0].gt_header.gt_current_g_value = elf_gp_size (abfd); in _bfd_mips_elf_final_link()
14709 tab[0].gt_header.gt_unused = 0; in _bfd_mips_elf_final_link()
14750 free (tab); in _bfd_mips_elf_final_link()
14762 if (tab[look].gt_entry.gt_g_value >= val) in _bfd_mips_elf_final_link()
14763 tab[look].gt_entry.gt_bytes += add; in _bfd_mips_elf_final_link()
14765 if (tab[look].gt_entry.gt_g_value == val) in _bfd_mips_elf_final_link()
14776 new_tab = bfd_realloc (tab, amt); in _bfd_mips_elf_final_link()
[all …]
/toolchain/binutils/binutils-2.27/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 *);
532 tab (int i, char *s) in tab() function
546 tab (1, _("SYMBOL INFO")); in dump_symbol_info()
558 tab (-1, ""); in dump_symbol_info()
564 tab (1, _("DERIVED TYPE")); in derived_type()
612 tab (-1, ""); in derived_type()
621 tab (1, _("MODULE***\n")); in module()
634 tab (-1, ""); in module()
/toolchain/binutils/binutils-2.27/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.27/gas/doc/
Dc-s390.texi146 @item %rN @tab the 16 general purpose registers, 0 <= N <= 15
147 @item %fN @tab the 16 floating point registers, 0 <= N <= 15
148 @item %aN @tab the 16 access registers, 0 <= N <= 15
149 @item %cN @tab the 16 control registers, 0 <= N <= 15
150 @item %lit @tab an alias for the general purpose register %r13
151 @item %sp @tab an alias for the general purpose register %r15
172 @item a @tab add instruction, for example @samp{al} for add logical 32-bit
173 @item b @tab branch instruction, for example @samp{bc} for branch on condition
174 @item c @tab compare or convert instruction, for example @samp{cr} for compare
176 @item d @tab divide instruction, for example @samp{dlr} devide logical register
[all …]
Dc-aarch64.texi131 @headitem Extension @tab Minimum Architecture @tab Enabled by default
132 @tab Description
133 @item @code{crc} @tab ARMv8-A @tab ARMv8.1-A or later
134 @tab Enable CRC instructions.
135 @item @code{crypto} @tab ARMv8-A @tab No
136 @tab Enable cryptographic extensions. This implies @code{fp} and @code{simd}.
137 @item @code{fp} @tab ARMv8-A @tab ARMv8-A or later
138 @tab Enable floating-point extensions.
139 @item @code{fp16} @tab ARMv8.2-A @tab ARMv8.2-A or later
140 @tab Enable ARMv8.2 16-bit floating-point support. This implies
[all …]
Dc-i386.texi1172 @item @samp{i8086} @tab @samp{i186} @tab @samp{i286} @tab @samp{i386}
1173 @item @samp{i486} @tab @samp{i586} @tab @samp{i686} @tab @samp{pentium}
1174 @item @samp{pentiumpro} @tab @samp{pentiumii} @tab @samp{pentiumiii} @tab @samp{pentium4}
1175 @item @samp{prescott} @tab @samp{nocona} @tab @samp{core} @tab @samp{core2}
1176 @item @samp{corei7} @tab @samp{l1om} @tab @samp{k1om} @samp{iamcu}
1177 @item @samp{k6} @tab @samp{k6_2} @tab @samp{athlon} @tab @samp{k8}
1178 @item @samp{amdfam10} @tab @samp{bdver1} @tab @samp{bdver2} @tab @samp{bdver3}
1179 @item @samp{bdver4} @tab @samp{znver1} @tab @samp{btver1} @tab @samp{btver2}
1180 @item @samp{generic32} @tab @samp{generic64}
1181 @item @samp{.mmx} @tab @samp{.sse} @tab @samp{.sse2} @tab @samp{.sse3}
[all …]
/toolchain/binutils/binutils-2.27/
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.27/zlib/examples/
Denough.c112 struct tab { /* type for been here check */ struct
176 local struct tab *done; /* states already evaluated array */
554 else if (size > ((size_t)0 - 1) / sizeof(struct tab) || in main()
555 (done = calloc(size, sizeof(struct tab))) == NULL) { in main()
/toolchain/binutils/binutils-2.27/opcodes/
D.gitignore2 /s390-opc.tab
DMakefile.am516 ia64-gen$(EXEEXT_FOR_BUILD) s390-mkopc$(EXEEXT_FOR_BUILD) s390-opc.tab \
594 s390-opc.tab: s390-mkopc$(EXEEXT_FOR_BUILD) s390-opc.txt
595 ./s390-mkopc$(EXEEXT_FOR_BUILD) < $(srcdir)/s390-opc.txt > s390-opc.tab
597 s390-opc.lo: s390-opc.tab
DMakefile.in670 ia64-gen$(EXEEXT_FOR_BUILD) s390-mkopc$(EXEEXT_FOR_BUILD) s390-opc.tab \
793 -rm -f *.tab.c
1493 s390-opc.tab: s390-mkopc$(EXEEXT_FOR_BUILD) s390-opc.txt
1494 ./s390-mkopc$(EXEEXT_FOR_BUILD) < $(srcdir)/s390-opc.txt > s390-opc.tab
1496 s390-opc.lo: s390-opc.tab
/toolchain/binutils/binutils-2.27/gas/
DMakefile.am460 $(SHELL) $(YLWRAP) $$f y.tab.c m68k-parse.c -- $(YACCCOMPILE); \
483 …$(SHELL) $(YLWRAP) $(srcdir)/config/bfin-parse.y y.tab.c bfin-parse.c y.tab.h bfin-parse.h -- $(YA…
507 …$(SHELL) $(YLWRAP) $(srcdir)/config/rl78-parse.y y.tab.c rl78-parse.c y.tab.h rl78-parse.h -- $(YA…
515 …$(SHELL) $(YLWRAP) $(srcdir)/config/rx-parse.y y.tab.c rx-parse.c y.tab.h rx-parse.h -- $(YACCCOMP…
554 …$(SHELL) $(YLWRAP) $(srcdir)/itbl-parse.y y.tab.c itbl-parse.c y.tab.h itbl-parse.h -- $(YACCCOMPI…
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/all/
Dtest-example.c52 tab, \
Dtest-gen.c181 #define tab literal ("\t") macro
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-h8300/
Drelax-7a.s12 .section .rodata.tab,"a",@progbits
/toolchain/binutils/binutils-2.27/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.27/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.27/gas/testsuite/gas/m68hc11/
Dall_insns.s318 L314: tab

1234