Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
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()
Dbfd-in2.h1674 (ABFD)->section_last = _prev; \
1683 if (_abfd->section_last) \
1685 _s->prev = _abfd->section_last; \
1686 _abfd->section_last->next = _s; \
1693 _abfd->section_last = _s; \
1710 _abfd->section_last = _s; \
1727 (ABFD)->section_last = _s; \
1746 ((S)->next == NULL ? (ABFD)->section_last != (S) : (S)->next->prev != (S))
6453 struct bfd_section *section_last; member
Dsection.c858 abfd->section_last = NULL; in bfd_section_list_clear()
Dopncls.c143 abfd->section_last = NULL; in _bfd_free_cached_info()
Dcoffcode.h3271 abfd->section_last = NULL; in coff_compute_section_file_positions()
DChangeLog-20053189 * bfd.c (bfd): Remove section_tail and add section_last.
/toolchain/binutils/binutils-2.25/ld/
Dldlang.c3839 link_info.output_bfd->section_last = first_sec->prev; in process_insert_statements()
3845 link_info.output_bfd->section_last = last_sec; in process_insert_statements()