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

  /bionic/libc/include/
ar.h 55 struct ar_hdr { struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-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.7-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
  /external/elfutils/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),
73 assert ((sizeof (struct ar_hdr) % sizeof (uint32_t)) == 0);
79 memcpy (ar_hdr.ar_uid, "0 ", sizeof (ar_hdr.ar_uid))
    [all...]
  /external/elfutils/libelf/
elf_begin.c 658 struct ar_hdr hdrm;
659 struct ar_hdr *hdr;
667 if (offset + sizeof (struct ar_hdr) > elf->maximum_size)
671 hdr = (struct ar_hdr *) (elf->map_address + offset);
689 offset += sizeof (struct ar_hdr) + ((len + 1) & ~1l);
704 + sizeof (struct ar_hdr),
710 + sizeof (struct ar_hdr))
755 struct ar_hdr *ar_hdr; local
761 if (unlikely (elf->state.ar.offset + sizeof (struct ar_hdr)
    [all...]
libelfP.h 410 struct ar_hdr ar_hdr; /* Header read from file. */ member in struct:Elf::__anon19986::__anon19990
  /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 1099 milliseconds