/toolchain/binutils/binutils-2.25/gold/ |
D | cref.cc | 81 Objects* objects; member 142 pai->objects = new Objects(); in add_archive_start() 145 this->current_ = this->archives_[archive->name()].objects; in add_archive_start() 174 const Objects* objects) const in print_objects_symbol_counts() 176 for (Objects::const_iterator p = objects->begin(); in print_objects_symbol_counts() 177 p != objects->end(); in print_objects_symbol_counts() 209 p->second.member_count, p->second.objects->size()); in print_symbol_counts() 210 this->print_objects_symbol_counts(symtab, f, p->second.objects); in print_symbol_counts() 248 Cref_inputs::gather_cref(const Objects* objects, Cref_table* table) const in gather_cref() argument 250 for (Objects::const_iterator po = objects->begin(); in gather_cref() [all …]
|
D | README | 46 of work. Task objects are stored on a single Workqueue object. Tasks 47 communicate via Task_token objects. Task_token objects are only
|
/toolchain/binutils/binutils-2.25/ld/testsuite/config/ |
D | default.exp | 173 proc ld_relocate { ld target objects } { argument 174 default_ld_relocate $ld $target $objects 181 proc ld_link { ld target objects } { argument 182 default_ld_link $ld $target $objects 189 proc ld_simple_link { ld target objects } { argument 190 default_ld_simple_link $ld $target $objects
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-cygwin/ |
D | exe-export.exp | 69 proc ld_special_link { ld target objects } { argument 78 if [is_endian_output_format $objects] then { 84 verbose -log "$ld $flags -o $target $objects" 85 catch "exec $ld $flags -o $target $objects" link_output
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mep/ |
D | complex-relocs.exp | 19 proc ld_test { objects ldflags dest test } { 20 set ld_output [target_link $objects $dest $ldflags] 24 proc ld_test_error { objects ldflags dest test } { 25 set ld_output [target_link $objects $dest $ldflags]
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-auto-import/ |
D | auto-import.exp | 78 proc ld_special_link { ld target objects } { argument 87 if [is_endian_output_format $objects] then { 93 verbose -log "$ld $flags -o $target $objects" 95 catch "exec $ld $flags -o $target $objects" link_output
|
/toolchain/binutils/binutils-2.25/config/ |
D | bootstrap-lto.mk | 5 STAGE2_CFLAGS += -flto=jobserver -frandom-seed=1 -ffat-lto-objects 6 STAGE3_CFLAGS += -flto=jobserver -frandom-seed=1 -ffat-lto-objects
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/microblaze/ |
D | relax_size.exp | 2 proc ld_run { objects ldflags dest test } { 3 set ld_output [target_link $objects $dest $ldflags]
|
D | reloc_sym.exp | 19 proc ld_test { objects ldflags dest test } { 20 set ld_output [target_link $objects $dest $ldflags]
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | obstacks.texi | 5 An @dfn{obstack} is a pool of memory containing a stack of objects. You 6 can create any number of separate obstacks, and then allocate objects in 12 general: an obstack can contain any number of objects of any size. They 14 the objects are usually small. And the only space overhead per object is 21 * Allocation in an Obstack:: Allocating objects in an obstack. 22 * Freeing Obstack Objects:: Freeing objects in an obstack. 27 complicated) growing objects. 29 * Obstacks Data Alignment:: Controlling alignment of objects in obstacks. 47 of the obstack and how to find the space in which objects are allocated. 48 It does not contain any of the objects themselves. You should not try [all …]
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mt/ |
D | relocs.exp | 20 proc ld_test { objects ldflags dest test } { 21 set ld_output [target_link $objects $dest $ldflags]
|
/toolchain/binutils/binutils-2.25/ld/testsuite/lib/ |
D | ld-lib.exp | 138 proc default_ld_relocate { ld target objects } { argument 142 return [run_host_cmd_yesno "$ld" "$HOSTING_EMU -o $target -r $objects"] 196 proc default_ld_link { ld target objects } { argument 207 if { [ string match "* -pie *" $objects ] } { 208 set objs "$HOSTING_SCRT0 $objects" 211 set objs "$HOSTING_CRT0 $objects" 215 if [is_endian_output_format $objects] then { 228 proc default_ld_simple_link { ld target objects } { argument 233 if [is_endian_output_format $objects] then { 238 set exec_output [run_host_cmd "$ld" "$flags -o $target $objects"] [all …]
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/ |
D | relfail.exp | 182 set objects "tmpdir/relfail-$testindex.o $baseobj" 183 set result [ld_simple_link $ld $binfile "--no-warn-mismatch $ld_options $objects"]
|
D | shmix-1.s | 1 ! Check mixed-mode objects; different sections holding different ISA:s.
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | solaris2.em | 35 .dynsym table of executables and shared objects. If generating a 55 /* Do this for both executables and shared objects. */ 129 /* Do this for both executables and shared objects. */
|
D | rxelf.em | 63 fprintf (file, _(" --no-flag-mismatch-warnings Don'\''t warn about objects with incompatible\n" 65 fprintf (file, _(" --flag-mismatch-warnings Warn about objects with incompatible\n"
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/ |
D | attr-merge-wchar-42.d | 5 …byte wchar_t yet the output is to use 4-byte wchar_t; use of wchar_t values across objects may fail
|
D | attr-merge-wchar-24.d | 5 …byte wchar_t yet the output is to use 2-byte wchar_t; use of wchar_t values across objects may fail
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/ |
D | expdyn1.d | 8 # Exporting dynamic symbols means objects as well as functions.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/ |
D | mix-1.s | 1 ! Check mixed-mode objects; different sections holding different ISA:s.
|
D | mix-noexp-1.d | 4 #name: Mixed-ISA objects with -no-expand.
|
D | mix-1.d | 3 #name: Mixed-ISA objects.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/ |
D | orphan4.ld | 1 /* The .foo section doesn't specify *any* objects, but the object
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
D | ldr-global.s | 1 @ Test pc-relative loads from global objects defined in the same text segment.
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-tic6x.texi | 48 objects of different type (DSBT and non-DSBT) are linked together. 61 emit a warning if objects built with different settings of this option 73 emit a warning if objects of different type (position-dependent and
|