OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SHF_GROUP
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf.h
156
SHF_GROUP
= 0x200, /* member of a section group */
/bionic/libc/include/sys/
exec_elf.h
445
#define
SHF_GROUP
0x00000200 /* Is member of a group */
[
all
...]
/external/llvm/include/llvm/Support/
ELF.h
[
all
...]
/external/elfutils/libelf/
elf.h
371
#define
SHF_GROUP
(1 << 9) /* Section is member of a group. */
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h
361
#define
SHF_GROUP
(1 << 9) /* Section is member of a group. */
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h
361
#define
SHF_GROUP
(1 << 9) /* Section is member of a group. */
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h
361
#define
SHF_GROUP
(1 << 9) /* Section is member of a group. */
[
all
...]
Completed in 228 milliseconds