OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SARMAG
(Results
1 - 10
of
10
) sorted by null
/bionic/libc/include/
ar.h
51
#define
SARMAG
8 /* strlen(ARMAG); */
/development/ndk/platforms/android-L/include/
ar.h
51
#define
SARMAG
8 /* strlen(ARMAG); */
/external/elfutils/0.153/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
86
elf->state.ar.offset = offset +
SARMAG
;
495
the header for an archive file
SARMAG
bytes long. */
529
need it anyway later. For archives the header in
SARMAG
bytes
539
unsigned char header[MAX (sizeof (Elf64_Ehdr),
SARMAG
)];
544
MIN (MAX (sizeof (Elf64_Ehdr),
SARMAG
),
663
off_t offset =
SARMAG
; /* This is the first entry. */
[
all
...]
/external/elfutils/0.153/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
491
off_t cur_off =
SARMAG
;
790
if (unlikely (write_retry (newfd, ARMAG,
SARMAG
) !=
SARMAG
))
808
rest_off =
SARMAG
;
819
|| (index_off !=
SARMAG
820
&& copy_content (elf, newfd,
SARMAG
, index_off -
SARMAG
))
952
off_t cur_off =
SARMAG
;
1024
if (unlikely (write_retry (newfd, ARMAG,
SARMAG
) !=
SARMAG
))
[
all
...]
nm.c
487
if (elf_rand (elf,
SARMAG
) !=
SARMAG
)
[
all
...]
/external/lldb/source/Plugins/ObjectContainer/BSD-Archive/
ObjectContainerBSDArchive.cpp
131
str.assign((const char *)data.GetData(&offset,
SARMAG
),
SARMAG
);
382
if (armag && ::strncmp(armag, ARMAG,
SARMAG
) == 0)
384
armag += offsetof(struct ar_hdr, ar_fmag) +
SARMAG
;
/external/elfutils/0.153/libdwfl/
core-file.c
85
: parent->kind == ELF_K_AR ?
SARMAG
Completed in 60 milliseconds