OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:COFF_STYP_BSS
(Results
1 - 12
of
12
) sorted by null
/bionic/libc/kernel/uapi/linux/
coff.h
124
#define
COFF_STYP_BSS
0x80
/development/ndk/platforms/android-L/include/linux/
coff.h
124
#define
COFF_STYP_BSS
0x80
/external/kernel-headers/original/uapi/linux/
coff.h
192
#define
COFF_STYP_BSS
0x80 /* .bss segment */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
coff.h
192
#define
COFF_STYP_BSS
0x80 /* .bss segment */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
coff.h
192
#define
COFF_STYP_BSS
0x80 /* .bss segment */
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
coff.h
124
#define
COFF_STYP_BSS
0x80
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
coff.h
124
#define
COFF_STYP_BSS
0x80
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
coff.h
124
#define
COFF_STYP_BSS
0x80
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
coff.h
124
#define
COFF_STYP_BSS
0x80
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
coff.h
124
#define
COFF_STYP_BSS
0x80
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
coff.h
124
#define
COFF_STYP_BSS
0x80
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
coff-objfmt.c
89
#define
COFF_STYP_BSS
0x00000080UL
787
if ((csd->flags & COFF_STYP_STD_MASK) ==
COFF_STYP_BSS
) {
[
all
...]
Completed in 56 milliseconds