Searched refs:rsec (Results 1 - 11 of 11) sorted by relevance

/haiku-buildtools/binutils/bfd/
H A Dcoffgen.c2805 asection *rsec; local
2807 rsec = _bfd_coff_gc_mark_rsec (info, sec, gc_mark_hook, cookie);
2808 if (rsec && !rsec->gc_mark)
2810 if (bfd_get_flavour (rsec->owner) != bfd_target_coff_flavour)
2811 rsec->gc_mark = 1;
2812 else if (!_bfd_coff_gc_mark (info, rsec, gc_mark_hook))
H A Delf-eh-frame.c900 asection *rsec; local
905 rsec = _bfd_elf_gc_mark_rsec (info, sec, gc_mark_hook,
909 if (rsec)
911 REQUIRE (rsec->owner == abfd);
912 this_inf->u.fde.next_for_section = elf_fde_list (rsec);
913 elf_fde_list (rsec) = this_inf;
H A Dmmo.c1917 asection *rsec; local
1933 rsec
1936 rsec->flags |= SEC_LINKER_CREATED;
1937 rsec->vma = z * 8;
1938 loc = mmo_get_loc (rsec, z * 8, (255 - z) * 8);
H A Dxcofflink.c2973 asection *rsec;
2975 rsec = xcoff_data (sec->owner)->csects[rel->r_symndx];
2976 if (rsec != NULL
2977 && (rsec->flags & SEC_MARK) == 0)
2979 if (!xcoff_mark (info, rsec))
2962 asection *rsec; local
H A Delf32-ppc.c6191 asection *rsec = htab->elf.srelgot;
6194 rsec = htab->elf.irelplt;
6200 rsec->size += need * (sizeof (Elf32_External_Rela) / 4);
8615 asection *rsec = htab->elf.srelgot;
8619 rsec = htab->elf.irelplt;
8629 loc = rsec->contents;
8630 loc += (rsec->reloc_count++
8660 loc = rsec->contents;
8661 loc += (rsec->reloc_count++
6178 asection *rsec = htab->elf.srelgot; local
8599 asection *rsec = htab->elf.srelgot; local
H A Delf64-ppc.c6479 asection *rsec;
6483 rsec = NULL;
6485 return rsec;
6525 rsec = fh->elf.root.u.def.section;
6530 &rsec, NULL, FALSE) != (bfd_vma) -1)
6533 rsec = h->root.u.def.section;
6537 rsec = h->root.u.c.p->section;
6549 rsec = bfd_section_from_elf_index (sec->owner, sym->st_shndx);
6550 opd = get_opd_info (rsec);
6553 rsec
6475 asection *rsec; local
[all...]
H A Delflink.c12670 asection *rsec;
12673 rsec = _bfd_elf_gc_mark_rsec (info, sec, gc_mark_hook, cookie, &start_stop);
12674 while (rsec != NULL)
12676 if (!rsec->gc_mark)
12678 if (bfd_get_flavour (rsec->owner) != bfd_target_elf_flavour
12679 || (rsec->owner->flags & DYNAMIC) != 0)
12680 rsec->gc_mark = 1;
12681 else if (!_bfd_elf_gc_mark (info, rsec, gc_mark_hook))
12686 rsec = bfd_get_next_section_by_name (rsec
12656 asection *rsec; local
[all...]
/haiku-buildtools/legacy/binutils/bfd/
H A Delf64-ppc.c5034 asection *rsec;
5058 rsec = eh->oh->elf.root.u.def.section;
5062 &rsec, NULL) != (bfd_vma) -1)
5067 if (!rsec->gc_mark)
5068 _bfd_elf_gc_mark (info, rsec, ppc64_elf_gc_mark_hook);
5070 rsec = eh->elf.root.u.def.section;
5071 if (!rsec->gc_mark)
5072 _bfd_elf_gc_mark (info, rsec, ppc64_elf_gc_mark_hook);
5078 rsec = NULL;
5080 return rsec;
5030 asection *rsec; local
[all...]
H A Dmmo.c1837 asection *rsec; local
1853 rsec
1856 rsec->flags |= SEC_LINKER_CREATED;
1857 rsec->vma = z * 8;
1858 loc = mmo_get_loc (rsec, z * 8, (255 - z) * 8);
H A Dxcofflink.c2294 asection *rsec;
2309 rsec = xcoff_data (sec->owner)->csects[rel->r_symndx];
2310 if (rsec != NULL
2311 && (rsec->flags & SEC_MARK) == 0)
2313 if (! xcoff_mark (info, rsec))
2289 asection *rsec; local
H A Delflink.c8901 asection *rsec;
8915 rsec = (*gc_mark_hook) (sec, info, rel, h, NULL);
8919 rsec = (*gc_mark_hook) (sec, info, rel, NULL, &isym[r_symndx]);
8922 if (rsec && !rsec->gc_mark)
8924 if (bfd_get_flavour (rsec->owner) != bfd_target_elf_flavour)
8925 rsec->gc_mark = 1;
8927 rsec->gc_mark_from_eh = 1;
8928 else if (!_bfd_elf_gc_mark (info, rsec, gc_mark_hook))
8890 asection *rsec; local

Completed in 399 milliseconds