Home | History | Annotate | Download | only in bfd

Lines Matching refs:target_sect

1867 	asection *target_sect;
1951 target_sect = bfd_section_from_elf_index (abfd, hdr->sh_info);
1952 if (target_sect == NULL)
1955 esdt = elf_section_data (target_sect);
1969 target_sect->reloc_count += NUM_SHDR_ENTRIES (hdr);
1970 target_sect->flags |= SEC_RELOC;
1971 target_sect->relocation = NULL;
1972 target_sect->rel_filepos = hdr->sh_offset;
1978 target_sect->use_rela_p = 1;