HomeSort by relevance Sort by last modified time
    Searched refs:section_last (Results 1 - 6 of 6) sorted by null

  /toolchain/binutils/binutils-2.27/bfd/
format.c 104 struct bfd_section *section_last; member in struct:bfd_preserve
125 preserve->section_last = abfd->section_last;
159 abfd->section_last = preserve->section_last;
bfd-in2.h 6760 struct bfd_section *section_last; member in struct:bfd
    [all...]
section.c 629 . (ABFD)->section_last = _prev; \
638 . if (_abfd->section_last) \
640 . _s->prev = _abfd->section_last; \
641 . _abfd->section_last->next = _s; \
648 . _abfd->section_last = _s; \
665 . _abfd->section_last = _s; \
682 . (ABFD)->section_last = _s; \
701 . ((S)->next == NULL ? (ABFD)->section_last != (S) : (S)->next->prev != (S))
873 abfd->section_last = NULL;
    [all...]
opncls.c 145 abfd->section_last = NULL;
    [all...]
coffcode.h     [all...]
  /toolchain/binutils/binutils-2.27/ld/
ldlang.c     [all...]

Completed in 303 milliseconds