/toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/ |
D | gc-tls-relocs.d | 1 #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
|
D | gc-got-relocs.d | 1 #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
|
D | gc-relocs-257.d | 1 #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
|
D | gc-relocs-257-dyn.d | 1 #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.
|
D | gc-plt-relocs.d | 1 #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/ |
D | noent.d | 1 # name: --gc-sections -r without -e 2 # ld: --gc-sections -r 3 # error: gc-sections requires either an entry or an undefined symbol
|
D | abi-note.d | 1 #name: --gc-sections with note section 2 #ld: --gc-sections -e _start
|
D | personality.d | 1 #name: --gc-sections with __gxx_personality 2 #ld: --gc-sections -e main -L tmpdir -lpersonality
|
D | start.d | 1 #name: --gc-sections with __start_ 2 #ld: --gc-sections -e _start
|
D | pr11218.d | 1 # name: --gc-sections with shared library 3 # ld: --gc-sections -e main tmpdir/pr11218-2.o tmpdir/pr11218-1.so
|
D | pr14265.d | 1 #name: --gc-sections with KEEP 3 #ld: --gc-sections -T pr14265.t -e 0 tmpdir/pr14265.o
|
D | pr13683.d | 1 #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/ |
D | tls-gc-76.d | 2 #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.
|
D | pic-gc-73.d | 1 #source: pic-gc-73.s 4 #ld: --shared -m crislinux --gc-sections 7 # Left-over code coverage case from pic-gc-72; local symbol.
|
D | tls-gc-71.d | 1 #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.
|
D | tls-gc-70.d | 6 #ld: -m crislinux --gc-sections 9 # An executable with a single R_CRIS_32_GD, with gc. Check that we
|
D | tls-gc-79.d | 6 #ld: -m crislinux --gc-sections 9 # An executable with a single R_CRIS_32_IE, with gc. Check that we
|
D | tls-gc-68.d | 5 #ld: -m crislinux --gc-sections 9 # the same local symbol, gc:ed. Check that we have nothing left but
|
D | tls-gc-69.d | 5 #ld: -m crislinux --gc-sections 10 # symbol, gc:ed. Check that we have nothing left but the start symbol
|
D | pic-gc-72.d | 1 #source: pic-gc-72.s 5 #ld: --shared -m crislinux --gc-sections
|
D | tls-gc-75.d | 8 #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/ |
D | gc++filt.m4 | 1 # 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/ |
D | resbin.c | 812 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/ |
D | ChangeLog-2008 | 23 * 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/ |
D | gc.h | 351 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()
|