Lines Matching refs:gc_process_relocs

2074 	* gc.h (gc_process_relocs): Don't look through function descriptors.
2099 * gc.h (gc_process_relocs): Look through function descriptors
2890 (Target_powerpc::gc_process_relocs): Call process_gc_mark.
3084 * gc.h (gc_process_relocs): Call target gc_add_reference.
3095 (Target_powerpc::gc_process_relocs): Call gc()->add_reference on
4238 * x86_64.cc (gc_process_relocs): Add typename on types used in
8316 * arm.cc (Target_arm::gc_process_relocs): Use typename.
8317 * powerpc.cc (Target_powerpc::gc_process_relocs): Likewise.
8318 * sparc.cc (Target_sparc::gc_process_relocs): Likewise.
8411 * arm.cc (Target_arm<big_endian>::gc_process_relocs): Add template
8412 paramter to the call to gold::gc_process_relocs.
8413 * i386.cc (Target_i386<big_endian>::gc_process_relocs): Add template
8414 paramter to the call to gold::gc_process_relocs.
8415 * x86_64.cc (Target_x86_64<big_endian>::gc_process_relocs): Add template
8416 parameter to the call to gold::gc_process_relocs.
8417 * powerpc.cc (Target_powerpc<big_endian>::gc_process_relocs): Add
8418 template parameter to the call to gold::gc_process_relocs.
8419 * sparc.cc (Target_sparc<big_endian>::gc_process_relocs): Add template
8420 paramter to the call to gold::gc_process_relocs.
8422 (gc_process_relocs): Save the size of the reloc for use by ICF.
9019 * gc.h (gc_process_relocs): Pass information on relocs pointing to
9706 * gc.h (gc_process_relocs): Change vectors to point to the new list.
9771 * gc.h (gc_process_relocs): Scan relocation types to determine if
10462 (gc_process_relocs): Use Garbage_collection::add_reference to avoid
10770 (gc_process_relocs): Add references to sections whose names are C
10899 * gc.h (gc_process_relocs): Call is_section_foldable_candidate to
11847 gc_process_relocs, scan_relocs, relocate, do_gc_process_relocs,
11863 gc_process_relocs, scan_relocs, scan_relocatable_relocs. Change
11865 * gc.h (gc_process_relocs): Remove options parameter. Change all
12134 * gc.h (gc_process_relocs): Check if icf is enabled using new
13006 * gc.h (gc_process_relocs): Populate lists used by icf to contain
14201 * i386.cc (Target_i386::gc_process_relocs): New function.
14216 (Relobj::gc_process_relocs): New function.
14225 * powerpc.cc (Target_powerpc::gc_process_relocs): New function.
14233 * sparc.cc (Target_sparc::gc_process_relocs): New function.
14254 * target.h (Sized_target::gc_process_relocs): New pure virtual
14256 * x86_64.cc (Target_x86_64::gc_process_relocs): New function.
14257 * testsuite/testfile.cc (Target_test::gc_process_relocs): New function.