Lines Matching refs:reloc

65       Reltype reloc(prelocs);  in scan_relocs()
69 reloc.get_r_offset())) in scan_relocs()
72 unsigned int r_sym = Classify_reloc::get_r_sym(&reloc); in scan_relocs()
73 unsigned int r_type = Classify_reloc::get_r_type(&reloc); in scan_relocs()
101 output_section, reloc, r_type, lsym, is_discarded); in scan_relocs()
111 output_section, reloc, r_type, gsym); in scan_relocs()
333 Reltype reloc(prelocs); in relocate_section()
336 convert_to_section_size_type(reloc.get_r_offset()); in relocate_section()
347 unsigned int r_sym = Classify_reloc::get_r_sym(&reloc); in relocate_section()
536 get_r_sym(const Reltype* reloc) in get_r_sym() argument
537 { return elfcpp::elf_r_sym<size>(reloc->get_r_info()); } in get_r_sym()
541 get_r_type(const Reltype* reloc) in get_r_type() argument
542 { return elfcpp::elf_r_type<size>(reloc->get_r_info()); } in get_r_type()
546 get_r_addend(const Reltype* reloc) in get_r_addend() argument
547 { return Reloc_types<sh_type_, size, big_endian>::get_reloc_addend(reloc); } in get_r_addend()
552 put_r_info(Reltype_write* new_reloc, Reltype* reloc, unsigned int r_sym) in put_r_info() argument
554 unsigned int r_type = elfcpp::elf_r_type<size>(reloc->get_r_info()); in put_r_info()
589 get_r_sym(const Reltype* reloc) in get_r_sym() argument
590 { return Classify_reloc::get_r_sym(reloc); } in get_r_sym()
594 get_r_type(const Reltype* reloc) in get_r_type() argument
595 { return Classify_reloc::get_r_type(reloc); } in get_r_type()
656 get_r_sym(const Reltype* reloc) in get_r_sym() argument
657 { return Classify_reloc::get_r_sym(reloc); } in get_r_sym()
661 get_r_type(const Reltype* reloc) in get_r_type() argument
662 { return Classify_reloc::get_r_type(reloc); } in get_r_type()
723 Reltype reloc(prelocs); in scan_relocatable_relocs()
729 reloc.get_r_offset())) in scan_relocatable_relocs()
733 const unsigned int r_sym = Scan_relocatable_reloc::get_r_sym(&reloc); in scan_relocatable_relocs()
735 Scan_relocatable_reloc::get_r_type(&reloc); in scan_relocatable_relocs()
824 Reltype reloc(prelocs); in relocate_relocs()
827 const unsigned int r_sym = Classify_reloc::get_r_sym(&reloc); in relocate_relocs()
889 Address offset = reloc.get_r_offset(); in relocate_relocs()
915 Classify_reloc::put_r_info(&reloc_write, &reloc, new_symndx); in relocate_relocs()
923 Classify_reloc::get_r_addend(&reloc)); in relocate_relocs()
943 = Classify_reloc::get_r_addend(&reloc); in relocate_relocs()