Home | History | Annotate | Download | only in gold

Lines Matching defs:r_info

631       typename elfcpp::Elf_types<size>::Elf_WXword r_info =
633 const unsigned int r_sym = elfcpp::elf_r_sym<size>(r_info);
1110 typename elfcpp::Elf_types<size>::Elf_WXword r_info = reloc.get_r_info();
1111 const unsigned int r_sym = elfcpp::elf_r_sym<size>(r_info);
1112 const unsigned int r_type = elfcpp::elf_r_type<size>(r_info);
1253 typename elfcpp::Elf_types<size>::Elf_WXword r_info = reloc.get_r_info();
1254 unsigned int r_sym = elfcpp::elf_r_sym<size>(r_info);
1345 typename elfcpp::Elf_types<size>::Elf_WXword r_info =
1347 unsigned int r_sym = elfcpp::elf_r_sym<size>(r_info);