OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ARFMAG
(Results
1 - 13
of
13
) sorted by null
/bionic/libc/include/
ar.h
62
#define
ARFMAG
"`\n"
/development/ndk/platforms/android-L/include/
ar.h
62
#define
ARFMAG
"`\n"
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
ar.h
32
#define
ARFMAG
"`\n" /* String in ar_fmag at end of each header. */
43
char ar_fmag[2]; /* Always contains
ARFMAG
. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
ar.h
32
#define
ARFMAG
"`\n" /* String in ar_fmag at end of each header. */
43
char ar_fmag[2]; /* Always contains
ARFMAG
. */
/prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/
ar.h
62
#define
ARFMAG
"`\n"
/prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/
ar.h
62
#define
ARFMAG
"`\n"
/prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/
ar.h
62
#define
ARFMAG
"`\n"
/ndk/sources/host-tools/make-3.81/
arscan.c
243
# define
ARFMAG
"`\n" /* String in ar_fmag at end of each header. */
251
char ar_fmag[2]; /* Always contains
ARFMAG
. */
536
#if defined(
ARFMAG
) || defined(ARFZMAG)
538
# ifdef
ARFMAG
539
bcmp (member_header.ar_fmag,
ARFMAG
, 2)
793
#if defined(
ARFMAG
) || defined(ARFZMAG) || defined(AIAMAG) || defined(WINDOWS32)
/external/lldb/source/Plugins/ObjectContainer/BSD-Archive/
ObjectContainerBSDArchive.cpp
92
if (str ==
ARFMAG
)
385
if (strncmp(armag,
ARFMAG
, 2) == 0)
/external/elfutils/0.153/libelf/
elf_getarsym.c
133
if (memcmp (index_hdr->ar_fmag,
ARFMAG
, 2) != 0)
elf_begin.c
791
if (unlikely (memcmp (ar_hdr->ar_fmag,
ARFMAG
, 2) != 0))
[
all
...]
/external/elfutils/0.153/src/
arlib.c
83
memcpy (ar_hdr.ar_fmag,
ARFMAG
, sizeof (ar_hdr.ar_fmag));
ar.c
[
all
...]
Completed in 538 milliseconds