Home
last modified time | relevance | path

Searched refs:section_last (Results 1 – 16 of 16) sorted by relevance

/dragonfly/contrib/gdb-7/bfd/
H A Dformat.c105 struct bfd_section *section_last; member
126 preserve->section_last = abfd->section_last; in bfd_preserve_save()
160 abfd->section_last = preserve->section_last; in bfd_preserve_restore()
H A Dbfd-in2.h1620 (ABFD)->section_last = _prev; \
1629 if (_abfd->section_last) \
1631 _s->prev = _abfd->section_last; \
1632 _abfd->section_last->next = _s; \
1639 _abfd->section_last = _s; \
1656 _abfd->section_last = _s; \
1673 (ABFD)->section_last = _s; \
1692 ((S)->next == NULL ? (ABFD)->section_last != (S) : (S)->next->prev != (S))
5976 struct bfd_section *section_last; member
H A Dopncls.c95 nbfd->section_last = NULL; in _bfd_new_bfd()
158 abfd->section_last = NULL; in _bfd_free_cached_info()
H A Dsection.c834 abfd->section_last = NULL; in bfd_section_list_clear()
/dragonfly/contrib/binutils-2.27/bfd/
H A Dformat.c104 struct bfd_section *section_last; member
125 preserve->section_last = abfd->section_last; in bfd_preserve_save()
159 abfd->section_last = preserve->section_last; in bfd_preserve_restore()
H A Dbfd-in2.h1696 (ABFD)->section_last = _prev; \
1705 if (_abfd->section_last) \
1707 _s->prev = _abfd->section_last; \
1708 _abfd->section_last->next = _s; \
1715 _abfd->section_last = _s; \
1732 _abfd->section_last = _s; \
1749 (ABFD)->section_last = _s; \
1768 ((S)->next == NULL ? (ABFD)->section_last != (S) : (S)->next->prev != (S))
6760 struct bfd_section *section_last; member
H A Dsection.c873 abfd->section_last = NULL; in bfd_section_list_clear()
H A Dopncls.c145 abfd->section_last = NULL; in _bfd_free_cached_info()
H A Dcoffcode.h3303 abfd->section_last = NULL; in coff_compute_section_file_positions()
/dragonfly/contrib/binutils-2.34/bfd/
H A Dformat.c104 struct bfd_section *section_last; member
127 preserve->section_last = abfd->section_last; in bfd_preserve_save()
164 abfd->section_last = preserve->section_last; in bfd_preserve_restore()
H A Dbfd-in2.h6660 struct bfd_section *section_last; member
6903 abfd->section_last = prev; in bfd_section_list_remove()
6910 if (abfd->section_last) in bfd_section_list_append()
6912 s->prev = abfd->section_last; in bfd_section_list_append()
6913 abfd->section_last->next = s; in bfd_section_list_append()
6920 abfd->section_last = s; in bfd_section_list_append()
6935 abfd->section_last = s; in bfd_section_list_prepend()
6950 abfd->section_last = s; in bfd_section_list_insert_after()
6969 return s->next ? s->next->prev != s : abfd->section_last != s; in bfd_section_removed_from_list()
H A Dsection.c860 abfd->section_last = NULL; in bfd_section_list_clear()
H A Dopncls.c146 abfd->section_last = NULL; in _bfd_free_cached_info()
H A Dcoffcode.h3035 abfd->section_last = NULL; in coff_compute_section_file_positions()
/dragonfly/contrib/binutils-2.27/ld/
H A Dldlang.c3834 link_info.output_bfd->section_last = first_sec->prev; in process_insert_statements()
3840 link_info.output_bfd->section_last = last_sec; in process_insert_statements()
5526 for (sec = link_info.output_bfd->section_last; sec; sec = sec->prev) in lang_size_sections()
5813 s = link_info.output_bfd->section_last; in section_for_dot()
/dragonfly/contrib/binutils-2.34/ld/
H A Dldlang.c4273 link_info.output_bfd->section_last = first_sec->prev; in process_insert_statements()
4279 link_info.output_bfd->section_last = last_sec; in process_insert_statements()
6079 for (sec = link_info.output_bfd->section_last; sec; sec = sec->prev) in lang_size_relro_segment_1()
6406 s = link_info.output_bfd->section_last; in section_for_dot()