HomeSort by relevance Sort by last modified time
    Searched refs:ar_hdr (Results 26 - 50 of 53) sorted by null

12 3

  /prebuilts/ndk/r11/platforms/android-23/arch-mips/usr/include/
ar.h 55 struct ar_hdr { struct
  /prebuilts/ndk/r11/platforms/android-23/arch-mips64/usr/include/
ar.h 55 struct ar_hdr { struct
  /prebuilts/ndk/r11/platforms/android-23/arch-x86/usr/include/
ar.h 55 struct ar_hdr { struct
  /prebuilts/ndk/r11/platforms/android-23/arch-x86_64/usr/include/
ar.h 55 struct ar_hdr { struct
  /prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/
ar.h 55 struct ar_hdr { struct
  /prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/
ar.h 55 struct ar_hdr { struct
  /prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/
ar.h 55 struct ar_hdr { struct
  /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/
ar.h 55 struct ar_hdr { struct
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/
ar.h 55 struct ar_hdr { struct
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/
ar.h 55 struct ar_hdr { struct
  /toolchain/binutils/binutils-2.25/include/aout/
ar.h 44 struct ar_hdr struct
  /external/elfutils/libelf/
elf_getaroff.c 52 return elf->start_offset - sizeof (struct ar_hdr) - parent->start_offset;
elf_begin.c 679 struct ar_hdr hdrm;
680 struct ar_hdr *hdr;
689 || elf->maximum_size - offset < sizeof (struct ar_hdr))
693 hdr = (struct ar_hdr *) (elf->map_address + offset);
711 offset += sizeof (struct ar_hdr) + ((len + 1) & ~1l);
724 if (len > elf->maximum_size - offset - sizeof (struct ar_hdr))
729 + sizeof (struct ar_hdr),
736 + sizeof (struct ar_hdr))
782 struct ar_hdr *ar_hdr; local
    [all...]
elf_getarsym.c 110 struct ar_hdr *index_hdr;
115 if (pread_retry (elf->fildes, &elf->state.ar.ar_hdr,
116 sizeof (struct ar_hdr), elf->start_offset + SARMAG)
117 != sizeof (struct ar_hdr))
125 index_hdr = &elf->state.ar.ar_hdr;
129 if (SARMAG + sizeof (struct ar_hdr) > elf->maximum_size)
136 index_hdr = (struct ar_hdr *) (elf->map_address
171 size_t off = elf->start_offset + SARMAG + sizeof (struct ar_hdr);
187 || elf->maximum_size - index_size < SARMAG + sizeof (struct ar_hdr)
elf_next.c 58 parent->state.ar.offset += (sizeof (struct ar_hdr)
libelfP.h 396 struct ar_hdr ar_hdr; /* Header read from file. */ member in struct:Elf::__anon18977::__anon18981
  /external/elfutils/src/
arlib.h 42 #define MAX_AR_NAME_LEN (sizeof (((struct ar_hdr *) NULL)->ar_name) - 1)
46 #define AR_HDR_WORDS (sizeof (struct ar_hdr) / sizeof (uint32_t))
arlib2.c 42 return size - sizeof (struct ar_hdr);
ar.c 528 + sizeof (struct ar_hdr));
794 rest_off = (index_off + sizeof (struct ar_hdr)
855 struct ar_hdr arhdr;
895 *startp += sizeof (struct ar_hdr);
896 assert ((size_t) *lenp >= sizeof (struct ar_hdr));
897 *lenp -= sizeof (struct ar_hdr);
976 + sizeof (struct ar_hdr));
1037 if (symtab.longnameslen > sizeof (struct ar_hdr)
    [all...]
ranlib.c 211 + sizeof (struct ar_hdr));
259 rest_off = (index_off + sizeof (struct ar_hdr)
  /toolchain/binutils/binutils-2.25/bfd/
archive.c 153 Note that the pointers here point to the front of the ar_hdr, not
165 #define arch_hdr(bfd) ((struct ar_hdr *) arch_eltdata (bfd)->arch_header)
454 to the ar_hdr in the file). Moves the file pointer; on success it
470 struct ar_hdr hdr;
476 bfd_size_type allocsize = sizeof (struct areltdata) + sizeof (struct ar_hdr);
483 if (bfd_bread (hdrp, sizeof (struct ar_hdr), abfd) != sizeof (struct ar_hdr))
534 + sizeof (struct ar_hdr));
581 memcpy (ared->arch_header, &hdr, sizeof (struct ar_hdr));
591 sizeof (struct ar_hdr));
    [all...]
archive64.c 156 struct ar_hdr hdr;
166 + sizeof (struct ar_hdr)
169 memset (&hdr, ' ', sizeof (struct ar_hdr));
183 if (bfd_bwrite (&hdr, sizeof (struct ar_hdr), arch)
184 != sizeof (struct ar_hdr))
214 archive_member_file_ptr += sizeof (struct ar_hdr);
coff-alpha.c     [all...]
  /toolchain/binutils/binutils-2.25/binutils/
elfcomm.h 77 struct ar_hdr arhdr; /* Current archive header. */
  /external/elfutils/libdwfl/
open.c 140 elf->state.ar.offset = offset - sizeof (struct ar_hdr);

Completed in 763 milliseconds

12 3