Lines Matching refs:parent

7582       arelent **parent;  in bfd_generic_get_relocated_section_contents()  local
7583 for (parent = reloc_vector; *parent != NULL; parent++) in bfd_generic_get_relocated_section_contents()
7589 symbol = *(*parent)->sym_ptr_ptr; in bfd_generic_get_relocated_section_contents()
7597 p = data + (*parent)->address * bfd_octets_per_byte (input_bfd); in bfd_generic_get_relocated_section_contents()
7598 _bfd_clear_contents ((*parent)->howto, input_bfd, input_section, in bfd_generic_get_relocated_section_contents()
7600 (*parent)->sym_ptr_ptr = bfd_abs_section_ptr->symbol_ptr_ptr; in bfd_generic_get_relocated_section_contents()
7601 (*parent)->addend = 0; in bfd_generic_get_relocated_section_contents()
7602 (*parent)->howto = &none_howto; in bfd_generic_get_relocated_section_contents()
7607 *parent, in bfd_generic_get_relocated_section_contents()
7618 os->orelocation[os->reloc_count] = *parent; in bfd_generic_get_relocated_section_contents()
7628 (link_info, bfd_asymbol_name (*(*parent)->sym_ptr_ptr), in bfd_generic_get_relocated_section_contents()
7629 input_bfd, input_section, (*parent)->address, in bfd_generic_get_relocated_section_contents()
7637 (*parent)->address))) in bfd_generic_get_relocated_section_contents()
7643 bfd_asymbol_name (*(*parent)->sym_ptr_ptr), in bfd_generic_get_relocated_section_contents()
7644 (*parent)->howto->name, (*parent)->addend, in bfd_generic_get_relocated_section_contents()
7645 input_bfd, input_section, (*parent)->address))) in bfd_generic_get_relocated_section_contents()
7655 abfd, input_section, * parent); in bfd_generic_get_relocated_section_contents()