Home
last modified time | relevance | path

Searched refs:objects (Results 1 – 25 of 190) sorted by relevance

12345678

/toolchain/binutils/binutils-2.25/gold/
Dcref.cc81 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 …]
DREADME46 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/
Ddefault.exp173 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/
Dexe-export.exp69 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/
Dcomplex-relocs.exp19 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/
Dauto-import.exp78 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/
Dbootstrap-lto.mk5 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/
Drelax_size.exp2 proc ld_run { objects ldflags dest test } {
3 set ld_output [target_link $objects $dest $ldflags]
Dreloc_sym.exp19 proc ld_test { objects ldflags dest test } {
20 set ld_output [target_link $objects $dest $ldflags]
/toolchain/binutils/binutils-2.25/libiberty/
Dobstacks.texi5 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/
Drelocs.exp20 proc ld_test { objects ldflags dest test } {
21 set ld_output [target_link $objects $dest $ldflags]
/toolchain/binutils/binutils-2.25/ld/testsuite/lib/
Dld-lib.exp138 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/
Drelfail.exp182 set objects "tmpdir/relfail-$testindex.o $baseobj"
183 set result [ld_simple_link $ld $binfile "--no-warn-mismatch $ld_options $objects"]
Dshmix-1.s1 ! Check mixed-mode objects; different sections holding different ISA:s.
/toolchain/binutils/binutils-2.25/ld/emultempl/
Dsolaris2.em35 .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. */
Drxelf.em63 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/
Dattr-merge-wchar-42.d5 …byte wchar_t yet the output is to use 4-byte wchar_t; use of wchar_t values across objects may fail
Dattr-merge-wchar-24.d5 …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/
Dexpdyn1.d8 # Exporting dynamic symbols means objects as well as functions.
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
Dmix-1.s1 ! Check mixed-mode objects; different sections holding different ISA:s.
Dmix-noexp-1.d4 #name: Mixed-ISA objects with -no-expand.
Dmix-1.d3 #name: Mixed-ISA objects.
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
Dorphan4.ld1 /* The .foo section doesn't specify *any* objects, but the object
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
Dldr-global.s1 @ Test pc-relative loads from global objects defined in the same text segment.
/toolchain/binutils/binutils-2.25/gas/doc/
Dc-tic6x.texi48 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

12345678