HomeSort by relevance Sort by last modified time
    Searched defs:ar_hdr (Results 1 - 14 of 14) sorted by null

  /bionic/libc/include/
ar.h 55 struct ar_hdr { struct
  /development/ndk/platforms/android-L/include/
ar.h 55 struct ar_hdr { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
ar.h 26 `struct ar_hdr', and as many bytes of member file data as its `ar_size'
36 struct ar_hdr struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
ar.h 26 `struct ar_hdr', and as many bytes of member file data as its `ar_size'
36 struct ar_hdr struct
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
ar.h 55 struct ar_hdr { struct
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
ar.h 55 struct ar_hdr { struct
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
ar.h 55 struct ar_hdr { struct
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
ar.h 55 struct ar_hdr { struct
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
ar.h 55 struct ar_hdr { struct
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
ar.h 55 struct ar_hdr { struct
  /external/elfutils/0.153/src/
arlib.c 59 struct ar_hdr ar_hdr; local
60 memcpy (ar_hdr.ar_name, "/ ", sizeof (ar_hdr.ar_name));
68 char tmpbuf[sizeof (ar_hdr.ar_date) + 1];
69 memcpy (ar_hdr.ar_date, tmpbuf,
71 (int) sizeof (ar_hdr.ar_date),
74 assert ((sizeof (struct ar_hdr) % sizeof (uint32_t)) == 0);
80 memcpy (ar_hdr.ar_uid, "0 ", sizeof (ar_hdr.ar_uid))
    [all...]
  /external/elfutils/0.153/libelf/
elf_begin.c 664 struct ar_hdr hdrm;
665 struct ar_hdr *hdr;
673 if (offset + sizeof (struct ar_hdr) > elf->maximum_size)
677 hdr = (struct ar_hdr *) (elf->map_address + offset);
695 offset += sizeof (struct ar_hdr) + ((len + 1) & ~1l);
710 + sizeof (struct ar_hdr),
716 + sizeof (struct ar_hdr))
761 struct ar_hdr *ar_hdr; local
767 if (unlikely (elf->state.ar.offset + sizeof (struct ar_hdr)
    [all...]
libelfP.h 405 struct ar_hdr ar_hdr; /* Header read from file. */ member in struct:Elf::__anon25893::__anon25897
  /ndk/sources/host-tools/make-3.81/
arscan.c 244 struct ar_hdr
263 # define ar_hdr _IMAGE_ARCHIVE_MEMBER_HEADER
274 # define AR_HDR_SIZE (sizeof (struct ar_hdr))
429 struct ar_hdr member_header;
709 sizeof (struct ar_hdr.ar_name) - 1. */
727 struct ar_hdr hdr;
766 struct ar_hdr ar_hdr;
782 if (AR_HDR_SIZE != read (fd, (char *) &ar_hdr, AR_HDR_SIZE))
787 if (AR_HDR_SIZE != write (fd, (char *) &ar_hdr, AR_HDR_SIZE)
243 struct ar_hdr struct
262 # define ar_hdr macro
762 struct ar_hdr ar_hdr; local
    [all...]

Completed in 833 milliseconds