OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SARMAG
(Results
1 - 12
of
12
) sorted by null
/bionic/libc/include/
ar.h
51
#define
SARMAG
8 /* strlen(ARMAG); */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
ar.h
30
#define
SARMAG
8 /* Size of that string. */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
ar.h
30
#define
SARMAG
8 /* Size of that string. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
ar.h
30
#define
SARMAG
8 /* Size of that string. */
/external/elfutils/libelf/
elf_getarsym.c
108
sizeof (struct ar_hdr), elf->start_offset +
SARMAG
)
121
if (
SARMAG
+ sizeof (struct ar_hdr) > elf->maximum_size)
129
+ elf->start_offset +
SARMAG
);
159
elf->start_offset +
SARMAG
+ sizeof (struct ar_hdr))
169
+
SARMAG
+ sizeof (struct ar_hdr));
181
if (
SARMAG
+ sizeof (struct ar_hdr) + index_size > elf->maximum_size
219
elf->start_offset +
SARMAG
226
+
SARMAG
+ sizeof (struct ar_hdr)
242
+
SARMAG
+ sizeof (struct ar_hdr)
common.h
67
if (len >=
SARMAG
&& memcmp (buf, ARMAG,
SARMAG
) == 0)
elf_begin.c
85
elf->state.ar.offset = offset +
SARMAG
;
489
the header for an archive file
SARMAG
bytes long. */
523
need it anyway later. For archives the header in
SARMAG
bytes
533
unsigned char header[MAX (sizeof (Elf64_Ehdr),
SARMAG
)];
538
MIN (MAX (sizeof (Elf64_Ehdr),
SARMAG
),
657
off_t offset =
SARMAG
; /* This is the first entry. */
[
all
...]
/external/elfutils/src/
ranlib.c
205
off_t cur_off =
SARMAG
;
256
if (unlikely (write_retry (newfd, ARMAG,
SARMAG
) !=
SARMAG
))
274
rest_off =
SARMAG
;
285
|| (index_off >
SARMAG
286
&& copy_content (arelf, newfd,
SARMAG
, index_off -
SARMAG
))
ar.c
462
off_t cur_off =
SARMAG
;
763
if (unlikely (write_retry (newfd, ARMAG,
SARMAG
) !=
SARMAG
))
781
rest_off =
SARMAG
;
792
|| (index_off !=
SARMAG
793
&& copy_content (elf, newfd,
SARMAG
, index_off -
SARMAG
))
925
off_t cur_off =
SARMAG
;
997
if (unlikely (write_retry (newfd, ARMAG,
SARMAG
) !=
SARMAG
))
[
all
...]
nm.c
461
if (elf_rand (elf,
SARMAG
) !=
SARMAG
)
[
all
...]
/ndk/sources/host-tools/make-3.81/
arscan.c
242
# define
SARMAG
8 /* Size of that string. */
262
# define
SARMAG
IMAGE_ARCHIVE_START_SIZE
321
#ifdef
SARMAG
323
char buf[
SARMAG
];
324
register int nread = read (desc, buf,
SARMAG
);
325
if (nread !=
SARMAG
|| bcmp (buf, ARMAG,
SARMAG
))
391
#ifdef
SARMAG
392
register long int member_offset =
SARMAG
;
/external/elfutils/libdwfl/
core-file.c
85
: parent->kind == ELF_K_AR ?
SARMAG
Completed in 54 milliseconds