/toolchain/binutils/binutils-2.25/gold/testsuite/ |
D | arm_exidx_test.s | 15 # Check that we can handle an empty .text section 16 .section .text.empty,"ax",%progbits 18 .global empty symbol 19 .type empty, %function 20 empty: label 24 .size empty, .-empty
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/ |
D | assert.t | 3 .empty : { 4 here = . == ADDR(.empty); 5 ASSERT (. == ADDR(.empty), "dot is not ADDR"); 8 ASSERT (!SIZEOF(.empty), "Empty is not empty")
|
D | phdrs2.t | 11 address, not the unaligned .empty section address */ 12 .empty : { 14 *(.empty)
|
D | empty-aligned.d | 1 #source: empty-aligned.s 2 #ld: -T empty-aligned.t
|
D | empty-address-3c.d | 1 #source: empty-address-3.s 2 #ld: -T empty-address-3c.t
|
D | empty-orphan.d | 1 #source: empty-orphan.s 2 #ld: -T empty-orphan.t
|
D | empty-address-3b.d | 1 #source: empty-address-3.s 2 #ld: -T empty-address-3b.t
|
D | empty-address-3a.d | 1 #source: empty-address-3.s 2 #ld: -T empty-address-3a.t
|
D | empty-address-2a.d | 1 #source: empty-address-2.s 2 #ld: -Ttext 0x0000000 -Tdata 0x2000000 -T empty-address-2a.t
|
D | empty-address-2b.d | 1 #source: empty-address-2.s 2 #ld: -Ttext 0x0000000 -Tdata 0x2000000 -T empty-address-2b.t
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/ |
D | add-section.d | 3 #source: empty.s 4 #objcopy: --add-section NEW=$srcdir/empty.s 10 0000 2320416e 20656d70 74792066 696c652e # An empty file.
|
D | add-empty-section.d | 2 #name: objcopy add-empty-section 3 #source: empty.s 4 #objcopy: --add-section NEW=$srcdir/empty-file
|
D | strip-3.d | 2 #source: empty.s 5 #name: strip empty file
|
D | empty.s | 1 # An empty file.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-spu/ |
D | ovl2.lnk | 7 .empty { empty.o?(.text) }
|
/toolchain/binutils/binutils-2.25/gold/ |
D | common.cc | 195 if (!this->commons_.empty()) in do_allocate_commons() 199 if (!this->tls_commons_.empty()) in do_allocate_commons() 203 if (!this->small_commons_.empty()) in do_allocate_commons() 207 if (!this->large_commons_.empty()) in do_allocate_commons()
|
D | workqueue.cc | 257 && this->first_tasks_.empty() in find_runnable_or_wait() 258 && this->tasks_.empty()) in find_runnable_or_wait() 417 else if (!this->first_tasks_.empty() || !this->tasks_.empty()) in return_or_queue()
|
D | dynobj.h | 219 static const unsigned char empty[1] = { '\0' }; in do_section_contents() local 220 return empty; in do_section_contents() 572 { return !this->defs_.empty(); } in any_defs() 577 { return !this->needs_.empty(); } in any_needs()
|
D | options.cc | 82 if (!this->longname.empty()) in register_option() 111 if (!this->longname.empty() in print() 513 if (this->section_starts_.empty()) in section_start() 616 if (excluded_libs_.empty()) in check_excluded_libs() 1152 if (!libpath.empty()) in finalize() 1181 if (!line.empty() && line[line.length() - 1] == '\r') // Windows in finalize() 1366 gold_assert(!this->input_argument_list_.empty()); in add_file() 1372 gold_assert(!this->input_argument_list_.empty()); in add_file()
|
D | script.h | 175 empty() const in empty() function 176 { return this->version_trees_.empty(); } in empty() 489 { return !this->symbol_references_.empty(); } in any_unreferenced()
|
/toolchain/binutils/binutils-2.25/ld/scripttempl/ |
D | tic80coff.sc | 13 # RELOCATING: Set to a non-empty string when the linker is going to be doing 16 # CONSTRUCTING: Set to a non-empty string when the linker is going to be 22 # CREATE_SHLIB: Set to a non-empty string when generating a script for
|
/toolchain/binutils/binutils-2.25/gas/ |
D | hash.c | 381 unsigned long empty; in hash_print_statistics() local 392 empty = 0; in hash_print_statistics() 398 ++empty; in hash_print_statistics() 407 fprintf (f, "\t%lu empty slots\n", empty); in hash_print_statistics()
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/ |
D | ccr.s | 16 setf ; empty list 17 clearf ; empty list
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ |
D | ChangeLog-2005 | 55 * ld-mmix/bpo-10.d: Adjust for empty-section-removal. 174 * ld-elf/empty.s: Define "main". 182 * ld-scripts/empty-aligned.d: Likewise. 351 * ld-elf/empty.s: Define "start". 353 * ld-scripts/empty-aligned.s: No .data section. 354 * ld-scripts/empty-aligned.t: Discard most sections. 355 * ld-scripts/empty-aligned.d: Adjust. 431 * ld-ia64/tlsbin.rd: Update for empty section removal change. 443 * ld-alpha/tlsbin.dd: Update for empty section removal change. 492 * ld-scripts/empty-aligned.t: Adjust alignment expressions so [all …]
|
D | ChangeLog-2006 | 141 of empty sections. 150 * ld-scripts/empty-orphan.exp: Likewise. 319 * ld-s390/tlspic_64.rd, ld-scripts/empty-address-1.d, 320 * ld-scripts/empty-address-3c.d, ld-scripts/empty-orphan.t, 361 * ld-scripts/empty-address-1.d: New file. 362 * ld-scripts/empty-address-1.s: Likewise. 363 * ld-scripts/empty-address-1.t: Likewise. 364 * ld-scripts/empty-address-2.s: Likewise. 365 * ld-scripts/empty-address-2a.d: Likewise. 366 * ld-scripts/empty-address-2a.t: Likewise. [all …]
|