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

  /bionic/libc/include/
ar.h 61 char ar_size[10]; /* size in bytes */ member in struct:ar_hdr
  /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'
42 char ar_size[10]; /* File size, in ASCII decimal. */ member in struct:ar_hdr
  /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'
42 char ar_size[10]; /* File size, in ASCII decimal. */ member in struct:ar_hdr
  /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'
42 char ar_size[10]; /* File size, in ASCII decimal. */ member in struct:ar_hdr
  /external/elfutils/libelf/
elf_next.c 81 + ((parent->state.ar.elf_ar_hdr.ar_size + 1)
libelf.h 168 loff_t ar_size; /* File size. */
170 off_t ar_size; /* File size. */ member in struct:__anon7962
elf_begin.c 684 len = atol (hdr->ar_size);
862 if (unlikely (ar_hdr->ar_size[0] == ' '))
900 INT_FIELD (ar_size);
958 ref->state.ar.elf_ar_hdr.ar_size, cmd, ref);
    [all...]
elf_getarsym.c 177 memcpy (tmpbuf, index_hdr->ar_size, 10);
  /external/elfutils/libdwfl/
core-file.c 96 struct ar_hdr h = { .ar_size = "" };
102 memcpy (h.ar_size, parent->map_address + parent->start_offset + offset,
103 sizeof h.ar_size);
105 h.ar_size, sizeof (h.ar_size),
107 + offsetof (struct ar_hdr, ar_size))
108 != sizeof (h.ar_size)))
114 size = strtoll (h.ar_size, &endp, 10);
115 if (unlikely (endp == h.ar_size)
  /external/elfutils/src/
arlib.c 101 /* The ar_size field will be filled in later and ar_fmag is already OK. */
116 char tmpbuf[sizeof (((struct ar_hdr *) NULL)->ar_size) + 1];
130 memcpy (&((struct ar_hdr *) symtab.longnames)->ar_size, tmpbuf,
132 (int) sizeof (((struct ar_hdr *) NULL)->ar_size),
177 memcpy (&((struct ar_hdr *) symtab.symsoff)->ar_size, tmpbuf,
179 (int) sizeof (((struct ar_hdr *) NULL)->ar_size),
ranlib.c 217 index_size = arhdr->ar_size;
222 cur_off += (((arhdr->ar_size + 1) & ~((off_t) 1))