OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:a_drsize
(Results
51 - 57
of
57
) sorted by null
1
2
3
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/asm/
a.out.h
27
__u32
a_drsize
;
member in struct:exec
33
#define N_DRSIZE(a) ((a).
a_drsize
)
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/asm/
a.out.h
27
__u32
a_drsize
;
member in struct:exec
33
#define N_DRSIZE(a) ((a).
a_drsize
)
/external/grub/stage2/
imgact_aout.h
110
(N_RELOFF(ex) + (ex).a_trsize + (ex).
a_drsize
)
130
unsigned long
a_drsize
; /* data relocation size */
member in struct:exec
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
a.out.h
17
unsigned int
a_drsize
;/* Length of relocation info for data, in bytes. */
member in struct:exec
60
#define N_DRSIZE(a) ((a).
a_drsize
)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
a.out.h
17
unsigned int
a_drsize
;/* Length of relocation info for data, in bytes. */
member in struct:exec
60
#define N_DRSIZE(a) ((a).
a_drsize
)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
a.out.h
17
unsigned int
a_drsize
;/* Length of relocation info for data, in bytes. */
member in struct:exec
60
#define N_DRSIZE(a) ((a).
a_drsize
)
/external/qemu/
loader.c
173
uint32_t
a_drsize
; /* length of relocation info for data, in bytes */
member in struct:exec
186
bswap32s(&e->
a_drsize
);
Completed in 559 milliseconds
1
2
3