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

  /toolchain/binutils/binutils-2.25/binutils/
arsup.c 196 ptr = &(obfd->archive_head);
221 abfd->archive_next = obfd->archive_head;
222 obfd->archive_head = abfd;
267 abfd->archive_next = obfd->archive_head;
268 obfd->archive_head = abfd;
280 obfd->archive_head = 0;
296 bfd *member = obfd->archive_head;
297 bfd **prev = &(obfd->archive_head);
361 bfd *member = obfd->archive_head;
362 bfd **prev = &(obfd->archive_head);
    [all...]
objcopy.c     [all...]
  /toolchain/binutils/binutils-2.25/bfd/
archive64.c 154 bfd *current = arch->archive_head;
197 for (current = arch->archive_head;
archive.c 51 through the <<archive_head>> slot of the archive. Set it with
225 bfd_ardata (abfd)->archive_head = NULL;
299 output_archive->archive_head = new_head;
828 bfd_ardata (abfd)->archive_head = NULL;
    [all...]
coff-rs6000.c 293 member_layout_init (&iterator->next, archive, archive->archive_head,
    [all...]
libbfd-in.h 69 bfd *archive_head; /* Only interesting in output routines. */ member in struct:artdata
libbfd.h 74 bfd *archive_head; /* Only interesting in output routines. */ member in struct:artdata
    [all...]
vms-lib.c     [all...]
som.c     [all...]
bfd-in2.h 6483 struct bfd *archive_head; \/* The first BFD in the archive. *\/ member in struct:bfd
    [all...]
ecoff.c     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
bfd.h 5860 struct bfd *archive_head; \/* The first BFD in the archive. *\/ member in struct:bfd
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
bfd.h 5860 struct bfd *archive_head; \/* The first BFD in the archive. *\/ member in struct:bfd
    [all...]

Completed in 548 milliseconds