/toolchain/binutils/binutils-2.25/ld/ |
D | ldexp.c | 244 fold_unary (etree_type *tree) in fold_unary() argument 246 exp_fold_tree_1 (tree->unary.child); in fold_unary() 249 switch (tree->type.node_code) in fold_unary() 319 fold_binary (etree_type *tree) in fold_binary() argument 322 exp_fold_tree_1 (tree->binary.lhs); in fold_binary() 328 if (expld.result.valid_p && tree->type.node_code == SEGMENT_START) in fold_binary() 335 segment_name = tree->binary.rhs->name.name; in fold_binary() 352 exp_fold_tree_1 (tree->binary.rhs); in fold_binary() 381 switch (tree->type.node_code) in fold_binary() 435 einfo (_("%F%S %% by zero\n"), tree->binary.rhs); in fold_binary() [all …]
|
D | ldlang.c | 474 lang_section_bst_type **tree; in wild_sort_fast() local 476 tree = &wild->tree; in wild_sort_fast() 481 while (*tree) in wild_sort_fast() 482 tree = &((*tree)->right); in wild_sort_fast() 483 return tree; in wild_sort_fast() 486 while (*tree) in wild_sort_fast() 489 if (compare_section (sec->spec.sorted, section, (*tree)->section) < 0) in wild_sort_fast() 490 tree = &((*tree)->left); in wild_sort_fast() 492 tree = &((*tree)->right); in wild_sort_fast() 495 return tree; in wild_sort_fast() [all …]
|
D | ldlang.h | 371 lang_section_bst_type *tree; member
|
/toolchain/binutils/binutils-2.25/gold/ |
D | gdb-index.cc | 566 struct demangle_component* tree = in class_name_from_linkage_name() local 568 if (tree == NULL) in class_name_from_linkage_name() 576 switch (tree->type) in class_name_from_linkage_name() 585 tree = d_left(tree); in class_name_from_linkage_name() 593 if (tree->type == DEMANGLE_COMPONENT_TYPED_NAME) in class_name_from_linkage_name() 594 tree = d_left(tree); in class_name_from_linkage_name() 598 if (tree->type == DEMANGLE_COMPONENT_TEMPLATE) in class_name_from_linkage_name() 599 tree = d_left(tree); in class_name_from_linkage_name() 606 struct demangle_component* cur_comp = tree; in class_name_from_linkage_name() 635 ret = cplus_demangle_print(DMGL_NO_OPTS, tree, 30, &allocated_size); in class_name_from_linkage_name()
|
D | Makefile.am | 339 ld1_LDFLAGS += -Wl,--build-id=tree -Wl,--build-id-chunk-size-for-treehash=12345 -Wl,--build-id-min-… 340 ld2_LDFLAGS += -Wl,--build-id=tree -Wl,--build-id-chunk-size-for-treehash=12345 -Wl,--build-id-min-… 341 ld3_LDFLAGS += -Wl,--build-id=tree -Wl,--build-id-chunk-size-for-treehash=12345 -Wl,--build-id-min-… 342 ld4_LDFLAGS += -Wl,--build-id=tree -Wl,--build-id-chunk-size-for-treehash=12346 -Wl,--build-id-min-…
|
D | script.cc | 2944 struct Version_tree* tree, in script_register_vers_node() argument 2947 gold_assert(tree != NULL); in script_register_vers_node() 2948 tree->dependencies = deps; in script_register_vers_node() 2950 tree->tag = std::string(tag, taglen); in script_register_vers_node() 3007 Version_tree* tree = closure->version_script()->allocate_version_tree(); in script_new_vers_node() local 3008 tree->global = global; in script_new_vers_node() 3009 tree->local = local; in script_new_vers_node() 3010 return tree; in script_new_vers_node()
|
/toolchain/binutils/binutils-2.25/config/ |
D | acinclude.m4 | 200 dnl Find the BFD library in the build tree. This is used to access and 203 AC_MSG_CHECKING(for the bfd header in the build tree) 223 AC_MSG_CHECKING(for the bfd library in the build tree) 245 AC_MSG_CHECKING(for the liberty library in the build tree) 266 AC_MSG_CHECKING(for the opcodes library in the build tree) 285 dnl Look for the DejaGnu header file in the source tree. This file 288 AC_MSG_CHECKING(for the testing support files in the source tree) 315 AC_MSG_CHECKING(for runtest in the source tree) 336 dnl Find the libintl library in the build tree. This is for 339 AC_MSG_CHECKING(for the intl header in the build tree) [all …]
|
D | override.m4 | 6 dnl tree has moved to a new enough Autoconf version. 35 dnl This allows to update the tree in steps (for testing) 40 dnl Or for updating the whole tree at once with the definition above.
|
D | isl.m4 | 61 dnl If no --with-isl flag was specified and there is in-tree ISL 69 AC_MSG_WARN([using in-tree ISL, disabling version check])
|
D | cloog.m4 | 60 dnl If no --with-cloog flag was specified and there is in-tree CLooG 68 AC_MSG_WARN([using in-tree CLooG, disabling version check])
|
D | acx.m4 | 250 # If there is no compiler in the tree, use the PATH only. In any 251 # case, if there is no compiler in the tree nobody should use 510 # An in-tree tool is available and we can use it
|
/toolchain/binutils/binutils-2.25/ |
D | config-ml.in | 51 # To implement this, a symlink tree is built for each library and for each 54 # The build tree is layed out as 64 # in the build tree work without having to care where you are. Note that 65 # inter-library references also work in the source tree because symlink trees 68 # Unfortunately, trying to access the libraries in the build tree requires 76 # tree. It exists to handle the case of configuring in the source tree: 81 # MULTISRCTOP = number of multilib levels in source tree (+1 if cross) 83 # MULTIBUILDTOP = number of multilib levels in build tree 687 echo "Building symlink tree in `${PWDCMD-pwd}`/${ml_dir}/${ml_libdir}" 694 ../${dotdot}${ml_unsubdir}symlink-tree ../${dotdot}${ml_unsubdir}${ml_libdir} "")
|
D | MAINTAINERS | 50 The rule is that if the file exists in the gcc tree 51 then gcc owns it. Thus you have to look at the gcc tree 79 symlink-tree
|
D | README-maintainer-mode | 13 The required versions of the tools for this tree are
|
D | configure.ac | 112 ### To add a new directory to the tree, first choose whether it is a target 221 # Be sure to cover against remnants of an in-tree build. 223 AC_MSG_ERROR([building out of tree but $srcdir contains host-${host_noncanonical}. 224 Use a pristine source tree when building in a separate tree]) 257 yes | "") ;; # the default value for this tree is that X11 is available 1366 # it is in the source tree, and the library has not been built yet 1413 # it is in the source tree, and the library has not been built yet 1455 # it is in the source tree, and the library has not been built yet 1692 # If either the ISL or the CLooG check failed, disable builds of in-tree 2118 # Quietly strip out all directories which aren't configurable in this tree. [all …]
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | coffdump.c | 479 struct coff_ofile *tree; in main() local 551 tree = coff_grok (abfd); in main() 553 coff_dump (tree); in main()
|
D | srconv.c | 98 static struct coff_ofile *tree; variable 1184 wr_globals (tree, sfile, nest + 1); in walk_tree_scope() 1885 tree = coff_grok (abfd); in main() 1888 prescan (tree); in main() 1890 wr_module (tree); in main()
|
/toolchain/binutils/binutils-2.25/include/ |
D | demangle.h | 659 const struct demangle_component *tree, 679 const struct demangle_component *tree,
|
D | ChangeLog-9103 | 251 * splay-tree.h (GTY): Define if undefined. 364 * splay-tree.h: Likewise. 450 splay tree roots and nodes. 451 * splay-tree.h (splay_tree_allocate_fn, splay_tree_deallocate_fn): 602 * dyn-string.h, fibheap.h, partition.h, sort.h, splay-tree.h: 678 * splay-tree.h (splay_tree_max): New function. 687 * ternary.h: New file - Ternary search tree header. 717 * splay-tree.h: Fix copyright dates. 806 * splay-tree.h (splay_tree_predecessor): Declare. 978 * splay-tree.h (splay_tree_remove): Declare. [all …]
|
D | ChangeLog | 74 * include/longlong.h: Import latest version from GCC tree. 127 PR tree-optimization/58689 137 * gdb/gdb-index.h: Merge from gdb tree. 465 * splay-tree.h: Conditionnaly includes stdint.h and inttypes.h 834 * splay-tree.h: Update copyright years. 982 * splay-tree.h (libi_uhostptr_t): Add gcc specific 1169 * splay-tree.h: Likewise. 1403 * splay-tree.h (libi_uhostptr_t, libi_shostptr_t): Adjust types 1406 * splay-tree.h (libi_uhostptr_t, libi_shostptr_t): New types, 1731 partition.h, progress.h, safe-ctype.h, sort.h, splay-tree.h, [all …]
|
/toolchain/binutils/binutils-2.25/intl/ |
D | README | 8 project's source tree.
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | Makefile.in | 152 spaces.c splay-tree.c stack-limit.c stpcpy.c stpncpy.c \ 189 ./splay-tree.$(objext) ./stack-limit.$(objext) \ 241 $(INCDIR)/splay-tree.h \ 1320 ./splay-tree.$(objext): $(srcdir)/splay-tree.c config.h $(INCDIR)/ansidecl.h \ 1321 $(INCDIR)/libiberty.h $(INCDIR)/splay-tree.h 1323 $(COMPILE.c) $(PICFLAG) $(srcdir)/splay-tree.c -o pic/$@; \ 1326 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/splay-tree.c -o noasan/$@; \ 1328 $(COMPILE.c) $(srcdir)/splay-tree.c $(OUTPUT_OPTION)
|
D | ChangeLog | 241 PR tree-optimization/58689 808 * splay-tree.c: Escape wrapping newlines in texinfo markup 827 * splay-tree.c (splay_tree_foreach_helper): Remove arg `sp', 1008 * splay-tree.c: Update copyright years. 1583 * splay-tree.c (rotate_left): Fix minor typo in comment. 2081 * splay-tree.c (rotate_left): New function. 2366 sort.c, spaces.c, splay-tree.c, stpcpy.c, stpncpy.c, strndup.c, 2546 * splay-tree.c (splay_tree_delete_helper, 2902 * splay-tree.c (splay_tree_delete_helper): Redesign the logic so 3261 (d_prinT_comp) [D_COMP_TYPED_NAME]: If the left tree is [all …]
|
/toolchain/binutils/binutils-2.25/etc/ |
D | ChangeLog | 186 * make-rel-sym-tree (version): Update calculation. 266 * make-rel-sym-tree (binprogs): Add objcopy. 270 * make-rel-sym-tree: as.new -> as-new, ld.new -> ld-new 355 * make-rel-sym-tree: New file.
|
/toolchain/binutils/binutils-2.25/gprof/ |
D | fsf_callg_bl.m | 2 This table describes the call tree of the program, and was sorted by
|