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

  /toolchain/binutils/binutils-2.25/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;
section.c 614 . (ABFD)->section_last = _prev; \
623 . if (_abfd->section_last) \
625 . _s->prev = _abfd->section_last; \
626 . _abfd->section_last->next = _s; \
633 . _abfd->section_last = _s; \
650 . _abfd->section_last = _s; \
667 . (ABFD)->section_last = _s; \
686 . ((S)->next == NULL ? (ABFD)->section_last != (S) : (S)->next->prev != (S))
858 abfd->section_last = NULL;
    [all...]
bfd-in2.h 6453 struct bfd_section *section_last; member in struct:bfd
    [all...]
opncls.c 143 abfd->section_last = NULL;
    [all...]
coffcode.h     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
bfd.h 5834 struct bfd_section *section_last; member in struct:bfd
6154 struct bfd_section *section_last; member in struct:bfd_preserve
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
bfd.h 5834 struct bfd_section *section_last; member in struct:bfd
6154 struct bfd_section *section_last; member in struct:bfd_preserve
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
ldlang.c     [all...]

Completed in 1427 milliseconds