Home | History | Annotate | Download | only in bfd

Lines Matching full:target_sect

2233 	asection *target_sect;
2330 target_sect = bfd_section_from_elf_index (abfd, hdr->sh_info);
2331 if (target_sect == NULL)
2334 esdt = elf_section_data (target_sect);
2349 target_sect->reloc_count += NUM_SHDR_ENTRIES (hdr);
2350 target_sect->flags |= SEC_RELOC;
2351 target_sect->relocation = NULL;
2352 target_sect->rel_filepos = hdr->sh_offset;
2358 target_sect->use_rela_p = 1;