Searched refs:section_last (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/contrib/binutils/bfd/
H A Dbfd.c115 . struct bfd_section *section_last;
1471 . struct bfd_section *section_last;
1505 preserve->section_last = abfd->section_last;
1517 abfd->section_last = NULL;
1547 abfd->section_last = preserve->section_last;
H A Dbfd-in2.h1566 (ABFD)->section_last = _prev; \
1575 if (_abfd->section_last) \
1577 _s->prev = _abfd->section_last; \
1578 _abfd->section_last->next = _s; \
1585 _abfd->section_last = _s; \
1602 _abfd->section_last = _s; \
1619 (ABFD)->section_last = _s; \
1638 ((S)->next == NULL ? (ABFD)->section_last != (S) : (S)->next->prev != (S))
4660 struct bfd_section *section_last;
4929 struct bfd_section *section_last;
4653 struct bfd_section *section_last; member in struct:bfd
4922 struct bfd_section *section_last; member in struct:bfd_preserve
[all...]
H A Dsection.c561 . (ABFD)->section_last = _prev; \
570 . if (_abfd->section_last) \
572 . _s->prev = _abfd->section_last; \
573 . _abfd->section_last->next = _s; \
580 . _abfd->section_last = _s; \
597 . _abfd->section_last = _s; \
614 . (ABFD)->section_last = _s; \
633 . ((S)->next == NULL ? (ABFD)->section_last != (S) : (S)->next->prev != (S))
804 abfd->section_last = NULL;
H A Dopncls.c80 nbfd->section_last = NULL;
137 abfd->section_last = NULL;
H A Dcoffcode.h3070 abfd->section_last = NULL;
/freebsd-10.0-release/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h1572 (ABFD)->section_last = _prev; \
1581 if (_abfd->section_last) \
1583 _s->prev = _abfd->section_last; \
1584 _abfd->section_last->next = _s; \
1591 _abfd->section_last = _s; \
1608 _abfd->section_last = _s; \
1625 (ABFD)->section_last = _s; \
1644 ((S)->next == NULL ? (ABFD)->section_last != (S) : (S)->next->prev != (S))
4667 struct bfd_section *section_last;
4936 struct bfd_section *section_last;
4660 struct bfd_section *section_last; member in struct:bfd
4929 struct bfd_section *section_last; member in struct:bfd_preserve
[all...]

Completed in 148 milliseconds