Home
last modified time | relevance | path

Searched refs:gc (Results 1 – 25 of 173) sorted by relevance

1234567

/toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/
Dgc-tls-relocs.d1 #source: gc-start.s
2 #source: gc-relocs-tlsgd.s
3 #source: gc-relocs-tlsdesc.s
4 #source: gc-relocs-tlsie.s
5 #source: gc-relocs-tlsle.s
6 #ld: --gc-sections -T aarch64.ld
10 # After gc-section removal we are cheking that symbols does not exit
Dgc-got-relocs.d1 #source: gc-start.s
2 #source: gc-relocs-309.s
3 #source: gc-relocs-311.s
4 #source: gc-relocs-312.s
5 #ld: --gc-sections -T aarch64.ld
9 # After gc-section removal we are cheking that symbol does not exit
Dgc-relocs-257.d1 #source: gc-start.s
2 #source: gc-relocs-257.s
3 #ld: --defsym tempy=0x11012 --defsym tempy2=0x45034 --defsym tempy3=0x1234 -T aarch64.ld --gc-se…
6 # This tests if linker is able to remove gc section containing
7 # R_AARCH64_ABS64 relocs. So after gc, we should be left with
Dgc-relocs-257-dyn.d1 #source: gc-start.s
2 #source: gc-relocs-257.s
3 …mpy=0x11012 --defsym tempy2=0x45034 --defsym tempy3=0x1234 -T aarch64.ld -shared --gc-sections
7 # for R_AARCH64_ABS64 while removing a gc section. The section is
8 # also removed. So after gc, we should be left with the startup code.
Dgc-plt-relocs.d1 #source: gc-plt1.s
2 #source: gc-plt-main.s
3 #source: gc-plt-hidden.s
4 #source: gc-plt2.s
5 #ld: --gc-sections -T aarch64.ld --shared
9 # and local functions gced. After gc-section removal we are
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-gc/
Dnoent.d1 # name: --gc-sections -r without -e
2 # ld: --gc-sections -r
3 # error: gc-sections requires either an entry or an undefined symbol
Dabi-note.d1 #name: --gc-sections with note section
2 #ld: --gc-sections -e _start
Dpersonality.d1 #name: --gc-sections with __gxx_personality
2 #ld: --gc-sections -e main -L tmpdir -lpersonality
Dstart.d1 #name: --gc-sections with __start_
2 #ld: --gc-sections -e _start
Dpr11218.d1 # name: --gc-sections with shared library
3 # ld: --gc-sections -e main tmpdir/pr11218-2.o tmpdir/pr11218-1.so
Dpr14265.d1 #name: --gc-sections with KEEP
3 #ld: --gc-sections -T pr14265.t -e 0 tmpdir/pr14265.o
Dpr13683.d1 #name: --gc-sections with --defsym
3 #ld: --gc-sections -e main --defsym foo=foo2 tmpdir/pr13683.o
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
Dtls-gc-76.d2 #ld: -m crislinux --gc-sections -u gc76fn
4 #source: tls-gc-76.s
8 # Executable with a single R_CRIS_32_DTPREL, gc:ed away.
9 # A GOT reference through a local symbol to a variable survives gc.
Dpic-gc-73.d1 #source: pic-gc-73.s
4 #ld: --shared -m crislinux --gc-sections
7 # Left-over code coverage case from pic-gc-72; local symbol.
Dtls-gc-71.d1 #source: tls-gc-71.s
6 #ld: --shared -m crislinux --gc-sections
9 # DSO with a single R_CRIS_16_DTPREL against a hidden symbol, gc:ed.
Dtls-gc-70.d6 #ld: -m crislinux --gc-sections
9 # An executable with a single R_CRIS_32_GD, with gc. Check that we
Dtls-gc-79.d6 #ld: -m crislinux --gc-sections
9 # An executable with a single R_CRIS_32_IE, with gc. Check that we
Dtls-gc-68.d5 #ld: -m crislinux --gc-sections
9 # the same local symbol, gc:ed. Check that we have nothing left but
Dtls-gc-69.d5 #ld: -m crislinux --gc-sections
10 # symbol, gc:ed. Check that we have nothing left but the start symbol
Dpic-gc-72.d1 #source: pic-gc-72.s
5 #ld: --shared -m crislinux --gc-sections
Dtls-gc-75.d8 #ld: -m crislinux --gc-sections
13 # symbol, gc:ed. Check that we have proper NPTL/TLS markings and GOT.
/toolchain/binutils/binutils-2.25/config/
Dgc++filt.m41 # gc++filt.m4 serial 1 -*- Autoconf -*-
20 GNU version of `c++filt', `gc++filt' on PATH.])
22 [AC_PATH_PROGS_FEATURE_CHECK([CXXFILT], [c++filt gc++filt],
/toolchain/binutils/binutils-2.25/binutils/
Dresbin.c812 rc_group_cursor *gc; in bin_to_res_group_cursor() local
817 gc = (rc_group_cursor *) res_alloc (sizeof *gc); in bin_to_res_group_cursor()
819 gc->width = windres_get_16 (wrbfd, data, 2); in bin_to_res_group_cursor()
820 gc->height = windres_get_16 (wrbfd, data + 2, 2); in bin_to_res_group_cursor()
821 gc->planes = windres_get_16 (wrbfd, data + 4, 2); in bin_to_res_group_cursor()
822 gc->bits = windres_get_16 (wrbfd, data + 6, 2); in bin_to_res_group_cursor()
823 gc->bytes = windres_get_32 (wrbfd, data + 8, 4); in bin_to_res_group_cursor()
824 gc->index = windres_get_16 (wrbfd, data + 12, 2); in bin_to_res_group_cursor()
826 gc->next = NULL; in bin_to_res_group_cursor()
827 *pp = gc; in bin_to_res_group_cursor()
[all …]
/toolchain/binutils/binutils-2.25/ld/testsuite/
DChangeLog-200823 * ld-cris/tls-err-77.d, ld-cris/tls-gc-79.d, ld-cris/tls-ie-8e.s,
75 * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d,
76 ld-cris/pic-gc-72.s, ld-cris/pic-gc-73.d, ld-cris/pic-gc-73.s,
90 ld-cris/tls-err-65.d, ld-cris/tls-err-67.d, ld-cris/tls-gc-68.d,
91 ld-cris/tls-gc-69.d, ld-cris/tls-gc-70.d, ld-cris/tls-gc-71.d,
92 ld-cris/tls-gc-71.s, ld-cris/tls-gc-75.d, ld-cris/tls-gc-76.d,
93 ld-cris/tls-gc-76.s, ld-cris/tls-gd-1.d, ld-cris/tls-gd-1.s,
136 * ld-gc/gc.c (dummy_func): New function - present so that
466 * ld-gc/gc.exp (test_gc): xfail powerpc64.
970 * ld-gc/gc.c: Make sure used_func is not inlined.
[all …]
/toolchain/binutils/binutils-2.25/gold/
Dgc.h351 symtab->gc()->add_reference(src_obj, src_indx, dst_obj, dst_indx); in gc_process_relocs()
358 symtab->gc()->cident_sections()->find(std::string(cident_section_name)); in gc_process_relocs()
359 if (ele == symtab->gc()->cident_sections()->end()) in gc_process_relocs()
363 v(symtab->gc()->section_reloc_map()[src_id]); in gc_process_relocs()

1234567