OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:a_syms
(Results
26 - 27
of
27
) sorted by null
1
2
/prebuilt/linux-x86/toolchain/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
)
/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
);
Completed in 195 milliseconds
1
2