Home
last modified time | relevance | path

Searched refs:empty (Results 1 – 25 of 328) sorted by relevance

12345678910>>...14

/toolchain/binutils/binutils-2.25/gold/testsuite/
Darm_exidx_test.s15 # 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/
Dassert.t3 .empty : {
4 here = . == ADDR(.empty);
5 ASSERT (. == ADDR(.empty), "dot is not ADDR");
8 ASSERT (!SIZEOF(.empty), "Empty is not empty")
Dphdrs2.t11 address, not the unaligned .empty section address */
12 .empty : {
14 *(.empty)
Dempty-aligned.d1 #source: empty-aligned.s
2 #ld: -T empty-aligned.t
Dempty-address-3c.d1 #source: empty-address-3.s
2 #ld: -T empty-address-3c.t
Dempty-orphan.d1 #source: empty-orphan.s
2 #ld: -T empty-orphan.t
Dempty-address-3b.d1 #source: empty-address-3.s
2 #ld: -T empty-address-3b.t
Dempty-address-3a.d1 #source: empty-address-3.s
2 #ld: -T empty-address-3a.t
Dempty-address-2a.d1 #source: empty-address-2.s
2 #ld: -Ttext 0x0000000 -Tdata 0x2000000 -T empty-address-2a.t
Dempty-address-2b.d1 #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/
Dadd-section.d3 #source: empty.s
4 #objcopy: --add-section NEW=$srcdir/empty.s
10 0000 2320416e 20656d70 74792066 696c652e # An empty file.
Dadd-empty-section.d2 #name: objcopy add-empty-section
3 #source: empty.s
4 #objcopy: --add-section NEW=$srcdir/empty-file
Dstrip-3.d2 #source: empty.s
5 #name: strip empty file
Dempty.s1 # An empty file.
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-spu/
Dovl2.lnk7 .empty { empty.o?(.text) }
/toolchain/binutils/binutils-2.25/gold/
Dcommon.cc195 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()
Dworkqueue.cc257 && 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()
Ddynobj.h219 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()
Doptions.cc82 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()
Dscript.h175 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/
Dtic80coff.sc13 # 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/
Dhash.c381 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/
Dccr.s16 setf ; empty list
17 clearf ; empty list
/toolchain/binutils/binutils-2.25/ld/testsuite/
DChangeLog-200555 * 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 …]
DChangeLog-2006141 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 …]

12345678910>>...14