OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:a_trsize
(Results
1 - 19
of
19
) sorted by null
/bionic/libc/kernel/arch-arm/asm/
a.out.h
26
__u32
a_trsize
;
member in struct:exec
32
#define N_TRSIZE(a) ((a).
a_trsize
)
/bionic/libc/kernel/arch-x86/asm/
a.out.h
23
unsigned
a_trsize
;
member in struct:exec
27
#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-x86/include/asm/
a.out.h
23
unsigned
a_trsize
;
member in struct:exec
27
#define N_TRSIZE(a) ((a).
a_trsize
)
/external/kernel-headers/original/asm-x86/
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
)
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/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
)
/prebuilt/ndk/android-ndk-r4/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
)
/prebuilt/ndk/android-ndk-r4/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
)
/prebuilt/ndk/android-ndk-r4/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
)
/prebuilt/ndk/android-ndk-r4/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
)
/prebuilt/ndk/android-ndk-r4/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
)
/prebuilt/ndk/android-ndk-r4/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
)
/prebuilt/ndk/android-ndk-r5/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
)
/prebuilt/ndk/android-ndk-r6/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
)
/prebuilt/ndk/android-ndk-r6/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
)
/external/kernel-headers/original/asm-arm/
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/grub/stage2/
imgact_aout.h
110
(N_RELOFF(ex) + (ex).
a_trsize
+ (ex).a_drsize)
129
unsigned long
a_trsize
; /* text relocation size */
member in struct:exec
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
a.out.h
16
unsigned int
a_trsize
;/* Length of relocation info for text, in bytes. */
member in struct:exec
59
#define N_TRSIZE(a) ((a).
a_trsize
)
/external/qemu/
loader.c
172
uint32_t
a_trsize
; /* length of relocation info for text, in bytes */
member in struct:exec
185
bswap32s(&e->
a_trsize
);
Completed in 455 milliseconds