OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:a_trsize
(Results
1 - 25
of
74
) sorted by null
1
2
3
/bionic/libc/kernel/uapi/asm-arm/asm/
a.out.h
34
__u32
a_trsize
;
member in struct:exec
39
#define N_TRSIZE(a) ((a).
a_trsize
)
/bionic/libc/kernel/uapi/asm-x86/asm/
a.out.h
31
unsigned
a_trsize
;
member in struct:exec
35
#define N_TRSIZE(a) ((a).
a_trsize
)
/development/ndk/platforms/android-3/arch-arm/include/asm/
a.out.h
26
__u32
a_trsize
;
member in struct:exec
32
#define N_TRSIZE(a) ((a).
a_trsize
)
/development/ndk/platforms/android-9/arch-mips/include/asm/
a.out.h
31
unsigned
a_trsize
;
member in struct:exec
35
#define N_TRSIZE(a) ((a).
a_trsize
)
/development/ndk/platforms/android-9/arch-x86/include/asm/
a.out.h
31
unsigned
a_trsize
;
member in struct:exec
35
#define N_TRSIZE(a) ((a).
a_trsize
)
/development/ndk/platforms/android-L/arch-arm/include/asm/
a.out.h
34
__u32
a_trsize
;
member in struct:exec
39
#define N_TRSIZE(a) ((a).
a_trsize
)
/development/ndk/platforms/android-L/arch-x86/include/asm/
a.out.h
31
unsigned
a_trsize
;
member in struct:exec
35
#define N_TRSIZE(a) ((a).
a_trsize
)
/development/ndk/platforms/android-L/arch-x86_64/include/asm/
a.out.h
31
unsigned
a_trsize
;
member in struct:exec
35
#define N_TRSIZE(a) ((a).
a_trsize
)
/external/kernel-headers/original/uapi/asm-arm/asm/
a.out.h
15
__u32
a_trsize
; /* length of relocation info for text, in bytes */
member in struct:exec
24
#define N_TRSIZE(a) ((a).
a_trsize
)
/external/kernel-headers/original/uapi/asm-x86/asm/
a.out.h
12
unsigned
a_trsize
; /* length of relocation info for text, in bytes */
member in struct:exec
16
#define N_TRSIZE(a) ((a).
a_trsize
)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/asm/
a.out.h
12
unsigned
a_trsize
; /* length of relocation info for text, in bytes */
member in struct:exec
16
#define N_TRSIZE(a) ((a).
a_trsize
)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
a.out.h
12
unsigned
a_trsize
; /* length of relocation info for text, in bytes */
member in struct:exec
16
#define N_TRSIZE(a) ((a).
a_trsize
)
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm/
a.out.h
26
__u32
a_trsize
;
member in struct:exec
32
#define N_TRSIZE(a) ((a).
a_trsize
)
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm/
a.out.h
26
__u32
a_trsize
;
member in struct:exec
32
#define N_TRSIZE(a) ((a).
a_trsize
)
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm/
a.out.h
26
__u32
a_trsize
;
member in struct:exec
32
#define N_TRSIZE(a) ((a).
a_trsize
)
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
a.out.h
23
unsigned
a_trsize
;
member in struct:exec
27
#define N_TRSIZE(a) ((a).
a_trsize
)
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/asm/
a.out.h
26
__u32
a_trsize
;
member in struct:exec
32
#define N_TRSIZE(a) ((a).
a_trsize
)
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
a.out.h
23
unsigned
a_trsize
;
member in struct:exec
27
#define N_TRSIZE(a) ((a).
a_trsize
)
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/asm/
a.out.h
26
__u32
a_trsize
;
member in struct:exec
32
#define N_TRSIZE(a) ((a).
a_trsize
)
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/asm/
a.out.h
26
__u32
a_trsize
;
member in struct:exec
32
#define N_TRSIZE(a) ((a).
a_trsize
)
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
a.out.h
23
unsigned
a_trsize
;
member in struct:exec
27
#define N_TRSIZE(a) ((a).
a_trsize
)
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/asm/
a.out.h
26
__u32
a_trsize
;
member in struct:exec
32
#define N_TRSIZE(a) ((a).
a_trsize
)
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
a.out.h
23
unsigned
a_trsize
;
member in struct:exec
27
#define N_TRSIZE(a) ((a).
a_trsize
)
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/asm/
a.out.h
26
__u32
a_trsize
;
member in struct:exec
32
#define N_TRSIZE(a) ((a).
a_trsize
)
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/asm/
a.out.h
26
__u32
a_trsize
;
member in struct:exec
32
#define N_TRSIZE(a) ((a).
a_trsize
)
Completed in 947 milliseconds
1
2
3