OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:a_syms
(Results
51 - 59
of
59
) sorted by null
1
2
3
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/asm/
a.out.h
24
__u32
a_syms
;
member in struct:exec
34
#define N_SYMSIZE(a) ((a).
a_syms
)
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/asm/
a.out.h
24
__u32
a_syms
;
member in struct:exec
34
#define N_SYMSIZE(a) ((a).
a_syms
)
/external/grub/stage2/
boot.c
534
if (!errnum && pu.aout->
a_syms
535
&& pu.aout->
a_syms
< (filemax - filepos))
545
*((int *) RAW_ADDR (cur_addr)) = pu.aout->
a_syms
;
548
printf (", symtab=0x%x", pu.aout->
a_syms
);
550
if (grub_read ((char *) RAW_ADDR (cur_addr), pu.aout->
a_syms
)
551
== pu.aout->
a_syms
)
553
cur_addr += pu.aout->
a_syms
;
554
mbi.syms.a.tabsize = pu.aout->
a_syms
;
imgact_aout.h
113
#define N_STROFF(ex) (N_SYMOFF(ex) + (ex).
a_syms
)
127
unsigned long
a_syms
; /* symbol table size */
member in struct:exec
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
a.out.h
14
unsigned int
a_syms
; /* Length of symbol table data in file, in bytes. */
member in struct:exec
61
#define N_SYMSIZE(a) ((a).
a_syms
)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
a.out.h
14
unsigned int
a_syms
; /* Length of symbol table data in file, in bytes. */
member in struct:exec
61
#define N_SYMSIZE(a) ((a).
a_syms
)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
a.out.h
14
unsigned int
a_syms
; /* Length of symbol table data in file, in bytes. */
member in struct:exec
61
#define N_SYMSIZE(a) ((a).
a_syms
)
/external/qemu/
loader.c
170
uint32_t
a_syms
; /* length of symbol table data in file, in bytes */
member in struct:exec
183
bswap32s(&e->
a_syms
);
/external/strace/
util.c
[
all
...]
Completed in 664 milliseconds
1
2
3