Home | History | Annotate | Download | only in gold

Lines Matching refs:Scan

36 // template parameter Scan must be a class type which provides two
43 typename Scan>
61 Scan scan;
101 scan.local(symtab, layout, target, object, data_shndx,
111 scan.global(symtab, layout, target, object, data_shndx,
527 // Scan relocs during a relocatable link. This is a default
554 Scan_relocatable_reloc scan;
574 strategy = scan.global_strategy(r_type, object, r_sym);
593 strategy = scan.local_non_section_strategy(r_type, object,
597 strategy = scan.local_section_strategy(r_type, object);